Bump @rollup/plugin-typescript from 10.0.0 to 10.0.1 (#3890)
Bumps [@rollup/plugin-typescript](https://github.com/rollup/plugins/tree/HEAD/packages/typescript) from 10.0.0 to 10.0.1. - [Release notes](https://github.com/rollup/plugins/releases) - [Changelog](https://github.com/rollup/plugins/blob/master/packages/typescript/CHANGELOG.md) - [Commits](https://github.com/rollup/plugins/commits/typescript-v10.0.1/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> 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
1d2f83633c
commit
e404ecbb07
2 changed files with 9 additions and 9 deletions
|
@ -46,7 +46,7 @@
|
|||
"@rollup/plugin-inject": "^5.0.2",
|
||||
"@rollup/plugin-node-resolve": "^15.0.1",
|
||||
"@rollup/plugin-terser": "^0.1.0",
|
||||
"@rollup/plugin-typescript": "^10.0.0",
|
||||
"@rollup/plugin-typescript": "^10.0.1",
|
||||
"es6-promise": "^4.2.8",
|
||||
"rollup": "^3.5.0"
|
||||
},
|
||||
|
|
16
package-lock.json
generated
16
package-lock.json
generated
|
@ -580,7 +580,7 @@
|
|||
"@rollup/plugin-inject": "^5.0.2",
|
||||
"@rollup/plugin-node-resolve": "^15.0.1",
|
||||
"@rollup/plugin-terser": "^0.1.0",
|
||||
"@rollup/plugin-typescript": "^10.0.0",
|
||||
"@rollup/plugin-typescript": "^10.0.1",
|
||||
"es6-promise": "^4.2.8",
|
||||
"rollup": "^3.5.0"
|
||||
}
|
||||
|
@ -3959,9 +3959,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@rollup/plugin-typescript": {
|
||||
"version": "10.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@rollup/plugin-typescript/-/plugin-typescript-10.0.0.tgz",
|
||||
"integrity": "sha512-iaTcQCbqTBA+vYS8uAVqvZvYXPobHBkz/tPYudqdMIz8QIjlPFNNFLpFX18rHGjLvGT9vUghd6GwE4ZpLhCnfA==",
|
||||
"version": "10.0.1",
|
||||
"resolved": "https://registry.npmjs.org/@rollup/plugin-typescript/-/plugin-typescript-10.0.1.tgz",
|
||||
"integrity": "sha512-wBykxRLlX7EzL8BmUqMqk5zpx2onnmRMSw/l9M1sVfkJvdwfxogZQVNUM9gVMJbjRLDR5H6U0OMOrlDGmIV45A==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@rollup/pluginutils": "^5.0.1",
|
||||
|
@ -18277,9 +18277,9 @@
|
|||
}
|
||||
},
|
||||
"@rollup/plugin-typescript": {
|
||||
"version": "10.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@rollup/plugin-typescript/-/plugin-typescript-10.0.0.tgz",
|
||||
"integrity": "sha512-iaTcQCbqTBA+vYS8uAVqvZvYXPobHBkz/tPYudqdMIz8QIjlPFNNFLpFX18rHGjLvGT9vUghd6GwE4ZpLhCnfA==",
|
||||
"version": "10.0.1",
|
||||
"resolved": "https://registry.npmjs.org/@rollup/plugin-typescript/-/plugin-typescript-10.0.1.tgz",
|
||||
"integrity": "sha512-wBykxRLlX7EzL8BmUqMqk5zpx2onnmRMSw/l9M1sVfkJvdwfxogZQVNUM9gVMJbjRLDR5H6U0OMOrlDGmIV45A==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@rollup/pluginutils": "^5.0.1",
|
||||
|
@ -23155,7 +23155,7 @@
|
|||
"@rollup/plugin-inject": "^5.0.2",
|
||||
"@rollup/plugin-node-resolve": "^15.0.1",
|
||||
"@rollup/plugin-terser": "^0.1.0",
|
||||
"@rollup/plugin-typescript": "^10.0.0",
|
||||
"@rollup/plugin-typescript": "^10.0.1",
|
||||
"base64-js": "^1.5.1",
|
||||
"es6-promise": "^4.2.8",
|
||||
"js-sha256": "^0.9.0",
|
||||
|
|
Loading…
Reference in a new issue