From f290445c66616b49bd5eb341c6995383122e24ae Mon Sep 17 00:00:00 2001 From: Kristóf Marussy Date: Mon, 24 Apr 2023 00:20:13 +0200 Subject: chore(deps): bump dependencies --- subprojects/frontend/package.json | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'subprojects/frontend/package.json') diff --git a/subprojects/frontend/package.json b/subprojects/frontend/package.json index 655d7260..7271c8c5 100644 --- a/subprojects/frontend/package.json +++ b/subprojects/frontend/package.json @@ -29,22 +29,22 @@ "homepage": "https://refinery.tools", "dependencies": { "@codemirror/autocomplete": "^6.5.1", - "@codemirror/commands": "^6.2.2", + "@codemirror/commands": "^6.2.3", "@codemirror/language": "^6.6.0", "@codemirror/lint": "^6.2.1", "@codemirror/search": "^6.3.0", "@codemirror/state": "^6.2.0", - "@codemirror/view": "^6.9.4", + "@codemirror/view": "^6.9.6", "@emotion/react": "^11.10.6", "@emotion/styled": "^11.10.6", "@fontsource/inter": "^4.5.15", "@fontsource/jetbrains-mono": "^4.5.12", "@lezer/common": "^1.0.2", "@lezer/highlight": "^1.1.4", - "@lezer/lr": "^1.3.3", + "@lezer/lr": "^1.3.4", "@material-icons/svg": "^1.0.33", "@mui/icons-material": "5.11.16", - "@mui/material": "5.12.0", + "@mui/material": "5.12.1", "@vitejs/plugin-react-swc": "^3.3.0", "ansi-styles": "^6.2.1", "csstype": "^3.1.2", @@ -69,15 +69,15 @@ "@types/lodash-es": "^4.17.7", "@types/micromatch": "^4.0.2", "@types/ms": "^0.7.31", - "@types/node": "^18.15.11", + "@types/node": "^18.16.0", "@types/prettier": "^2.7.2", - "@types/react": "^18.0.35", + "@types/react": "^18.0.38", "@types/react-dom": "^18.0.11", - "@typescript-eslint/eslint-plugin": "^5.58.0", - "@typescript-eslint/parser": "^5.58.0", + "@typescript-eslint/eslint-plugin": "^5.59.1", + "@typescript-eslint/parser": "^5.59.1", "@xstate/cli": "^0.4.2", "cross-env": "^7.0.3", - "eslint": "^8.38.0", + "eslint": "^8.39.0", "eslint-config-airbnb": "^19.0.4", "eslint-config-airbnb-typescript": "^17.0.0", "eslint-config-prettier": "^8.8.0", @@ -90,9 +90,9 @@ "eslint-plugin-react-hooks": "^4.6.0", "html-minifier-terser": "^7.2.0", "micromatch": "^4.0.5", - "prettier": "^2.8.7", + "prettier": "^2.8.8", "typescript": "5.0.4", - "vite": "^4.2.1", + "vite": "^4.3.1", "vite-plugin-pwa": "^0.14.7", "workbox-window": "^6.5.4" } -- cgit v1.2.3-54-g00ecf