summaryrefslogtreecommitdiffstats
path: root/subprojects/frontend/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'subprojects/frontend/package.json')
-rw-r--r--subprojects/frontend/package.json24
1 files changed, 12 insertions, 12 deletions
diff --git a/subprojects/frontend/package.json b/subprojects/frontend/package.json
index 035ecfd6..ae1103d6 100644
--- a/subprojects/frontend/package.json
+++ b/subprojects/frontend/package.json
@@ -29,12 +29,12 @@
29 "homepage": "https://refinery.tools", 29 "homepage": "https://refinery.tools",
30 "dependencies": { 30 "dependencies": {
31 "@codemirror/autocomplete": "^6.16.2", 31 "@codemirror/autocomplete": "^6.16.2",
32 "@codemirror/commands": "^6.5.0", 32 "@codemirror/commands": "^6.6.0",
33 "@codemirror/language": "^6.10.1", 33 "@codemirror/language": "^6.10.2",
34 "@codemirror/lint": "^6.8.0", 34 "@codemirror/lint": "^6.8.0",
35 "@codemirror/search": "^6.5.6", 35 "@codemirror/search": "^6.5.6",
36 "@codemirror/state": "^6.4.1", 36 "@codemirror/state": "^6.4.1",
37 "@codemirror/view": "^6.26.3", 37 "@codemirror/view": "^6.28.1",
38 "@emotion/cache": "^11.11.0", 38 "@emotion/cache": "^11.11.0",
39 "@emotion/react": "^11.11.4", 39 "@emotion/react": "^11.11.4",
40 "@emotion/serialize": "^1.1.4", 40 "@emotion/serialize": "^1.1.4",
@@ -48,10 +48,10 @@
48 "@lezer/highlight": "^1.2.0", 48 "@lezer/highlight": "^1.2.0",
49 "@lezer/lr": "^1.4.1", 49 "@lezer/lr": "^1.4.1",
50 "@material-icons/svg": "^1.0.33", 50 "@material-icons/svg": "^1.0.33",
51 "@mui/icons-material": "^5.15.19", 51 "@mui/icons-material": "^5.15.20",
52 "@mui/material": "^5.15.19", 52 "@mui/material": "^5.15.20",
53 "@mui/system": "^5.15.15", 53 "@mui/system": "^5.15.20",
54 "@mui/x-data-grid": "^7.6.1", 54 "@mui/x-data-grid": "^7.7.0",
55 "ansi-styles": "^6.2.1", 55 "ansi-styles": "^6.2.1",
56 "csstype": "^3.1.3", 56 "csstype": "^3.1.3",
57 "d3": "^7.9.0", 57 "d3": "^7.9.0",
@@ -64,15 +64,15 @@
64 "lodash-es": "^4.17.21", 64 "lodash-es": "^4.17.21",
65 "loglevel": "^1.9.1", 65 "loglevel": "^1.9.1",
66 "loglevel-plugin-prefix": "^0.8.4", 66 "loglevel-plugin-prefix": "^0.8.4",
67 "mobx": "^6.12.3", 67 "mobx": "^6.12.4",
68 "mobx-react-lite": "^4.0.7", 68 "mobx-react-lite": "^4.0.7",
69 "ms": "^2.1.3", 69 "ms": "^2.1.3",
70 "nanoid": "^5.0.7", 70 "nanoid": "^5.0.7",
71 "notistack": "^3.0.1", 71 "notistack": "^3.0.1",
72 "react": "^18.3.1", 72 "react": "^18.3.1",
73 "react-dom": "^18.3.1", 73 "react-dom": "^18.3.1",
74 "react-resize-detector": "^10.0.1", 74 "react-resize-detector": "^11.0.1",
75 "svg2pdf.js": "^2.2.3", 75 "svg2pdf.js": "^2.2.4",
76 "xstate": "^4.38.3", 76 "xstate": "^4.38.3",
77 "zod": "^3.23.8" 77 "zod": "^3.23.8"
78 }, 78 },
@@ -88,7 +88,7 @@
88 "@types/lodash-es": "^4.17.12", 88 "@types/lodash-es": "^4.17.12",
89 "@types/micromatch": "^4.0.7", 89 "@types/micromatch": "^4.0.7",
90 "@types/ms": "^0.7.34", 90 "@types/ms": "^0.7.34",
91 "@types/node": "^20.13.0", 91 "@types/node": "^20.14.2",
92 "@types/pnpapi": "^0.0.5", 92 "@types/pnpapi": "^0.0.5",
93 "@types/react": "^18.3.3", 93 "@types/react": "^18.3.3",
94 "@types/react-dom": "^18.3.0", 94 "@types/react-dom": "^18.3.0",
@@ -98,7 +98,7 @@
98 "micromatch": "^4.0.7", 98 "micromatch": "^4.0.7",
99 "pnpapi": "^0.0.0", 99 "pnpapi": "^0.0.0",
100 "typescript": "5.4.5", 100 "typescript": "5.4.5",
101 "vite": "^5.2.12", 101 "vite": "^5.3.1",
102 "vite-plugin-pwa": "^0.20.0", 102 "vite-plugin-pwa": "^0.20.0",
103 "workbox-window": "^7.1.0" 103 "workbox-window": "^7.1.0"
104 } 104 }