Skip to content

Commit

Permalink
Bump rollup from 2.79.0 to 3.29.5
Browse files Browse the repository at this point in the history
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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 24, 2024
1 parent 4413aeb commit 4128956
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion packages/creepyface-custom-element/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"babel-loader": "^8.2.5",
"react": "18.2.0",
"react-dom": "18.2.0",
"rollup": "^2.79.0",
"rollup": "^3.29.5",
"rollup-plugin-uglify": "^6.0.4"
}
}
2 changes: 1 addition & 1 deletion packages/creepyface-dance/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"creepyface": "^8.2.0",
"lodash.flatten": "^4.4.0",
"lodash.range": "^3.2.0",
"rollup": "^2.79.0",
"rollup": "^3.29.5",
"rollup-plugin-uglify": "^6.0.4",
"typescript": "^4.8.4"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/creepyface-firefly/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@rollup/plugin-node-resolve": "^13.3.0",
"creepyface": "^8.2.0",
"framesync": "^6.1.2",
"rollup": "^2.79.0",
"rollup": "^3.29.5",
"rollup-plugin-uglify": "^6.0.4",
"typescript": "^4.8.4"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/creepyface-tilt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@rollup/plugin-commonjs": "^22.0.2",
"@rollup/plugin-node-resolve": "^13.3.0",
"creepyface": "^8.2.0",
"rollup": "^2.79.0",
"rollup": "^3.29.5",
"rollup-plugin-uglify": "^6.0.4",
"typescript": "^4.8.4"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/creepyface/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"jest-environment-jsdom": "^29.0.1",
"npm-run-all": "^4.1.5",
"rimraf": "^3.0.2",
"rollup": "^2.79.0",
"rollup": "^3.29.5",
"rollup-plugin-browsersync": "^1.3.3",
"rollup-plugin-typescript2": "^0.33.0",
"rollup-plugin-uglify": "^6.0.4",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15066,10 +15066,10 @@ rollup-plugin-uglify@^6.0.4:
serialize-javascript "^2.1.2"
uglify-js "^3.4.9"

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

Expand Down

0 comments on commit 4128956

Please sign in to comment.