From 36af1905dd58acf8e04041986657fd62b1983f4b Mon Sep 17 00:00:00 2001 From: Kristóf Marussy Date: Tue, 13 Dec 2022 02:44:48 +0100 Subject: chore(deps): upgrade to yarn canary Support for typescript@4.9.4 available in yarn 4.0.0-rc.33 according to https://github.com/yarnpkg/berry/pull/5127#issuecomment-1345664949 Also updates other frontend dependencies. --- subprojects/frontend/package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'subprojects/frontend') 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 @@ "react": "^18.2.0", "react-dom": "^18.2.0", "xstate": "^4.35.0", - "zod": "^3.20.0" + "zod": "^3.20.2" }, "devDependencies": { "@lezer/generator": "^1.1.3", @@ -64,12 +64,12 @@ "@types/lodash-es": "^4.17.6", "@types/micromatch": "^4.0.2", "@types/ms": "^0.7.31", - "@types/node": "^18.11.13", + "@types/node": "^18.11.14", "@types/prettier": "^2.7.1", "@types/react": "^18.0.26", "@types/react-dom": "^18.0.9", - "@typescript-eslint/eslint-plugin": "^5.46.0", - "@typescript-eslint/parser": "^5.46.0", + "@typescript-eslint/eslint-plugin": "^5.46.1", + "@typescript-eslint/parser": "^5.46.1", "@xstate/cli": "^0.4.0", "cross-env": "^7.0.3", "eslint": "^8.29.0", @@ -86,8 +86,8 @@ "html-minifier-terser": "^7.1.0", "micromatch": "^4.0.5", "prettier": "^2.8.1", - "typescript": "4.9.3", - "vite": "^4.0.0", + "typescript": "4.9.4", + "vite": "^4.0.1", "vite-plugin-pwa": "^0.14.0", "workbox-window": "^6.5.4" } -- cgit v1.2.3-54-g00ecf