From fdfea459b5e3c4e44143bb5ff7635cfe4e7f2889 Mon Sep 17 00:00:00 2001 From: Kristóf Marussy Date: Mon, 19 Sep 2022 21:58:42 +0200 Subject: chore(deps): bump dependencies --- subprojects/frontend/package.json | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) (limited to 'subprojects') diff --git a/subprojects/frontend/package.json b/subprojects/frontend/package.json index 02c6e026..015dd764 100644 --- a/subprojects/frontend/package.json +++ b/subprojects/frontend/package.json @@ -23,23 +23,23 @@ }, "homepage": "https://refinery.tools", "dependencies": { - "@codemirror/autocomplete": "^6.2.0", - "@codemirror/commands": "^6.1.0", + "@codemirror/autocomplete": "^6.3.0", + "@codemirror/commands": "^6.1.1", "@codemirror/language": "^6.2.1", "@codemirror/lint": "^6.0.0", - "@codemirror/search": "^6.2.0", - "@codemirror/state": "^6.1.1", - "@codemirror/view": "^6.2.3", + "@codemirror/search": "^6.2.1", + "@codemirror/state": "^6.1.2", + "@codemirror/view": "^6.3.0", "@emotion/react": "^11.10.4", "@emotion/styled": "^11.10.4", - "@fontsource/inter": "^4.5.12", - "@fontsource/jetbrains-mono": "^4.5.10", + "@fontsource/inter": "^4.5.13", + "@fontsource/jetbrains-mono": "^4.5.11", "@lezer/common": "^1.0.1", - "@lezer/highlight": "^1.0.0", + "@lezer/highlight": "^1.1.1", "@lezer/lr": "^1.2.3", "@material-icons/svg": "^1.0.33", - "@mui/icons-material": "5.10.3", - "@mui/material": "5.10.5", + "@mui/icons-material": "5.10.6", + "@mui/material": "5.10.8", "ansi-styles": "^6.1.1", "escape-string-regexp": "^5.0.0", "lodash-es": "^4.17.21", @@ -61,16 +61,16 @@ "@types/html-minifier-terser": "^7.0.0", "@types/lodash-es": "^4.17.6", "@types/ms": "^0.7.31", - "@types/node": "^18.7.18", - "@types/prettier": "^2.7.0", - "@types/react": "^18.0.20", + "@types/node": "^18.8.0", + "@types/prettier": "^2.7.1", + "@types/react": "^18.0.21", "@types/react-dom": "^18.0.6", - "@typescript-eslint/eslint-plugin": "^5.37.0", - "@typescript-eslint/parser": "^5.37.0", + "@typescript-eslint/eslint-plugin": "^5.39.0", + "@typescript-eslint/parser": "^5.39.0", "@vitejs/plugin-react": "^2.1.0", "@xstate/cli": "^0.3.3", "cross-env": "^7.0.3", - "eslint": "^8.23.1", + "eslint": "^8.24.0", "eslint-config-airbnb": "^19.0.4", "eslint-config-airbnb-typescript": "^17.0.0", "eslint-config-prettier": "^8.5.0", @@ -83,10 +83,10 @@ "eslint-plugin-react-hooks": "^4.6.0", "html-minifier-terser": "^7.0.0", "prettier": "^2.7.1", - "typescript": "~4.8.3", - "vite": "^3.1.0", + "typescript": "4.8.2", + "vite": "^3.1.4", "vite-plugin-inject-preload": "^1.1.0", - "vite-plugin-pwa": "^0.12.7", + "vite-plugin-pwa": "^0.13.1", "workbox-window": "^6.5.4" } } -- cgit v1.2.3-54-g00ecf