aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects/frontend
diff options
context:
space:
mode:
Diffstat (limited to 'subprojects/frontend')
-rw-r--r--subprojects/frontend/package.json30
1 files changed, 15 insertions, 15 deletions
diff --git a/subprojects/frontend/package.json b/subprojects/frontend/package.json
index b82d51b9..a499aeec 100644
--- a/subprojects/frontend/package.json
+++ b/subprojects/frontend/package.json
@@ -28,21 +28,21 @@
28 }, 28 },
29 "homepage": "https://refinery.tools", 29 "homepage": "https://refinery.tools",
30 "dependencies": { 30 "dependencies": {
31 "@codemirror/autocomplete": "^6.15.0", 31 "@codemirror/autocomplete": "^6.16.0",
32 "@codemirror/commands": "^6.3.3", 32 "@codemirror/commands": "^6.5.0",
33 "@codemirror/language": "^6.10.1", 33 "@codemirror/language": "^6.10.1",
34 "@codemirror/lint": "^6.5.0", 34 "@codemirror/lint": "^6.5.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.2", 37 "@codemirror/view": "^6.26.3",
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",
41 "@emotion/styled": "^11.11.5", 41 "@emotion/styled": "^11.11.5",
42 "@emotion/utils": "^1.2.1", 42 "@emotion/utils": "^1.2.1",
43 "@fontsource-variable/jetbrains-mono": "^5.0.20", 43 "@fontsource-variable/jetbrains-mono": "^5.0.21",
44 "@fontsource-variable/open-sans": "^5.0.28", 44 "@fontsource-variable/open-sans": "^5.0.29",
45 "@fontsource/open-sans": "^5.0.27", 45 "@fontsource/open-sans": "^5.0.28",
46 "@hpcc-js/wasm": "^2.16.1", 46 "@hpcc-js/wasm": "^2.16.1",
47 "@lezer/common": "^1.2.1", 47 "@lezer/common": "^1.2.1",
48 "@lezer/highlight": "^1.2.0", 48 "@lezer/highlight": "^1.2.0",
@@ -51,7 +51,7 @@
51 "@mui/icons-material": "^5.15.15", 51 "@mui/icons-material": "^5.15.15",
52 "@mui/material": "^5.15.15", 52 "@mui/material": "^5.15.15",
53 "@mui/system": "^5.15.15", 53 "@mui/system": "^5.15.15",
54 "@mui/x-data-grid": "^7.1.1", 54 "@mui/x-data-grid": "^7.3.1",
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",
@@ -69,12 +69,12 @@
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.2.0", 72 "react": "^18.3.1",
73 "react-dom": "^18.2.0", 73 "react-dom": "^18.3.1",
74 "react-resize-detector": "^10.0.1", 74 "react-resize-detector": "^10.0.1",
75 "svg2pdf.js": "^2.2.3", 75 "svg2pdf.js": "^2.2.3",
76 "xstate": "^4.38.3", 76 "xstate": "^4.38.3",
77 "zod": "^3.22.4" 77 "zod": "^3.23.4"
78 }, 78 },
79 "devDependencies": { 79 "devDependencies": {
80 "@lezer/generator": "^1.7.0", 80 "@lezer/generator": "^1.7.0",
@@ -86,20 +86,20 @@
86 "@types/html-minifier-terser": "^7.0.2", 86 "@types/html-minifier-terser": "^7.0.2",
87 "@types/jspdf": "^2.0.0", 87 "@types/jspdf": "^2.0.0",
88 "@types/lodash-es": "^4.17.12", 88 "@types/lodash-es": "^4.17.12",
89 "@types/micromatch": "^4.0.6", 89 "@types/micromatch": "^4.0.7",
90 "@types/ms": "^0.7.34", 90 "@types/ms": "^0.7.34",
91 "@types/node": "^20.12.7", 91 "@types/node": "^20.12.7",
92 "@types/pnpapi": "^0.0.5", 92 "@types/pnpapi": "^0.0.5",
93 "@types/react": "^18.2.75", 93 "@types/react": "^18.3.0",
94 "@types/react-dom": "^18.2.24", 94 "@types/react-dom": "^18.3.0",
95 "@vitejs/plugin-react-swc": "^3.6.0", 95 "@vitejs/plugin-react-swc": "^3.6.0",
96 "@xstate/cli": "^0.5.17", 96 "@xstate/cli": "^0.5.17",
97 "html-minifier-terser": "^7.2.0", 97 "html-minifier-terser": "^7.2.0",
98 "micromatch": "^4.0.5", 98 "micromatch": "^4.0.5",
99 "pnpapi": "^0.0.0", 99 "pnpapi": "^0.0.0",
100 "typescript": "5.4.5", 100 "typescript": "5.4.5",
101 "vite": "^5.2.8", 101 "vite": "^5.2.10",
102 "vite-plugin-pwa": "^0.19.8", 102 "vite-plugin-pwa": "^0.19.8",
103 "workbox-window": "^7.0.0" 103 "workbox-window": "^7.1.0"
104 } 104 }
105} 105}