web: bump tslib from 2.5.3 to 2.6.0 in /web (#6075)
Bumps [tslib](https://github.com/Microsoft/tslib) from 2.5.3 to 2.6.0. - [Release notes](https://github.com/Microsoft/tslib/releases) - [Commits](https://github.com/Microsoft/tslib/compare/v2.5.3...2.6.0) --- updated-dependencies: - dependency-name: tslib 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>
This commit is contained in:
parent
a127486784
commit
a4364c0846
|
@ -88,7 +88,7 @@
|
|||
"sharp-cli": "^4.1.1",
|
||||
"storybook": "^7.0.23",
|
||||
"ts-lit-plugin": "^1.2.1",
|
||||
"tslib": "^2.5.3",
|
||||
"tslib": "^2.6.0",
|
||||
"turnstile-types": "^1.1.2",
|
||||
"typescript": "^5.1.3",
|
||||
"vite-tsconfig-paths": "^4.2.0"
|
||||
|
@ -20222,9 +20222,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/tslib": {
|
||||
"version": "2.5.3",
|
||||
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.5.3.tgz",
|
||||
"integrity": "sha512-mSxlJJwl3BMEQCUNnxXBU9jP4JBktcEGhURcPR6VQVlnP0FdDEsIaz0C35dXNGLyRfrATNofF0F5p2KPxQgB+w=="
|
||||
"version": "2.6.0",
|
||||
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.0.tgz",
|
||||
"integrity": "sha512-7At1WUettjcSRHXCyYtTselblcHl9PJFFVKiCAy/bY97+BPZXSQ2wbq0P9s8tK2G7dFQfNnlJnPAiArVBVBsfA=="
|
||||
},
|
||||
"node_modules/tsutils": {
|
||||
"version": "3.21.0",
|
||||
|
|
|
@ -104,7 +104,7 @@
|
|||
"sharp-cli": "^4.1.1",
|
||||
"storybook": "^7.0.23",
|
||||
"ts-lit-plugin": "^1.2.1",
|
||||
"tslib": "^2.5.3",
|
||||
"tslib": "^2.6.0",
|
||||
"turnstile-types": "^1.1.2",
|
||||
"typescript": "^5.1.3",
|
||||
"vite-tsconfig-paths": "^4.2.0"
|
||||
|
|
Reference in New Issue