aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects/frontend/package.json
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2022-12-14 00:22:34 +0100
committerLibravatar Kristóf Marussy <kristof@marussy.com>2022-12-21 18:34:11 +0100
commit930987042f8c1588f18ec052fc1b3ff3b86cba06 (patch)
tree5e7ab79ae3e5fc7b8caae803ceb3fadf12982253 /subprojects/frontend/package.json
parentrefactor(store): simplify return types (diff)
downloadrefinery-930987042f8c1588f18ec052fc1b3ff3b86cba06.tar.gz
refinery-930987042f8c1588f18ec052fc1b3ff3b86cba06.tar.zst
refinery-930987042f8c1588f18ec052fc1b3ff3b86cba06.zip
chore(deps): bump dependencies
Diffstat (limited to 'subprojects/frontend/package.json')
-rw-r--r--subprojects/frontend/package.json26
1 files changed, 13 insertions, 13 deletions
diff --git a/subprojects/frontend/package.json b/subprojects/frontend/package.json
index 27babf69..a203a66d 100644
--- a/subprojects/frontend/package.json
+++ b/subprojects/frontend/package.json
@@ -23,9 +23,9 @@
23 }, 23 },
24 "homepage": "https://refinery.tools", 24 "homepage": "https://refinery.tools",
25 "dependencies": { 25 "dependencies": {
26 "@codemirror/autocomplete": "^6.3.4", 26 "@codemirror/autocomplete": "^6.4.0",
27 "@codemirror/commands": "^6.1.2", 27 "@codemirror/commands": "^6.1.2",
28 "@codemirror/language": "^6.3.1", 28 "@codemirror/language": "^6.3.2",
29 "@codemirror/lint": "^6.1.0", 29 "@codemirror/lint": "^6.1.0",
30 "@codemirror/search": "^6.2.3", 30 "@codemirror/search": "^6.2.3",
31 "@codemirror/state": "^6.1.4", 31 "@codemirror/state": "^6.1.4",
@@ -38,9 +38,9 @@
38 "@lezer/highlight": "^1.1.3", 38 "@lezer/highlight": "^1.1.3",
39 "@lezer/lr": "^1.2.5", 39 "@lezer/lr": "^1.2.5",
40 "@material-icons/svg": "^1.0.33", 40 "@material-icons/svg": "^1.0.33",
41 "@mui/icons-material": "5.10.16", 41 "@mui/icons-material": "5.11.0",
42 "@mui/material": "5.10.17", 42 "@mui/material": "5.11.1",
43 "@vitejs/plugin-react-swc": "^3.0.0", 43 "@vitejs/plugin-react-swc": "^3.0.1",
44 "ansi-styles": "^6.2.1", 44 "ansi-styles": "^6.2.1",
45 "escape-string-regexp": "^5.0.0", 45 "escape-string-regexp": "^5.0.0",
46 "lodash-es": "^4.17.21", 46 "lodash-es": "^4.17.21",
@@ -53,7 +53,7 @@
53 "notistack": "^2.0.8", 53 "notistack": "^2.0.8",
54 "react": "^18.2.0", 54 "react": "^18.2.0",
55 "react-dom": "^18.2.0", 55 "react-dom": "^18.2.0",
56 "xstate": "^4.35.0", 56 "xstate": "^4.35.1",
57 "zod": "^3.20.2" 57 "zod": "^3.20.2"
58 }, 58 },
59 "devDependencies": { 59 "devDependencies": {
@@ -64,15 +64,15 @@
64 "@types/lodash-es": "^4.17.6", 64 "@types/lodash-es": "^4.17.6",
65 "@types/micromatch": "^4.0.2", 65 "@types/micromatch": "^4.0.2",
66 "@types/ms": "^0.7.31", 66 "@types/ms": "^0.7.31",
67 "@types/node": "^18.11.14", 67 "@types/node": "^18.11.17",
68 "@types/prettier": "^2.7.1", 68 "@types/prettier": "^2.7.2",
69 "@types/react": "^18.0.26", 69 "@types/react": "^18.0.26",
70 "@types/react-dom": "^18.0.9", 70 "@types/react-dom": "^18.0.9",
71 "@typescript-eslint/eslint-plugin": "^5.46.1", 71 "@typescript-eslint/eslint-plugin": "^5.47.0",
72 "@typescript-eslint/parser": "^5.46.1", 72 "@typescript-eslint/parser": "^5.47.0",
73 "@xstate/cli": "^0.4.0", 73 "@xstate/cli": "^0.4.1",
74 "cross-env": "^7.0.3", 74 "cross-env": "^7.0.3",
75 "eslint": "^8.29.0", 75 "eslint": "^8.30.0",
76 "eslint-config-airbnb": "^19.0.4", 76 "eslint-config-airbnb": "^19.0.4",
77 "eslint-config-airbnb-typescript": "^17.0.0", 77 "eslint-config-airbnb-typescript": "^17.0.0",
78 "eslint-config-prettier": "^8.5.0", 78 "eslint-config-prettier": "^8.5.0",
@@ -87,7 +87,7 @@
87 "micromatch": "^4.0.5", 87 "micromatch": "^4.0.5",
88 "prettier": "^2.8.1", 88 "prettier": "^2.8.1",
89 "typescript": "4.9.4", 89 "typescript": "4.9.4",
90 "vite": "^4.0.1", 90 "vite": "^4.0.3",
91 "vite-plugin-pwa": "^0.14.0", 91 "vite-plugin-pwa": "^0.14.0",
92 "workbox-window": "^6.5.4" 92 "workbox-window": "^6.5.4"
93 } 93 }