Skip to content

Commit

Permalink
Update dependency rollup to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 31, 2022
1 parent d5fbf70 commit e4d7d55
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/color-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"devDependencies": {
"mocha": "10.1.0",
"rollup": "2.79.1",
"rollup": "3.2.4",
"rollup-plugin-babel": "4.4.0",
"rollup-plugin-commonjs": "10.1.0",
"rollup-plugin-node-resolve": "5.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/content-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"core-js": "3.26.0",
"eslint-plugin-ghost": "2.16.0",
"mocha": "10.1.0",
"rollup": "2.79.1",
"rollup": "3.2.4",
"rollup-plugin-babel": "4.4.0",
"rollup-plugin-commonjs": "10.1.0",
"rollup-plugin-node-resolve": "5.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"c8": "7.12.0",
"istanbul": "0.4.5",
"mocha": "10.1.0",
"rollup": "2.79.1",
"rollup": "3.2.4",
"rollup-plugin-babel": "4.4.0",
"rollup-plugin-commonjs": "10.1.0",
"rollup-plugin-node-resolve": "5.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/timezone-data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@babel/preset-env": "7.19.4",
"c8": "7.12.0",
"mocha": "10.1.0",
"rollup": "2.79.1",
"rollup": "3.2.4",
"rollup-plugin-babel": "4.4.0",
"rollup-plugin-commonjs": "10.1.0",
"rollup-plugin-node-resolve": "5.2.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4846,10 +4846,10 @@ rollup-pluginutils@^2.6.0, rollup-pluginutils@^2.8.1:
dependencies:
estree-walker "^0.6.1"

rollup@2.79.1:
version "2.79.1"
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.79.1.tgz#bedee8faef7c9f93a2647ac0108748f497f081c7"
integrity sha512-uKxbd0IhMZOhjAiD5oAFp7BqvkA4Dv47qpOCtaNvng4HBwdbWtdOh8f5nZNuk2rp51PMGk3bzfWu5oayNEuYnw==
rollup@3.2.4:
version "3.2.4"
resolved "https://registry.yarnpkg.com/rollup/-/rollup-3.2.4.tgz#31fcf8c4d8a44e27bc1b057fde87644f3739017e"
integrity sha512-1cAfF/u8Pf7XNo7eg3u/55+FkjNX5e4yPIVDQyUIO3MVBYMsTg+0C5FkEWzNlrEfRAYbunAIuTJ0jVp+01S3uA==
optionalDependencies:
fsevents "~2.3.2"

Expand Down

0 comments on commit e4d7d55

Please sign in to comment.