Bump @rollup/plugin-typescript from 11.1.5 to 11.1.6 in /js (#26061)
Bumps [@rollup/plugin-typescript](https://github.com/rollup/plugins/tree/HEAD/packages/typescript) from 11.1.5 to 11.1.6. - [Changelog](https://github.com/rollup/plugins/blob/master/packages/typescript/CHANGELOG.md) - [Commits](https://github.com/rollup/plugins/commits/typescript-v11.1.6/packages/typescript) --- updated-dependencies: - dependency-name: "@rollup/plugin-typescript" dependency-type: direct:development update-type: version-update:semver-patch ... 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
6ff82ec34b
commit
5177e84c58
2 changed files with 6 additions and 6 deletions
|
@ -69,7 +69,7 @@
|
|||
"@rollup/plugin-inject": "^5.0.5",
|
||||
"@rollup/plugin-node-resolve": "^15.2.3",
|
||||
"@rollup/plugin-terser": "^0.4.4",
|
||||
"@rollup/plugin-typescript": "^11.1.5",
|
||||
"@rollup/plugin-typescript": "^11.1.6",
|
||||
"es6-promise": "^4.2.8",
|
||||
"rollup": "^4.9.4",
|
||||
"shx": "^0.3.4"
|
||||
|
|
|
@ -376,8 +376,8 @@ importers:
|
|||
specifier: ^0.4.4
|
||||
version: 0.4.4(rollup@4.9.4)
|
||||
'@rollup/plugin-typescript':
|
||||
specifier: ^11.1.5
|
||||
version: 11.1.5(rollup@4.9.4)(tslib@2.6.2)(typescript@5.3.3)
|
||||
specifier: ^11.1.6
|
||||
version: 11.1.6(rollup@4.9.4)(tslib@2.6.2)(typescript@5.3.3)
|
||||
es6-promise:
|
||||
specifier: ^4.2.8
|
||||
version: 4.2.8
|
||||
|
@ -1364,8 +1364,8 @@ packages:
|
|||
terser: 5.24.0
|
||||
dev: true
|
||||
|
||||
/@rollup/plugin-typescript@11.1.5(rollup@4.9.4)(tslib@2.6.2)(typescript@5.3.3):
|
||||
resolution: {integrity: sha512-rnMHrGBB0IUEv69Q8/JGRD/n4/n6b3nfpufUu26axhUcboUzv/twfZU8fIBbTOphRAe0v8EyxzeDpKXqGHfyDA==}
|
||||
/@rollup/plugin-typescript@11.1.6(rollup@4.9.4)(tslib@2.6.2)(typescript@5.3.3):
|
||||
resolution: {integrity: sha512-R92yOmIACgYdJ7dJ97p4K69I8gg6IEHt8M7dUBxN3W6nrO8uUxX5ixl0yU/N3aZTi8WhPuICvOHXQvF6FaykAA==}
|
||||
engines: {node: '>=14.0.0'}
|
||||
peerDependencies:
|
||||
rollup: ^2.14.0||^3.0.0||^4.0.0
|
||||
|
@ -1377,7 +1377,7 @@ packages:
|
|||
tslib:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@rollup/pluginutils': 5.0.5(rollup@4.9.4)
|
||||
'@rollup/pluginutils': 5.1.0(rollup@4.9.4)
|
||||
resolve: 1.22.8
|
||||
rollup: 4.9.4
|
||||
tslib: 2.6.2
|
||||
|
|
Loading…
Reference in a new issue