Bump rollup from 0.66.1 to 0.66.2
Bumps [rollup](https://github.com/rollup/rollup) from 0.66.1 to 0.66.2. - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v0.66.1...v0.66.2) Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
parent
e171c03220
commit
05e2a50466
|
@ -342,9 +342,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"rollup": {
|
||||
"version": "0.66.1",
|
||||
"resolved": "https://registry.npmjs.org/rollup/-/rollup-0.66.1.tgz",
|
||||
"integrity": "sha512-s2sEvBveiNzdclUE9wvhMJrsD1XzvO2hOcpvJoo2z6ebLqPYFNM9eXt+aF6ZDjYTzpF58nDofpnqkr5Dkh4yXQ==",
|
||||
"version": "0.66.2",
|
||||
"resolved": "https://registry.npmjs.org/rollup/-/rollup-0.66.2.tgz",
|
||||
"integrity": "sha512-+rOLjWO170M3Y2jyyGU4ZJuTu1T1KuKNyH+RszHRzQdsuI5TulRbkSM4vlaMnwcxHm4XdgBNZ1mmNzhQIImbiQ==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@types/estree": "0.0.39",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"devDependencies": {
|
||||
"rollup": "^0.66.1",
|
||||
"rollup": "^0.66.2",
|
||||
"rollup-plugin-svelte": "^4.3.0",
|
||||
"svelte": "^2.13.5"
|
||||
}
|
||||
|
|
|
@ -250,9 +250,9 @@ rollup-pluginutils@^2.3.0:
|
|||
estree-walker "^0.5.2"
|
||||
micromatch "^2.3.11"
|
||||
|
||||
rollup@^0.66.1:
|
||||
version "0.66.1"
|
||||
resolved "https://registry.yarnpkg.com/rollup/-/rollup-0.66.1.tgz#4374a478a98ff075ee0e5bcafb9ab78ca968a301"
|
||||
rollup@^0.66.2:
|
||||
version "0.66.2"
|
||||
resolved "https://registry.yarnpkg.com/rollup/-/rollup-0.66.2.tgz#77acdb9f4093f5f035ce75480577c40a81ea7999"
|
||||
dependencies:
|
||||
"@types/estree" "0.0.39"
|
||||
"@types/node" "*"
|
||||
|
|
Loading…
Reference in New Issue