From 922e72086fb11b54a7237a82da88b48a8f98ade0 Mon Sep 17 00:00:00 2001 From: Kristóf Marussy Date: Sat, 26 Aug 2023 22:23:12 +0200 Subject: chore(deps): bump frontend dependencies --- subprojects/frontend/package.json | 42 +++++++++++++++++++-------------------- 1 file changed, 21 insertions(+), 21 deletions(-) (limited to 'subprojects/frontend') diff --git a/subprojects/frontend/package.json b/subprojects/frontend/package.json index 3ebb1542..6bc13524 100644 --- a/subprojects/frontend/package.json +++ b/subprojects/frontend/package.json @@ -29,10 +29,10 @@ "homepage": "https://refinery.tools", "dependencies": { "@codemirror/autocomplete": "^6.9.0", - "@codemirror/commands": "^6.2.4", - "@codemirror/language": "^6.8.0", - "@codemirror/lint": "^6.4.0", - "@codemirror/search": "^6.5.1", + "@codemirror/commands": "^6.2.5", + "@codemirror/language": "^6.9.0", + "@codemirror/lint": "^6.4.1", + "@codemirror/search": "^6.5.2", "@codemirror/state": "^6.2.1", "@codemirror/view": "^6.16.0", "@emotion/react": "^11.11.1", @@ -40,12 +40,12 @@ "@fontsource-variable/jetbrains-mono": "^5.0.9", "@fontsource-variable/open-sans": "^5.0.9", "@hpcc-js/wasm": "^2.13.1", - "@lezer/common": "^1.0.3", + "@lezer/common": "^1.0.4", "@lezer/highlight": "^1.1.6", - "@lezer/lr": "^1.3.9", + "@lezer/lr": "^1.3.10", "@material-icons/svg": "^1.0.33", - "@mui/icons-material": "5.14.3", - "@mui/material": "5.14.5", + "@mui/icons-material": "5.14.6", + "@mui/material": "5.14.6", "ansi-styles": "^6.2.1", "csstype": "^3.1.2", "d3": "^7.8.5", @@ -57,7 +57,7 @@ "loglevel": "^1.8.1", "loglevel-plugin-prefix": "^0.8.4", "mobx": "^6.10.0", - "mobx-react-lite": "^4.0.3", + "mobx-react-lite": "^4.0.4", "ms": "^2.1.3", "nanoid": "^4.0.2", "notistack": "^3.0.1", @@ -65,45 +65,45 @@ "react-dom": "^18.2.0", "react-resize-detector": "^9.1.0", "xstate": "^4.38.2", - "zod": "^3.22.0" + "zod": "^3.22.2" }, "devDependencies": { - "@lezer/generator": "^1.4.0", + "@lezer/generator": "^1.5.0", "@types/d3": "^7.4.0", "@types/d3-graphviz": "^2.6.7", - "@types/d3-selection": "^3.0.5", + "@types/d3-selection": "^3.0.6", "@types/d3-zoom": "^3.0.4", "@types/eslint": "^8.44.2", "@types/html-minifier-terser": "^7.0.0", "@types/lodash-es": "^4.17.8", "@types/micromatch": "^4.0.2", "@types/ms": "^0.7.31", - "@types/node": "^20.5.0", + "@types/node": "^20.5.6", "@types/pnpapi": "^0.0.2", "@types/prettier": "^3.0.0", - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", - "@typescript-eslint/eslint-plugin": "^6.4.0", - "@typescript-eslint/parser": "^6.4.0", + "@typescript-eslint/eslint-plugin": "^6.4.1", + "@typescript-eslint/parser": "^6.4.1", "@vitejs/plugin-react-swc": "^3.3.2", "@xstate/cli": "^0.5.2", "cross-env": "^7.0.3", - "eslint": "^8.47.0", + "eslint": "^8.48.0", "eslint-config-airbnb": "^19.0.4", "eslint-config-airbnb-typescript": "^17.1.0", "eslint-config-prettier": "^9.0.0", "eslint-import-resolver-typescript": "^3.6.0", - "eslint-plugin-import": "^2.28.0", + "eslint-plugin-import": "^2.28.1", "eslint-plugin-jsx-a11y": "^6.7.1", "eslint-plugin-mobx": "^0.0.9", "eslint-plugin-prettier": "^5.0.0", - "eslint-plugin-react": "^7.33.1", + "eslint-plugin-react": "^7.33.2", "eslint-plugin-react-hooks": "^4.6.0", "html-minifier-terser": "^7.2.0", "micromatch": "^4.0.5", "pnpapi": "^0.0.0", - "prettier": "^3.0.1", - "typescript": "5.1.6", + "prettier": "^3.0.2", + "typescript": "5.2.2", "vite": "^4.4.9", "vite-plugin-pwa": "^0.16.4", "workbox-window": "^7.0.0" -- cgit v1.2.3-54-g00ecf