Merge pull request #576 from arifszn/dependabot/npm_and_yarn/typescript-5.4.5

Bump typescript from 5.3.3 to 5.4.5
This commit is contained in:
Ariful Alam 2024-04-20 15:12:28 +06:00 committed by GitHub
commit 910059d98f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -34,7 +34,7 @@
"react-hotjar": "^6.3.1",
"react-icons": "^5.0.1",
"tailwindcss": "^3.4.1",
"typescript": "^5.2.2",
"typescript": "^5.4.5",
"vail": "^1.0.3",
"vite": "^5.2.8",
"vite-plugin-html": "^3.2.2",
@ -8355,9 +8355,9 @@
}
},
"node_modules/typescript": {
"version": "5.3.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.3.3.tgz",
"integrity": "sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==",
"version": "5.4.5",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.5.tgz",
"integrity": "sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==",
"dev": true,
"bin": {
"tsc": "bin/tsc",

View File

@ -47,7 +47,7 @@
"react-hotjar": "^6.3.1",
"react-icons": "^5.0.1",
"tailwindcss": "^3.4.1",
"typescript": "^5.2.2",
"typescript": "^5.4.5",
"vail": "^1.0.3",
"vite": "^5.2.8",
"vite-plugin-html": "^3.2.2",