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.json22
1 files changed, 11 insertions, 11 deletions
diff --git a/subprojects/frontend/package.json b/subprojects/frontend/package.json
index 179e09d9..873e5170 100644
--- a/subprojects/frontend/package.json
+++ b/subprojects/frontend/package.json
@@ -34,19 +34,19 @@
34 "@codemirror/lint": "^6.4.1", 34 "@codemirror/lint": "^6.4.1",
35 "@codemirror/search": "^6.5.2", 35 "@codemirror/search": "^6.5.2",
36 "@codemirror/state": "^6.2.1", 36 "@codemirror/state": "^6.2.1",
37 "@codemirror/view": "^6.17.0", 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/jetbrains-mono": "^5.0.9", 40 "@fontsource-variable/jetbrains-mono": "^5.0.13",
41 "@fontsource-variable/open-sans": "^5.0.9", 41 "@fontsource-variable/open-sans": "^5.0.13",
42 "@hpcc-js/wasm": "^2.13.1", 42 "@hpcc-js/wasm": "^2.13.1",
43 "@lezer/common": "^1.0.4", 43 "@lezer/common": "^1.0.4",
44 "@lezer/highlight": "^1.1.6", 44 "@lezer/highlight": "^1.1.6",
45 "@lezer/lr": "^1.3.10", 45 "@lezer/lr": "^1.3.10",
46 "@material-icons/svg": "^1.0.33", 46 "@material-icons/svg": "^1.0.33",
47 "@mui/icons-material": "5.14.7", 47 "@mui/icons-material": "5.14.8",
48 "@mui/material": "5.14.7", 48 "@mui/material": "5.14.8",
49 "@mui/system": "^5.14.7", 49 "@mui/system": "^5.14.8",
50 "@mui/x-data-grid": "^6.10.0 <6.10.1", 50 "@mui/x-data-grid": "^6.10.0 <6.10.1",
51 "ansi-styles": "^6.2.1", 51 "ansi-styles": "^6.2.1",
52 "csstype": "^3.1.2", 52 "csstype": "^3.1.2",
@@ -80,16 +80,16 @@
80 "@types/lodash-es": "^4.17.9", 80 "@types/lodash-es": "^4.17.9",
81 "@types/micromatch": "^4.0.2", 81 "@types/micromatch": "^4.0.2",
82 "@types/ms": "^0.7.31", 82 "@types/ms": "^0.7.31",
83 "@types/node": "^18.17.12", 83 "@types/node": "^18.17.15",
84 "@types/pnpapi": "^0.0.2", 84 "@types/pnpapi": "^0.0.2",
85 "@types/react": "^18.2.21", 85 "@types/react": "^18.2.21",
86 "@types/react-dom": "^18.2.7", 86 "@types/react-dom": "^18.2.7",
87 "@typescript-eslint/eslint-plugin": "^6.5.0", 87 "@typescript-eslint/eslint-plugin": "^6.7.0",
88 "@typescript-eslint/parser": "^6.5.0", 88 "@typescript-eslint/parser": "^6.7.0",
89 "@vitejs/plugin-react-swc": "^3.3.2", 89 "@vitejs/plugin-react-swc": "^3.3.2",
90 "@xstate/cli": "^0.5.2", 90 "@xstate/cli": "^0.5.2",
91 "cross-env": "^7.0.3", 91 "cross-env": "^7.0.3",
92 "eslint": "^8.48.0", 92 "eslint": "^8.49.0",
93 "eslint-config-airbnb": "^19.0.4", 93 "eslint-config-airbnb": "^19.0.4",
94 "eslint-config-airbnb-typescript": "^17.1.0", 94 "eslint-config-airbnb-typescript": "^17.1.0",
95 "eslint-config-prettier": "^9.0.0", 95 "eslint-config-prettier": "^9.0.0",
@@ -106,7 +106,7 @@
106 "prettier": "^3.0.3", 106 "prettier": "^3.0.3",
107 "typescript": "5.2.2", 107 "typescript": "5.2.2",
108 "vite": "^4.4.9", 108 "vite": "^4.4.9",
109 "vite-plugin-pwa": "^0.16.4", 109 "vite-plugin-pwa": "^0.16.5",
110 "workbox-window": "^7.0.0" 110 "workbox-window": "^7.0.0"
111 } 111 }
112} 112}