From 618888e5bf8c2b333350fed0d7ce47c706dc0c37 Mon Sep 17 00:00:00 2001 From: Kristóf Marussy Date: Wed, 30 Aug 2023 15:17:32 +0200 Subject: chore(deps): bump frontend dependencies Also downgrade @types/node to match the running Node version. --- subprojects/frontend/package.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'subprojects/frontend') diff --git a/subprojects/frontend/package.json b/subprojects/frontend/package.json index 6bc13524..812099bf 100644 --- a/subprojects/frontend/package.json +++ b/subprojects/frontend/package.json @@ -34,7 +34,7 @@ "@codemirror/lint": "^6.4.1", "@codemirror/search": "^6.5.2", "@codemirror/state": "^6.2.1", - "@codemirror/view": "^6.16.0", + "@codemirror/view": "^6.17.0", "@emotion/react": "^11.11.1", "@emotion/styled": "^11.11.0", "@fontsource-variable/jetbrains-mono": "^5.0.9", @@ -44,8 +44,8 @@ "@lezer/highlight": "^1.1.6", "@lezer/lr": "^1.3.10", "@material-icons/svg": "^1.0.33", - "@mui/icons-material": "5.14.6", - "@mui/material": "5.14.6", + "@mui/icons-material": "5.14.7", + "@mui/material": "5.14.7", "ansi-styles": "^6.2.1", "csstype": "^3.1.2", "d3": "^7.8.5", @@ -56,7 +56,7 @@ "lodash-es": "^4.17.21", "loglevel": "^1.8.1", "loglevel-plugin-prefix": "^0.8.4", - "mobx": "^6.10.0", + "mobx": "^6.10.1", "mobx-react-lite": "^4.0.4", "ms": "^2.1.3", "nanoid": "^4.0.2", @@ -78,13 +78,13 @@ "@types/lodash-es": "^4.17.8", "@types/micromatch": "^4.0.2", "@types/ms": "^0.7.31", - "@types/node": "^20.5.6", + "@types/node": "^18.17.12", "@types/pnpapi": "^0.0.2", "@types/prettier": "^3.0.0", "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", - "@typescript-eslint/eslint-plugin": "^6.4.1", - "@typescript-eslint/parser": "^6.4.1", + "@typescript-eslint/eslint-plugin": "^6.5.0", + "@typescript-eslint/parser": "^6.5.0", "@vitejs/plugin-react-swc": "^3.3.2", "@xstate/cli": "^0.5.2", "cross-env": "^7.0.3", @@ -102,7 +102,7 @@ "html-minifier-terser": "^7.2.0", "micromatch": "^4.0.5", "pnpapi": "^0.0.0", - "prettier": "^3.0.2", + "prettier": "^3.0.3", "typescript": "5.2.2", "vite": "^4.4.9", "vite-plugin-pwa": "^0.16.4", -- cgit v1.2.3-54-g00ecf