From e3da188c998b413a95c17c8724d6b869a6ba6b43 Mon Sep 17 00:00:00 2001 From: Pavel Prichodko <14926950+prichodko@users.noreply.github.com> Date: Mon, 13 Mar 2023 22:10:18 +0100 Subject: [PATCH] unify typescript versions --- apps/desktop/package.json | 10 +++++----- apps/mobile/package.json | 2 +- apps/web/package.json | 2 +- examples/with-next/package.json | 2 +- examples/with-vite/package.json | 2 +- package.json | 2 +- yarn.lock | 17 ++++++----------- 7 files changed, 16 insertions(+), 21 deletions(-) diff --git a/apps/desktop/package.json b/apps/desktop/package.json index e3229bae..273b5d8b 100644 --- a/apps/desktop/package.json +++ b/apps/desktop/package.json @@ -11,17 +11,17 @@ "clean": "rimraf node_modules" }, "dependencies": { + "@tauri-apps/api": "^1.2.0", "react": "^18.2.0", - "react-dom": "^18.2.0", - "@tauri-apps/api": "^1.2.0" + "react-dom": "^18.2.0" }, "devDependencies": { + "@tauri-apps/cli": "^1.2.2", "@types/node": "^18.7.10", "@types/react": "^18.0.15", "@types/react-dom": "^18.0.6", "@vitejs/plugin-react": "^3.0.0", - "typescript": "^4.6.4", - "vite": "^4.0.0", - "@tauri-apps/cli": "^1.2.2" + "typescript": "^4.9.5", + "vite": "^4.0.0" } } diff --git a/apps/mobile/package.json b/apps/mobile/package.json index 3637e859..1431e240 100644 --- a/apps/mobile/package.json +++ b/apps/mobile/package.json @@ -38,6 +38,6 @@ "@types/react-native": "~0.70.6", "babel-plugin-module-resolver": "^4.1.0", "babel-plugin-transform-inline-environment-variables": "^0.4.4", - "typescript": "^4.7.4" + "typescript": "^4.9.5" } } diff --git a/apps/web/package.json b/apps/web/package.json index 8b44c2b3..c4fdfe2b 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -22,7 +22,7 @@ "@types/react": "^18.0.26", "@types/react-dom": "^18.0.9", "@vitejs/plugin-react-swc": "^3.0.0", - "typescript": "^4.9.3", + "typescript": "^4.9.5", "vite": "^4.0.0" } } diff --git a/examples/with-next/package.json b/examples/with-next/package.json index 5cffb9bc..d861ba95 100644 --- a/examples/with-next/package.json +++ b/examples/with-next/package.json @@ -18,7 +18,7 @@ "devDependencies": { "@types/react": "^16.8.0 || ^17.0.0", "@types/react-dom": "^16.8.0 || ^17.0.0", - "typescript": "^4.8.4" + "typescript": "^4.9.5" }, "engines": { "node": ">=16" diff --git a/examples/with-vite/package.json b/examples/with-vite/package.json index 3ce13983..3995ef43 100644 --- a/examples/with-vite/package.json +++ b/examples/with-vite/package.json @@ -17,7 +17,7 @@ "@types/react": "^17.0.0", "@types/react-dom": "^17.0.0", "@vitejs/plugin-react": "^2.1.0", - "typescript": "^4.8.4", + "typescript": "^4.9.5", "vite": "^3.1.7" }, "engines": { diff --git a/package.json b/package.json index 9e846301..0775f6f0 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "prettier": "^2.7.1", "rimraf": "^4.1.1", "turbo": "^1.3.1", - "typescript": "^4.5.5", + "typescript": "^4.9.5", "vite": "^2.9.12", "vite-node": "^0.16.0", "vitest": "^0.16.0" diff --git a/yarn.lock b/yarn.lock index cc71c21a..e1b0bd7a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -15374,7 +15374,7 @@ react-native-web-lite@1.7.7: react-native-web-internals "1.7.7" styleq "^0.1.2" -react-native-web@^0.18.12, react-native-web@~0.18.12: +react-native-web@^0.18.12: version "0.18.12" resolved "https://registry.yarnpkg.com/react-native-web/-/react-native-web-0.18.12.tgz#d4bb3a783ece2514ba0508d7805b09c0a98f5a8e" integrity sha512-fboP7yqobJ8InSr4fP+bQ3scOtSQtUoPcR+HWasH8b/fk/RO+mWcJs/8n+lewy9WTZc2D68ha7VwRDviUshEWA== @@ -17432,20 +17432,15 @@ typedarray@^0.0.6: resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777" integrity sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA== -typescript@^4.5.5: - version "4.5.5" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.5.5.tgz#d8c953832d28924a9e3d37c73d729c846c5896f3" - integrity sha512-TCTIul70LyWe6IJWT8QSYeA54WQe8EjQFU4wY52Fasj5UKx88LNYKCgBEHcOMOrFF1rKGbD8v/xcNWVUq9SymA== - -typescript@^4.6.4, typescript@^4.7.4, typescript@^4.9.3: +typescript@^4.7.4: version "4.9.4" resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.4.tgz#a2a3d2756c079abda241d75f149df9d561091e78" integrity sha512-Uz+dTXYzxXXbsFpM86Wh3dKCxrQqUcVMxwU54orwlJjOpO3ao8L7j5lH+dWfTwgCwIuM9GQ2kvVotzYJMXTBZg== -typescript@^4.8.4: - version "4.8.4" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.8.4.tgz#c464abca159669597be5f96b8943500b238e60e6" - integrity sha512-QCh+85mCy+h0IGff8r5XWzOVSbBO+KfeYrMQh7NJ58QujwcE22u+NUSmUxqF+un70P9GXKxa2HCNiTTMJknyjQ== +typescript@^4.9.5: + version "4.9.5" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a" + integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g== ua-parser-js@^0.7.30: version "0.7.32"