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.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/subprojects/frontend/package.json b/subprojects/frontend/package.json
index 06ff9f6b..39ebd1df 100644
--- a/subprojects/frontend/package.json
+++ b/subprojects/frontend/package.json
@@ -49,6 +49,7 @@
49 "ansi-styles": "^6.2.1", 49 "ansi-styles": "^6.2.1",
50 "csstype": "^3.1.2", 50 "csstype": "^3.1.2",
51 "escape-string-regexp": "^5.0.0", 51 "escape-string-regexp": "^5.0.0",
52 "json-stringify-pretty-compact": "^4.0.0",
52 "lodash-es": "^4.17.21", 53 "lodash-es": "^4.17.21",
53 "loglevel": "^1.8.1", 54 "loglevel": "^1.8.1",
54 "loglevel-plugin-prefix": "^0.8.4", 55 "loglevel-plugin-prefix": "^0.8.4",
@@ -59,6 +60,7 @@
59 "notistack": "^3.0.1", 60 "notistack": "^3.0.1",
60 "react": "^18.2.0", 61 "react": "^18.2.0",
61 "react-dom": "^18.2.0", 62 "react-dom": "^18.2.0",
63 "react-resize-detector": "^9.1.0",
62 "xstate": "^4.38.2", 64 "xstate": "^4.38.2",
63 "zod": "^3.22.0" 65 "zod": "^3.22.0"
64 }, 66 },