aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects
diff options
context:
space:
mode:
Diffstat (limited to 'subprojects')
-rw-r--r--subprojects/frontend/package.json42
1 files changed, 21 insertions, 21 deletions
diff --git a/subprojects/frontend/package.json b/subprojects/frontend/package.json
index d57ca21a..0cd99d74 100644
--- a/subprojects/frontend/package.json
+++ b/subprojects/frontend/package.json
@@ -28,26 +28,26 @@
28 }, 28 },
29 "homepage": "https://refinery.tools", 29 "homepage": "https://refinery.tools",
30 "dependencies": { 30 "dependencies": {
31 "@codemirror/autocomplete": "^6.11.1", 31 "@codemirror/autocomplete": "^6.12.0",
32 "@codemirror/commands": "^6.3.3", 32 "@codemirror/commands": "^6.3.3",
33 "@codemirror/language": "^6.10.0", 33 "@codemirror/language": "^6.10.0",
34 "@codemirror/lint": "^6.4.2", 34 "@codemirror/lint": "^6.4.2",
35 "@codemirror/search": "^6.5.5", 35 "@codemirror/search": "^6.5.5",
36 "@codemirror/state": "^6.4.0", 36 "@codemirror/state": "^6.4.0",
37 "@codemirror/view": "^6.23.0", 37 "@codemirror/view": "^6.23.1",
38 "@emotion/react": "^11.11.3", 38 "@emotion/react": "^11.11.3",
39 "@emotion/styled": "^11.11.0", 39 "@emotion/styled": "^11.11.0",
40 "@fontsource-variable/jetbrains-mono": "^5.0.19", 40 "@fontsource-variable/jetbrains-mono": "^5.0.19",
41 "@fontsource-variable/open-sans": "^5.0.21", 41 "@fontsource-variable/open-sans": "^5.0.23",
42 "@hpcc-js/wasm": "^2.15.3", 42 "@hpcc-js/wasm": "^2.15.3",
43 "@lezer/common": "^1.2.0", 43 "@lezer/common": "^1.2.1",
44 "@lezer/highlight": "^1.2.0", 44 "@lezer/highlight": "^1.2.0",
45 "@lezer/lr": "^1.3.14", 45 "@lezer/lr": "^1.4.0",
46 "@material-icons/svg": "^1.0.33", 46 "@material-icons/svg": "^1.0.33",
47 "@mui/icons-material": "^5.15.3", 47 "@mui/icons-material": "^5.15.6",
48 "@mui/material": "^5.15.3", 48 "@mui/material": "^5.15.6",
49 "@mui/system": "^5.15.3", 49 "@mui/system": "^5.15.6",
50 "@mui/x-data-grid": "^6.18.7", 50 "@mui/x-data-grid": "^6.19.2",
51 "ansi-styles": "^6.2.1", 51 "ansi-styles": "^6.2.1",
52 "csstype": "^3.1.3", 52 "csstype": "^3.1.3",
53 "d3": "^7.8.5", 53 "d3": "^7.8.5",
@@ -56,7 +56,7 @@
56 "d3-zoom": "patch:d3-zoom@npm%3A3.0.0#~/.yarn/patches/d3-zoom-npm-3.0.0-18f706a421.patch", 56 "d3-zoom": "patch:d3-zoom@npm%3A3.0.0#~/.yarn/patches/d3-zoom-npm-3.0.0-18f706a421.patch",
57 "escape-string-regexp": "^5.0.0", 57 "escape-string-regexp": "^5.0.0",
58 "lodash-es": "^4.17.21", 58 "lodash-es": "^4.17.21",
59 "loglevel": "^1.8.1", 59 "loglevel": "^1.9.1",
60 "loglevel-plugin-prefix": "^0.8.4", 60 "loglevel-plugin-prefix": "^0.8.4",
61 "mobx": "^6.12.0", 61 "mobx": "^6.12.0",
62 "mobx-react-lite": "^4.0.5", 62 "mobx-react-lite": "^4.0.5",
@@ -65,27 +65,27 @@
65 "notistack": "^3.0.1", 65 "notistack": "^3.0.1",
66 "react": "^18.2.0", 66 "react": "^18.2.0",
67 "react-dom": "^18.2.0", 67 "react-dom": "^18.2.0",
68 "react-resize-detector": "^9.1.1", 68 "react-resize-detector": "^10.0.1",
69 "xstate": "^4.38.3", 69 "xstate": "^4.38.3",
70 "zod": "^3.22.4" 70 "zod": "^3.22.4"
71 }, 71 },
72 "devDependencies": { 72 "devDependencies": {
73 "@lezer/generator": "^1.5.1", 73 "@lezer/generator": "^1.6.0",
74 "@types/d3": "^7.4.3", 74 "@types/d3": "^7.4.3",
75 "@types/d3-graphviz": "^2.6.10", 75 "@types/d3-graphviz": "^2.6.10",
76 "@types/d3-selection": "^3.0.10", 76 "@types/d3-selection": "^3.0.10",
77 "@types/d3-zoom": "^3.0.8", 77 "@types/d3-zoom": "^3.0.8",
78 "@types/eslint": "^8.56.1", 78 "@types/eslint": "^8.56.2",
79 "@types/html-minifier-terser": "^7.0.2", 79 "@types/html-minifier-terser": "^7.0.2",
80 "@types/lodash-es": "^4.17.12", 80 "@types/lodash-es": "^4.17.12",
81 "@types/micromatch": "^4.0.6", 81 "@types/micromatch": "^4.0.6",
82 "@types/ms": "^0.7.34", 82 "@types/ms": "^0.7.34",
83 "@types/node": "^20.10.7", 83 "@types/node": "^20.11.10",
84 "@types/pnpapi": "^0.0.5", 84 "@types/pnpapi": "^0.0.5",
85 "@types/react": "^18.2.47", 85 "@types/react": "^18.2.48",
86 "@types/react-dom": "^18.2.18", 86 "@types/react-dom": "^18.2.18",
87 "@typescript-eslint/eslint-plugin": "^6.18.0", 87 "@typescript-eslint/eslint-plugin": "^6.20.0",
88 "@typescript-eslint/parser": "^6.18.0", 88 "@typescript-eslint/parser": "^6.20.0",
89 "@vitejs/plugin-react-swc": "^3.5.0", 89 "@vitejs/plugin-react-swc": "^3.5.0",
90 "@xstate/cli": "^0.5.17", 90 "@xstate/cli": "^0.5.17",
91 "cross-env": "^7.0.3", 91 "cross-env": "^7.0.3",
@@ -97,16 +97,16 @@
97 "eslint-plugin-import": "^2.29.1", 97 "eslint-plugin-import": "^2.29.1",
98 "eslint-plugin-jsx-a11y": "^6.8.0", 98 "eslint-plugin-jsx-a11y": "^6.8.0",
99 "eslint-plugin-mobx": "^0.0.9", 99 "eslint-plugin-mobx": "^0.0.9",
100 "eslint-plugin-prettier": "^5.1.2", 100 "eslint-plugin-prettier": "^5.1.3",
101 "eslint-plugin-react": "^7.33.2", 101 "eslint-plugin-react": "^7.33.2",
102 "eslint-plugin-react-hooks": "^4.6.0", 102 "eslint-plugin-react-hooks": "^4.6.0",
103 "html-minifier-terser": "^7.2.0", 103 "html-minifier-terser": "^7.2.0",
104 "micromatch": "^4.0.5", 104 "micromatch": "^4.0.5",
105 "pnpapi": "^0.0.0", 105 "pnpapi": "^0.0.0",
106 "prettier": "^3.1.1", 106 "prettier": "^3.2.4",
107 "typescript": "5.3.3", 107 "typescript": "5.3.3",
108 "vite": "^5.0.11", 108 "vite": "^5.0.12",
109 "vite-plugin-pwa": "^0.17.4", 109 "vite-plugin-pwa": "^0.17.5",
110 "workbox-window": "^7.0.0" 110 "workbox-window": "^7.0.0"
111 } 111 }
112} 112}