aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects/frontend/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'subprojects/frontend/package.json')
-rw-r--r--subprojects/frontend/package.json60
1 files changed, 30 insertions, 30 deletions
diff --git a/subprojects/frontend/package.json b/subprojects/frontend/package.json
index b46e5c9d..ba8a0a58 100644
--- a/subprojects/frontend/package.json
+++ b/subprojects/frontend/package.json
@@ -28,24 +28,24 @@
28 }, 28 },
29 "homepage": "https://refinery.tools", 29 "homepage": "https://refinery.tools",
30 "dependencies": { 30 "dependencies": {
31 "@codemirror/autocomplete": "^6.5.1", 31 "@codemirror/autocomplete": "^6.8.0",
32 "@codemirror/commands": "^6.2.3", 32 "@codemirror/commands": "^6.2.4",
33 "@codemirror/language": "^6.6.0", 33 "@codemirror/language": "^6.8.0",
34 "@codemirror/lint": "^6.2.1", 34 "@codemirror/lint": "^6.2.2",
35 "@codemirror/search": "^6.4.0", 35 "@codemirror/search": "^6.5.0",
36 "@codemirror/state": "^6.2.0", 36 "@codemirror/state": "^6.2.1",
37 "@codemirror/view": "^6.10.0", 37 "@codemirror/view": "^6.13.2",
38 "@emotion/react": "^11.10.6", 38 "@emotion/react": "^11.11.1",
39 "@emotion/styled": "^11.10.6", 39 "@emotion/styled": "^11.11.0",
40 "@fontsource/inter": "^4.5.15", 40 "@fontsource-variable/inter": "^5.0.3",
41 "@fontsource/jetbrains-mono": "^4.5.12", 41 "@fontsource-variable/jetbrains-mono": "^5.0.3",
42 "@lezer/common": "^1.0.2", 42 "@lezer/common": "^1.0.3",
43 "@lezer/highlight": "^1.1.4", 43 "@lezer/highlight": "^1.1.6",
44 "@lezer/lr": "^1.3.4", 44 "@lezer/lr": "^1.3.6",
45 "@material-icons/svg": "^1.0.33", 45 "@material-icons/svg": "^1.0.33",
46 "@mui/icons-material": "5.11.16", 46 "@mui/icons-material": "5.11.16",
47 "@mui/material": "5.12.2", 47 "@mui/material": "5.13.5",
48 "@vitejs/plugin-react-swc": "^3.3.0", 48 "@vitejs/plugin-react-swc": "^3.3.2",
49 "ansi-styles": "^6.2.1", 49 "ansi-styles": "^6.2.1",
50 "csstype": "^3.1.2", 50 "csstype": "^3.1.2",
51 "escape-string-regexp": "^5.0.0", 51 "escape-string-regexp": "^5.0.0",
@@ -63,21 +63,21 @@
63 "zod": "^3.21.4" 63 "zod": "^3.21.4"
64 }, 64 },
65 "devDependencies": { 65 "devDependencies": {
66 "@lezer/generator": "^1.2.2", 66 "@lezer/generator": "^1.3.0",
67 "@types/eslint": "^8.37.0", 67 "@types/eslint": "^8.40.2",
68 "@types/html-minifier-terser": "^7.0.0", 68 "@types/html-minifier-terser": "^7.0.0",
69 "@types/lodash-es": "^4.17.7", 69 "@types/lodash-es": "^4.17.7",
70 "@types/micromatch": "^4.0.2", 70 "@types/micromatch": "^4.0.2",
71 "@types/ms": "^0.7.31", 71 "@types/ms": "^0.7.31",
72 "@types/node": "^18.16.1", 72 "@types/node": "^18.16.18",
73 "@types/prettier": "^2.7.2", 73 "@types/prettier": "^2.7.3",
74 "@types/react": "^18.2.0", 74 "@types/react": "^18.2.12",
75 "@types/react-dom": "^18.2.1", 75 "@types/react-dom": "^18.2.5",
76 "@typescript-eslint/eslint-plugin": "^5.59.1", 76 "@typescript-eslint/eslint-plugin": "^5.59.11",
77 "@typescript-eslint/parser": "^5.59.1", 77 "@typescript-eslint/parser": "^5.59.11",
78 "@xstate/cli": "^0.4.2", 78 "@xstate/cli": "^0.5.1",
79 "cross-env": "^7.0.3", 79 "cross-env": "^7.0.3",
80 "eslint": "^8.39.0", 80 "eslint": "^8.43.0",
81 "eslint-config-airbnb": "^19.0.4", 81 "eslint-config-airbnb": "^19.0.4",
82 "eslint-config-airbnb-typescript": "^17.0.0", 82 "eslint-config-airbnb-typescript": "^17.0.0",
83 "eslint-config-prettier": "^8.8.0", 83 "eslint-config-prettier": "^8.8.0",
@@ -91,9 +91,9 @@
91 "html-minifier-terser": "^7.2.0", 91 "html-minifier-terser": "^7.2.0",
92 "micromatch": "^4.0.5", 92 "micromatch": "^4.0.5",
93 "prettier": "^2.8.8", 93 "prettier": "^2.8.8",
94 "typescript": "5.0.4", 94 "typescript": "5.1.3",
95 "vite": "^4.3.3", 95 "vite": "^4.3.9",
96 "vite-plugin-pwa": "^0.14.7", 96 "vite-plugin-pwa": "^0.16.4",
97 "workbox-window": "^6.5.4" 97 "workbox-window": "^7.0.0"
98 } 98 }
99} 99}