Skip to content

Commit 4128956

Browse files
Bump rollup from 2.79.0 to 3.29.5
Bumps [rollup](https://github.com/rollup/rollup) from 2.79.0 to 3.29.5. - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](rollup/rollup@v2.79.0...v3.29.5) --- updated-dependencies: - dependency-name: rollup dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4413aeb commit 4128956

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

packages/creepyface-custom-element/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"babel-loader": "^8.2.5",
3636
"react": "18.2.0",
3737
"react-dom": "18.2.0",
38-
"rollup": "^2.79.0",
38+
"rollup": "^3.29.5",
3939
"rollup-plugin-uglify": "^6.0.4"
4040
}
4141
}

packages/creepyface-dance/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"creepyface": "^8.2.0",
4040
"lodash.flatten": "^4.4.0",
4141
"lodash.range": "^3.2.0",
42-
"rollup": "^2.79.0",
42+
"rollup": "^3.29.5",
4343
"rollup-plugin-uglify": "^6.0.4",
4444
"typescript": "^4.8.4"
4545
}

packages/creepyface-firefly/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"@rollup/plugin-node-resolve": "^13.3.0",
3636
"creepyface": "^8.2.0",
3737
"framesync": "^6.1.2",
38-
"rollup": "^2.79.0",
38+
"rollup": "^3.29.5",
3939
"rollup-plugin-uglify": "^6.0.4",
4040
"typescript": "^4.8.4"
4141
}

packages/creepyface-tilt/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"@rollup/plugin-commonjs": "^22.0.2",
3838
"@rollup/plugin-node-resolve": "^13.3.0",
3939
"creepyface": "^8.2.0",
40-
"rollup": "^2.79.0",
40+
"rollup": "^3.29.5",
4141
"rollup-plugin-uglify": "^6.0.4",
4242
"typescript": "^4.8.4"
4343
}

packages/creepyface/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"jest-environment-jsdom": "^29.0.1",
3737
"npm-run-all": "^4.1.5",
3838
"rimraf": "^3.0.2",
39-
"rollup": "^2.79.0",
39+
"rollup": "^3.29.5",
4040
"rollup-plugin-browsersync": "^1.3.3",
4141
"rollup-plugin-typescript2": "^0.33.0",
4242
"rollup-plugin-uglify": "^6.0.4",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -15066,10 +15066,10 @@ rollup-plugin-uglify@^6.0.4:
1506615066
serialize-javascript "^2.1.2"
1506715067
uglify-js "^3.4.9"
1506815068

15069-
rollup@^2.79.0:
15070-
version "2.79.0"
15071-
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.79.0.tgz#9177992c9f09eb58c5e56cbfa641607a12b57ce2"
15072-
integrity sha512-x4KsrCgwQ7ZJPcFA/SUu6QVcYlO7uRLfLAy0DSA4NS2eG8japdbpM50ToH7z4iObodRYOJ0soneF0iaQRJ6zhA==
15069+
rollup@^3.29.5:
15070+
version "3.29.5"
15071+
resolved "https://registry.yarnpkg.com/rollup/-/rollup-3.29.5.tgz#8a2e477a758b520fb78daf04bca4c522c1da8a54"
15072+
integrity sha512-GVsDdsbJzzy4S/v3dqWPJ7EfvZJfCHiDqe80IyrF59LYuP+e6U1LJoUqeuqRbwAWoMNoXivMNeNAOf5E22VA1w==
1507315073
optionalDependencies:
1507415074
fsevents "~2.3.2"
1507515075

0 commit comments

Comments
 (0)