Skip to content

Commit

Permalink
chore(nextjs): Bump rollup to 3.29.5 (#13761)
Browse files Browse the repository at this point in the history
  • Loading branch information
chargome authored Sep 24, 2024
1 parent a9750be commit ed150ed
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
4 changes: 2 additions & 2 deletions packages/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"@sentry/webpack-plugin": "2.22.3",
"chalk": "3.0.0",
"resolve": "1.22.8",
"rollup": "3.29.4",
"rollup": "3.29.5",
"stacktrace-parser": "^0.1.10"
},
"devDependencies": {
Expand Down Expand Up @@ -128,4 +128,4 @@
"extends": "../../package.json"
},
"sideEffects": false
}
}
15 changes: 11 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -29543,10 +29543,10 @@ rollup-pluginutils@^2.8.1, rollup-pluginutils@^2.8.2:
dependencies:
estree-walker "^0.6.1"

rollup@3.29.4, rollup@^3.27.1, rollup@^3.28.1:
version "3.29.4"
resolved "https://registry.yarnpkg.com/rollup/-/rollup-3.29.4.tgz#4d70c0f9834146df8705bfb69a9a19c9e1109981"
integrity sha512-oWzmBZwvYrU0iJHtDmhsm662rC15FRXmcjCk1xD771dFDx5jJ02ufAQQTn0etB2emNk4J9EZg/yWKpsn9BWGRw==
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 All @@ -29557,6 +29557,13 @@ rollup@^2.70.0:
optionalDependencies:
fsevents "~2.3.2"

rollup@^3.27.1, rollup@^3.28.1:
version "3.29.4"
resolved "https://registry.yarnpkg.com/rollup/-/rollup-3.29.4.tgz#4d70c0f9834146df8705bfb69a9a19c9e1109981"
integrity sha512-oWzmBZwvYrU0iJHtDmhsm662rC15FRXmcjCk1xD771dFDx5jJ02ufAQQTn0etB2emNk4J9EZg/yWKpsn9BWGRw==
optionalDependencies:
fsevents "~2.3.2"

rollup@^4.13.0:
version "4.13.0"
resolved "https://registry.yarnpkg.com/rollup/-/rollup-4.13.0.tgz#dd2ae144b4cdc2ea25420477f68d4937a721237a"
Expand Down

0 comments on commit ed150ed

Please sign in to comment.