From 786710a0723feea553cb729961aa2216010e40db Mon Sep 17 00:00:00 2001 From: Kristóf Marussy Date: Wed, 23 Nov 2022 21:40:49 +0100 Subject: chore(deps): bump dependencies --- subprojects/frontend/package.json | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) (limited to 'subprojects/frontend') diff --git a/subprojects/frontend/package.json b/subprojects/frontend/package.json index 3bc84d6e..36476024 100644 --- a/subprojects/frontend/package.json +++ b/subprojects/frontend/package.json @@ -23,23 +23,23 @@ }, "homepage": "https://refinery.tools", "dependencies": { - "@codemirror/autocomplete": "^6.3.3", + "@codemirror/autocomplete": "^6.3.4", "@codemirror/commands": "^6.1.2", "@codemirror/language": "^6.3.1", "@codemirror/lint": "^6.1.0", "@codemirror/search": "^6.2.3", "@codemirror/state": "^6.1.4", - "@codemirror/view": "^6.5.1", + "@codemirror/view": "^6.7.0", "@emotion/react": "^11.10.5", "@emotion/styled": "^11.10.5", "@fontsource/inter": "^4.5.14", "@fontsource/jetbrains-mono": "^4.5.11", - "@lezer/common": "^1.0.1", - "@lezer/highlight": "^1.1.2", + "@lezer/common": "^1.0.2", + "@lezer/highlight": "^1.1.3", "@lezer/lr": "^1.2.5", "@material-icons/svg": "^1.0.33", - "@mui/icons-material": "5.10.15", - "@mui/material": "5.10.15", + "@mui/icons-material": "5.10.16", + "@mui/material": "5.10.17", "ansi-styles": "^6.2.1", "escape-string-regexp": "^5.0.0", "lodash-es": "^4.17.21", @@ -52,7 +52,7 @@ "notistack": "^2.0.8", "react": "^18.2.0", "react-dom": "^18.2.0", - "xstate": "^4.34.0", + "xstate": "^4.35.0", "zod": "^3.19.1" }, "devDependencies": { @@ -62,16 +62,16 @@ "@types/html-minifier-terser": "^7.0.0", "@types/lodash-es": "^4.17.6", "@types/ms": "^0.7.31", - "@types/node": "^18.11.9", + "@types/node": "^18.11.12", "@types/prettier": "^2.7.1", - "@types/react": "^18.0.25", + "@types/react": "^18.0.26", "@types/react-dom": "^18.0.9", - "@typescript-eslint/eslint-plugin": "^5.44.0", - "@typescript-eslint/parser": "^5.44.0", + "@typescript-eslint/eslint-plugin": "^5.46.0", + "@typescript-eslint/parser": "^5.46.0", "@vitejs/plugin-react": "^2.2.0", - "@xstate/cli": "^0.3.3", + "@xstate/cli": "^0.4.0", "cross-env": "^7.0.3", - "eslint": "^8.28.0", + "eslint": "^8.29.0", "eslint-config-airbnb": "^19.0.4", "eslint-config-airbnb-typescript": "^17.0.0", "eslint-config-prettier": "^8.5.0", @@ -83,9 +83,9 @@ "eslint-plugin-react": "^7.31.11", "eslint-plugin-react-hooks": "^4.6.0", "html-minifier-terser": "^7.1.0", - "prettier": "^2.7.1", + "prettier": "^2.8.1", "typescript": "4.9.3", - "vite": "^3.2.4", + "vite": "^3.2.5", "vite-plugin-inject-preload": "^1.1.1", "vite-plugin-pwa": "^0.13.3", "workbox-window": "^6.5.4" -- cgit v1.2.3-54-g00ecf