mirror of https://github.com/ColorlibHQ/AdminLTE
chore(deps-dev): bump typescript from 5.4.5 to 5.5.4 (#5649)
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.4.5 to 5.5.4. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](https://github.com/Microsoft/TypeScript/compare/v5.4.5...v5.5.4) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>pull/5671/head
parent
4f65a9296f
commit
d5113d6b03
|
@ -43,7 +43,7 @@
|
|||
"stylelint-config-twbs-bootstrap": "^14.2.0",
|
||||
"terser": "^5.31.5",
|
||||
"tslib": "^2.6.2",
|
||||
"typescript": "^5.4.4"
|
||||
"typescript": "^5.5.4"
|
||||
}
|
||||
},
|
||||
"node_modules/@ampproject/remapping": {
|
||||
|
@ -12206,9 +12206,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"node_modules/typescript": {
|
||||
"version": "5.4.5",
|
||||
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.5.tgz",
|
||||
"integrity": "sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==",
|
||||
"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",
|
||||
|
|
|
@ -91,6 +91,6 @@
|
|||
"stylelint-config-twbs-bootstrap": "^14.2.0",
|
||||
"terser": "^5.31.5",
|
||||
"tslib": "^2.6.2",
|
||||
"typescript": "^5.4.4"
|
||||
"typescript": "^5.5.4"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue