unify typescript versions

This commit is contained in:
Pavel Prichodko 2023-03-13 22:10:18 +01:00
parent 47308ca5c3
commit e3da188c99
No known key found for this signature in database
GPG Key ID: 0EB8D75C775AB6F1
7 changed files with 16 additions and 21 deletions

View File

@ -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"
}
}

View File

@ -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"
}
}

View File

@ -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"
}
}

View File

@ -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"

View File

@ -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": {

View File

@ -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"

View File

@ -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"