Skip to content

Commit b4426f8

Browse files
Update dependency rollup to v3
1 parent 7c8b5c1 commit b4426f8

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

packages/color-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
},
3131
"devDependencies": {
3232
"mocha": "10.1.0",
33-
"rollup": "2.79.1",
33+
"rollup": "3.3.0",
3434
"rollup-plugin-babel": "4.4.0",
3535
"rollup-plugin-commonjs": "10.1.0",
3636
"rollup-plugin-node-resolve": "5.2.0",

packages/content-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"core-js": "3.26.1",
3939
"eslint-plugin-ghost": "2.16.0",
4040
"mocha": "10.1.0",
41-
"rollup": "2.79.1",
41+
"rollup": "3.3.0",
4242
"rollup-plugin-babel": "4.4.0",
4343
"rollup-plugin-commonjs": "10.1.0",
4444
"rollup-plugin-node-resolve": "5.2.0",

packages/helpers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"c8": "7.12.0",
3737
"istanbul": "0.4.5",
3838
"mocha": "10.1.0",
39-
"rollup": "2.79.1",
39+
"rollup": "3.3.0",
4040
"rollup-plugin-babel": "4.4.0",
4141
"rollup-plugin-commonjs": "10.1.0",
4242
"rollup-plugin-node-resolve": "5.2.0",

packages/timezone-data/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@babel/preset-env": "7.20.2",
3535
"c8": "7.12.0",
3636
"mocha": "10.1.0",
37-
"rollup": "2.79.1",
37+
"rollup": "3.3.0",
3838
"rollup-plugin-babel": "4.4.0",
3939
"rollup-plugin-commonjs": "10.1.0",
4040
"rollup-plugin-node-resolve": "5.2.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5230,10 +5230,10 @@ rollup-pluginutils@^2.6.0, rollup-pluginutils@^2.8.1:
52305230
dependencies:
52315231
estree-walker "^0.6.1"
52325232

5233-
rollup@2.79.1:
5234-
version "2.79.1"
5235-
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.79.1.tgz#bedee8faef7c9f93a2647ac0108748f497f081c7"
5236-
integrity sha512-uKxbd0IhMZOhjAiD5oAFp7BqvkA4Dv47qpOCtaNvng4HBwdbWtdOh8f5nZNuk2rp51PMGk3bzfWu5oayNEuYnw==
5233+
rollup@3.3.0:
5234+
version "3.3.0"
5235+
resolved "https://registry.yarnpkg.com/rollup/-/rollup-3.3.0.tgz#ae8dc84808a9c75d775d8b2ed8db1adada31a581"
5236+
integrity sha512-wqOV/vUJCYEbWsXvwCkgGWvgaEnsbn4jxBQWKpN816CqsmCimDmCNJI83c6if7QVD4v/zlyRzxN7U2yDT5rfoA==
52375237
optionalDependencies:
52385238
fsevents "~2.3.2"
52395239

0 commit comments

Comments
 (0)