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.json89
1 files changed, 51 insertions, 38 deletions
diff --git a/subprojects/frontend/package.json b/subprojects/frontend/package.json
index ba8a0a58..873e5170 100644
--- a/subprojects/frontend/package.json
+++ b/subprojects/frontend/package.json
@@ -28,72 +28,85 @@
28 }, 28 },
29 "homepage": "https://refinery.tools", 29 "homepage": "https://refinery.tools",
30 "dependencies": { 30 "dependencies": {
31 "@codemirror/autocomplete": "^6.8.0", 31 "@codemirror/autocomplete": "^6.9.0",
32 "@codemirror/commands": "^6.2.4", 32 "@codemirror/commands": "^6.2.5",
33 "@codemirror/language": "^6.8.0", 33 "@codemirror/language": "^6.9.0",
34 "@codemirror/lint": "^6.2.2", 34 "@codemirror/lint": "^6.4.1",
35 "@codemirror/search": "^6.5.0", 35 "@codemirror/search": "^6.5.2",
36 "@codemirror/state": "^6.2.1", 36 "@codemirror/state": "^6.2.1",
37 "@codemirror/view": "^6.13.2", 37 "@codemirror/view": "^6.18.1",
38 "@emotion/react": "^11.11.1", 38 "@emotion/react": "^11.11.1",
39 "@emotion/styled": "^11.11.0", 39 "@emotion/styled": "^11.11.0",
40 "@fontsource-variable/inter": "^5.0.3", 40 "@fontsource-variable/jetbrains-mono": "^5.0.13",
41 "@fontsource-variable/jetbrains-mono": "^5.0.3", 41 "@fontsource-variable/open-sans": "^5.0.13",
42 "@lezer/common": "^1.0.3", 42 "@hpcc-js/wasm": "^2.13.1",
43 "@lezer/common": "^1.0.4",
43 "@lezer/highlight": "^1.1.6", 44 "@lezer/highlight": "^1.1.6",
44 "@lezer/lr": "^1.3.6", 45 "@lezer/lr": "^1.3.10",
45 "@material-icons/svg": "^1.0.33", 46 "@material-icons/svg": "^1.0.33",
46 "@mui/icons-material": "5.11.16", 47 "@mui/icons-material": "5.14.8",
47 "@mui/material": "5.13.5", 48 "@mui/material": "5.14.8",
48 "@vitejs/plugin-react-swc": "^3.3.2", 49 "@mui/system": "^5.14.8",
50 "@mui/x-data-grid": "^6.10.0 <6.10.1",
49 "ansi-styles": "^6.2.1", 51 "ansi-styles": "^6.2.1",
50 "csstype": "^3.1.2", 52 "csstype": "^3.1.2",
53 "d3": "^7.8.5",
54 "d3-graphviz": "patch:d3-graphviz@npm%3A5.1.0#~/.yarn/patches/d3-graphviz-npm-5.1.0-ba6bed3fec.patch",
55 "d3-selection": "^3.0.0",
56 "d3-zoom": "patch:d3-zoom@npm%3A3.0.0#~/.yarn/patches/d3-zoom-npm-3.0.0-18f706a421.patch",
51 "escape-string-regexp": "^5.0.0", 57 "escape-string-regexp": "^5.0.0",
52 "lodash-es": "^4.17.21", 58 "lodash-es": "^4.17.21",
53 "loglevel": "^1.8.1", 59 "loglevel": "^1.8.1",
54 "loglevel-plugin-prefix": "^0.8.4", 60 "loglevel-plugin-prefix": "^0.8.4",
55 "mobx": "^6.9.0", 61 "mobx": "^6.10.2",
56 "mobx-react-lite": "^3.4.3", 62 "mobx-react-lite": "^4.0.4",
57 "ms": "^2.1.3", 63 "ms": "^2.1.3",
58 "nanoid": "^4.0.2", 64 "nanoid": "^4.0.2",
59 "notistack": "^3.0.1", 65 "notistack": "^3.0.1",
60 "react": "^18.2.0", 66 "react": "^18.2.0",
61 "react-dom": "^18.2.0", 67 "react-dom": "^18.2.0",
62 "xstate": "^4.37.2", 68 "react-resize-detector": "^9.1.0",
63 "zod": "^3.21.4" 69 "xstate": "^4.38.2",
70 "zod": "^3.22.2"
64 }, 71 },
65 "devDependencies": { 72 "devDependencies": {
66 "@lezer/generator": "^1.3.0", 73 "@lezer/generator": "^1.5.0",
67 "@types/eslint": "^8.40.2", 74 "@types/d3": "^7.4.0",
75 "@types/d3-graphviz": "^2.6.7",
76 "@types/d3-selection": "^3.0.6",
77 "@types/d3-zoom": "^3.0.4",
78 "@types/eslint": "^8.44.2",
68 "@types/html-minifier-terser": "^7.0.0", 79 "@types/html-minifier-terser": "^7.0.0",
69 "@types/lodash-es": "^4.17.7", 80 "@types/lodash-es": "^4.17.9",
70 "@types/micromatch": "^4.0.2", 81 "@types/micromatch": "^4.0.2",
71 "@types/ms": "^0.7.31", 82 "@types/ms": "^0.7.31",
72 "@types/node": "^18.16.18", 83 "@types/node": "^18.17.15",
73 "@types/prettier": "^2.7.3", 84 "@types/pnpapi": "^0.0.2",
74 "@types/react": "^18.2.12", 85 "@types/react": "^18.2.21",
75 "@types/react-dom": "^18.2.5", 86 "@types/react-dom": "^18.2.7",
76 "@typescript-eslint/eslint-plugin": "^5.59.11", 87 "@typescript-eslint/eslint-plugin": "^6.7.0",
77 "@typescript-eslint/parser": "^5.59.11", 88 "@typescript-eslint/parser": "^6.7.0",
78 "@xstate/cli": "^0.5.1", 89 "@vitejs/plugin-react-swc": "^3.3.2",
90 "@xstate/cli": "^0.5.2",
79 "cross-env": "^7.0.3", 91 "cross-env": "^7.0.3",
80 "eslint": "^8.43.0", 92 "eslint": "^8.49.0",
81 "eslint-config-airbnb": "^19.0.4", 93 "eslint-config-airbnb": "^19.0.4",
82 "eslint-config-airbnb-typescript": "^17.0.0", 94 "eslint-config-airbnb-typescript": "^17.1.0",
83 "eslint-config-prettier": "^8.8.0", 95 "eslint-config-prettier": "^9.0.0",
84 "eslint-import-resolver-typescript": "^3.5.5", 96 "eslint-import-resolver-typescript": "^3.6.0",
85 "eslint-plugin-import": "^2.27.5", 97 "eslint-plugin-import": "^2.28.1",
86 "eslint-plugin-jsx-a11y": "^6.7.1", 98 "eslint-plugin-jsx-a11y": "^6.7.1",
87 "eslint-plugin-mobx": "^0.0.9", 99 "eslint-plugin-mobx": "^0.0.9",
88 "eslint-plugin-prettier": "^4.2.1", 100 "eslint-plugin-prettier": "^5.0.0",
89 "eslint-plugin-react": "^7.32.2", 101 "eslint-plugin-react": "^7.33.2",
90 "eslint-plugin-react-hooks": "^4.6.0", 102 "eslint-plugin-react-hooks": "^4.6.0",
91 "html-minifier-terser": "^7.2.0", 103 "html-minifier-terser": "^7.2.0",
92 "micromatch": "^4.0.5", 104 "micromatch": "^4.0.5",
93 "prettier": "^2.8.8", 105 "pnpapi": "^0.0.0",
94 "typescript": "5.1.3", 106 "prettier": "^3.0.3",
95 "vite": "^4.3.9", 107 "typescript": "5.2.2",
96 "vite-plugin-pwa": "^0.16.4", 108 "vite": "^4.4.9",
109 "vite-plugin-pwa": "^0.16.5",
97 "workbox-window": "^7.0.0" 110 "workbox-window": "^7.0.0"
98 } 111 }
99} 112}