Merge pull request #1121 from jellyfin/renovate/typescript
Some checks failed
build / Build (push) Failing after 0s
build / Deploy to GitHub Pages (push) Has been skipped
build / Deploy to Cloudflare Pages (push) Has been skipped
lint / Lint TypeScript/JavaScript (push) Failing after 0s
lint / Lint Markdown (push) Failing after 0s
test / Test URLs (test:blog-urls) (push) Failing after 0s
test / Test URLs (test:docs-urls) (push) Failing after 0s
test / Test URLs (test:web-urls) (push) Failing after 0s

This commit is contained in:
felix920506 2024-09-17 01:37:38 +08:00 committed by GitHub
commit 576bb191c0
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

@ -53,7 +53,7 @@
"eslint-plugin-react-hooks": "4.6.0",
"node-fetch": "3.3.2",
"prettier": "3.3.3",
"typescript": "5.5.4",
"typescript": "5.6.2",
"typescript-plugin-css-modules": "5.1.0"
},
"engines": {
@ -17497,9 +17497,9 @@
}
},
"node_modules/typescript": {
"version": "5.5.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.4.tgz",
"integrity": "sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==",
"version": "5.6.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.2.tgz",
"integrity": "sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw==",
"license": "Apache-2.0",
"bin": {
"tsc": "bin/tsc",

View File

@ -78,7 +78,7 @@
"eslint-plugin-react-hooks": "4.6.0",
"node-fetch": "3.3.2",
"prettier": "3.3.3",
"typescript": "5.5.4",
"typescript": "5.6.2",
"typescript-plugin-css-modules": "5.1.0"
}
}