mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2024-12-22 17:10:26 +03:00
Merge pull request #1254 from shlinkio/dependabot/npm_and_yarn/typescript-5.5.4
Bump typescript from 5.5.3 to 5.5.4
This commit is contained in:
commit
fb8de00b4b
2 changed files with 8 additions and 8 deletions
14
package-lock.json
generated
14
package-lock.json
generated
|
@ -64,7 +64,7 @@
|
|||
"jsdom": "^24.1.1",
|
||||
"sass": "^1.77.8",
|
||||
"stylelint": "^15.11.0",
|
||||
"typescript": "^5.5.3",
|
||||
"typescript": "^5.5.4",
|
||||
"typescript-eslint": "^7.17.0",
|
||||
"vite": "^5.3.4",
|
||||
"vite-plugin-pwa": "^0.20.1",
|
||||
|
@ -10930,9 +10930,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/typescript": {
|
||||
"version": "5.5.3",
|
||||
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.3.tgz",
|
||||
"integrity": "sha512-/hreyEujaB0w76zKo6717l3L0o/qEUtRgdvUBvlkhoWeOVMjMuHNHk0BRBzikzuGDqNmPQbg5ifMEqsHLiIUcQ==",
|
||||
"version": "5.5.4",
|
||||
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.4.tgz",
|
||||
"integrity": "sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==",
|
||||
"dev": true,
|
||||
"bin": {
|
||||
"tsc": "bin/tsc",
|
||||
|
@ -19575,9 +19575,9 @@
|
|||
}
|
||||
},
|
||||
"typescript": {
|
||||
"version": "5.5.3",
|
||||
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.3.tgz",
|
||||
"integrity": "sha512-/hreyEujaB0w76zKo6717l3L0o/qEUtRgdvUBvlkhoWeOVMjMuHNHk0BRBzikzuGDqNmPQbg5ifMEqsHLiIUcQ==",
|
||||
"version": "5.5.4",
|
||||
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.4.tgz",
|
||||
"integrity": "sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==",
|
||||
"dev": true
|
||||
},
|
||||
"typescript-eslint": {
|
||||
|
|
|
@ -81,7 +81,7 @@
|
|||
"jsdom": "^24.1.1",
|
||||
"sass": "^1.77.8",
|
||||
"stylelint": "^15.11.0",
|
||||
"typescript": "^5.5.3",
|
||||
"typescript": "^5.5.4",
|
||||
"typescript-eslint": "^7.17.0",
|
||||
"vite": "^5.3.4",
|
||||
"vite-plugin-pwa": "^0.20.1",
|
||||
|
|
Loading…
Reference in a new issue