chore(deps): update dependency typescript to v5.3.2

This commit is contained in:
renovate[bot] 2023-11-20 19:10:39 +00:00 committed by GitHub
parent 1d1ad2350f
commit e94dd3fc09
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 23 additions and 10 deletions

View file

@ -44,7 +44,7 @@
"tailwind-merge": "1.14.0",
"tailwindcss": "3.3.5",
"tailwindcss-animate": "1.0.7",
"typescript": "5.2.2",
"typescript": "5.3.2",
"vite": "4.5.0",
"vitest": "0.34.6"
}
@ -9572,9 +9572,9 @@
}
},
"node_modules/typescript": {
"version": "5.2.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.2.2.tgz",
"integrity": "sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==",
"version": "5.3.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.3.2.tgz",
"integrity": "sha512-6l+RyNy7oAHDfxC4FzSJcz9vnjTKxrLpDG5M2Vu4SHRVNg6xzqZp6LYSR9zjqQTu8DU/f5xwxUdADOkbrIX2gQ==",
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"

View file

@ -43,7 +43,7 @@
"tailwind-merge": "1.14.0",
"tailwindcss": "3.3.5",
"tailwindcss-animate": "1.0.7",
"typescript": "5.2.2",
"typescript": "5.3.2",
"vite": "4.5.0",
"vitest": "0.34.6"
},