Bump @rollup/plugin-typescript from 11.1.4 to 11.1.5 in /js (#23762)
Bumps [@rollup/plugin-typescript](https://github.com/rollup/plugins/tree/HEAD/packages/typescript) from 11.1.4 to 11.1.5. - [Changelog](https://github.com/rollup/plugins/blob/master/packages/typescript/CHANGELOG.md) - [Commits](https://github.com/rollup/plugins/commits/HEAD/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
6da051e539
commit
5d9225f3a7
2 changed files with 6 additions and 6 deletions
|
@ -46,7 +46,7 @@
|
|||
"@rollup/plugin-inject": "^5.0.3",
|
||||
"@rollup/plugin-node-resolve": "^15.2.3",
|
||||
"@rollup/plugin-terser": "^0.4.4",
|
||||
"@rollup/plugin-typescript": "^11.1.4",
|
||||
"@rollup/plugin-typescript": "^11.1.5",
|
||||
"es6-promise": "^4.2.8",
|
||||
"rollup": "^4.0.2"
|
||||
},
|
||||
|
|
|
@ -370,8 +370,8 @@ importers:
|
|||
specifier: ^0.4.4
|
||||
version: 0.4.4(rollup@4.0.2)
|
||||
'@rollup/plugin-typescript':
|
||||
specifier: ^11.1.4
|
||||
version: 11.1.4(rollup@4.0.2)(tslib@2.6.2)(typescript@5.2.2)
|
||||
specifier: ^11.1.5
|
||||
version: 11.1.5(rollup@4.0.2)(tslib@2.6.2)(typescript@5.2.2)
|
||||
es6-promise:
|
||||
specifier: ^4.2.8
|
||||
version: 4.2.8
|
||||
|
@ -1343,11 +1343,11 @@ packages:
|
|||
terser: 5.19.2
|
||||
dev: true
|
||||
|
||||
/@rollup/plugin-typescript@11.1.4(rollup@4.0.2)(tslib@2.6.2)(typescript@5.2.2):
|
||||
resolution: {integrity: sha512-WZRh5LBVLQXdKFICUId5J3eIpmjGURaBqntfg3GSZACgeOAFS+lOSMGTwfzDkELTaZVp/lWdMVNU3UkwCUBg/Q==}
|
||||
/@rollup/plugin-typescript@11.1.5(rollup@4.0.2)(tslib@2.6.2)(typescript@5.2.2):
|
||||
resolution: {integrity: sha512-rnMHrGBB0IUEv69Q8/JGRD/n4/n6b3nfpufUu26axhUcboUzv/twfZU8fIBbTOphRAe0v8EyxzeDpKXqGHfyDA==}
|
||||
engines: {node: '>=14.0.0'}
|
||||
peerDependencies:
|
||||
rollup: ^2.14.0||^3.0.0
|
||||
rollup: ^2.14.0||^3.0.0||^4.0.0
|
||||
tslib: '*'
|
||||
typescript: '>=3.7.0'
|
||||
peerDependenciesMeta:
|
||||
|
|
Loading…
Reference in a new issue