mirror of
https://github.com/jellyfin/jellyfin.org.git
synced 2024-11-23 05:49:52 +00:00
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
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:
commit
576bb191c0
8
package-lock.json
generated
8
package-lock.json
generated
@ -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",
|
||||
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user