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.json12
1 files changed, 6 insertions, 6 deletions
diff --git a/subprojects/frontend/package.json b/subprojects/frontend/package.json
index 2e6d35d5..27babf69 100644
--- a/subprojects/frontend/package.json
+++ b/subprojects/frontend/package.json
@@ -54,7 +54,7 @@
54 "react": "^18.2.0", 54 "react": "^18.2.0",
55 "react-dom": "^18.2.0", 55 "react-dom": "^18.2.0",
56 "xstate": "^4.35.0", 56 "xstate": "^4.35.0",
57 "zod": "^3.20.0" 57 "zod": "^3.20.2"
58 }, 58 },
59 "devDependencies": { 59 "devDependencies": {
60 "@lezer/generator": "^1.1.3", 60 "@lezer/generator": "^1.1.3",
@@ -64,12 +64,12 @@
64 "@types/lodash-es": "^4.17.6", 64 "@types/lodash-es": "^4.17.6",
65 "@types/micromatch": "^4.0.2", 65 "@types/micromatch": "^4.0.2",
66 "@types/ms": "^0.7.31", 66 "@types/ms": "^0.7.31",
67 "@types/node": "^18.11.13", 67 "@types/node": "^18.11.14",
68 "@types/prettier": "^2.7.1", 68 "@types/prettier": "^2.7.1",
69 "@types/react": "^18.0.26", 69 "@types/react": "^18.0.26",
70 "@types/react-dom": "^18.0.9", 70 "@types/react-dom": "^18.0.9",
71 "@typescript-eslint/eslint-plugin": "^5.46.0", 71 "@typescript-eslint/eslint-plugin": "^5.46.1",
72 "@typescript-eslint/parser": "^5.46.0", 72 "@typescript-eslint/parser": "^5.46.1",
73 "@xstate/cli": "^0.4.0", 73 "@xstate/cli": "^0.4.0",
74 "cross-env": "^7.0.3", 74 "cross-env": "^7.0.3",
75 "eslint": "^8.29.0", 75 "eslint": "^8.29.0",
@@ -86,8 +86,8 @@
86 "html-minifier-terser": "^7.1.0", 86 "html-minifier-terser": "^7.1.0",
87 "micromatch": "^4.0.5", 87 "micromatch": "^4.0.5",
88 "prettier": "^2.8.1", 88 "prettier": "^2.8.1",
89 "typescript": "4.9.3", 89 "typescript": "4.9.4",
90 "vite": "^4.0.0", 90 "vite": "^4.0.1",
91 "vite-plugin-pwa": "^0.14.0", 91 "vite-plugin-pwa": "^0.14.0",
92 "workbox-window": "^6.5.4" 92 "workbox-window": "^6.5.4"
93 } 93 }