aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects/frontend
diff options
context:
space:
mode:
Diffstat (limited to 'subprojects/frontend')
-rw-r--r--subprojects/frontend/package.json14
1 files changed, 7 insertions, 7 deletions
diff --git a/subprojects/frontend/package.json b/subprojects/frontend/package.json
index a8d6baff..7d663754 100644
--- a/subprojects/frontend/package.json
+++ b/subprojects/frontend/package.json
@@ -33,8 +33,8 @@
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.0", 36 "@codemirror/state": "^6.4.1",
37 "@codemirror/view": "^6.24.0", 37 "@codemirror/view": "^6.24.1",
38 "@emotion/cache": "^11.11.0", 38 "@emotion/cache": "^11.11.0",
39 "@emotion/react": "^11.11.3", 39 "@emotion/react": "^11.11.3",
40 "@emotion/serialize": "^1.1.3", 40 "@emotion/serialize": "^1.1.3",
@@ -65,7 +65,7 @@
65 "mobx": "^6.12.0", 65 "mobx": "^6.12.0",
66 "mobx-react-lite": "^4.0.5", 66 "mobx-react-lite": "^4.0.5",
67 "ms": "^2.1.3", 67 "ms": "^2.1.3",
68 "nanoid": "^5.0.5", 68 "nanoid": "^5.0.6",
69 "notistack": "^3.0.1", 69 "notistack": "^3.0.1",
70 "react": "^18.2.0", 70 "react": "^18.2.0",
71 "react-dom": "^18.2.0", 71 "react-dom": "^18.2.0",
@@ -79,14 +79,14 @@
79 "@types/d3-graphviz": "^2.6.10", 79 "@types/d3-graphviz": "^2.6.10",
80 "@types/d3-selection": "^3.0.10", 80 "@types/d3-selection": "^3.0.10",
81 "@types/d3-zoom": "^3.0.8", 81 "@types/d3-zoom": "^3.0.8",
82 "@types/eslint": "^8.56.2", 82 "@types/eslint": "^8.56.3",
83 "@types/html-minifier-terser": "^7.0.2", 83 "@types/html-minifier-terser": "^7.0.2",
84 "@types/lodash-es": "^4.17.12", 84 "@types/lodash-es": "^4.17.12",
85 "@types/micromatch": "^4.0.6", 85 "@types/micromatch": "^4.0.6",
86 "@types/ms": "^0.7.34", 86 "@types/ms": "^0.7.34",
87 "@types/node": "^20.11.19", 87 "@types/node": "^20.11.20",
88 "@types/pnpapi": "^0.0.5", 88 "@types/pnpapi": "^0.0.5",
89 "@types/react": "^18.2.56", 89 "@types/react": "^18.2.57",
90 "@types/react-dom": "^18.2.19", 90 "@types/react-dom": "^18.2.19",
91 "@typescript-eslint/eslint-plugin": "^6.21.0", 91 "@typescript-eslint/eslint-plugin": "^6.21.0",
92 "@typescript-eslint/parser": "^6.21.0", 92 "@typescript-eslint/parser": "^6.21.0",
@@ -109,7 +109,7 @@
109 "pnpapi": "^0.0.0", 109 "pnpapi": "^0.0.0",
110 "prettier": "^3.2.5", 110 "prettier": "^3.2.5",
111 "typescript": "5.3.3", 111 "typescript": "5.3.3",
112 "vite": "^5.1.3", 112 "vite": "^5.1.4",
113 "vite-plugin-pwa": "^0.19.0", 113 "vite-plugin-pwa": "^0.19.0",
114 "workbox-window": "^7.0.0" 114 "workbox-window": "^7.0.0"
115 } 115 }