Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump rollup from 2.79.1 to 2.79.2 in /app/client #36611

Merged
merged 2 commits into from
Nov 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/client/packages/ast/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"escodegen": "^2.0.0",
"klona": "^2.0.5",
"lodash": "^4.17.21",
"rollup": "^2.77.0",
"rollup": "^2.79.2",
"rollup-plugin-generate-package-json": "^3.2.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-typescript2": "^0.32.0",
Expand Down
2 changes: 1 addition & 1 deletion app/client/packages/dsl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@rollup/plugin-commonjs": "^22.0.0",
"@types/lodash": "^4.14.120",
"normalizr": "^3.6.2",
"rollup": "^2.77.0",
"rollup": "^2.79.2",
"rollup-plugin-generate-package-json": "^3.2.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-typescript2": "^0.32.0",
Expand Down
12 changes: 6 additions & 6 deletions app/client/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8507,7 +8507,7 @@ __metadata:
jest: 29.0.3
klona: ^2.0.5
lodash: ^4.17.21
rollup: ^2.77.0
rollup: ^2.79.2
rollup-plugin-generate-package-json: ^3.2.0
rollup-plugin-peer-deps-external: ^2.2.4
rollup-plugin-typescript2: ^0.32.0
Expand All @@ -8526,7 +8526,7 @@ __metadata:
"@types/lodash": ^4.14.120
jest: ^29.5.0
normalizr: ^3.6.2
rollup: ^2.77.0
rollup: ^2.79.2
rollup-plugin-generate-package-json: ^3.2.0
rollup-plugin-peer-deps-external: ^2.2.4
rollup-plugin-typescript2: ^0.32.0
Expand Down Expand Up @@ -30242,17 +30242,17 @@ __metadata:
languageName: node
linkType: hard

"rollup@npm:^2.43.1, rollup@npm:^2.77.0":
version: 2.79.1
resolution: "rollup@npm:2.79.1"
"rollup@npm:^2.43.1, rollup@npm:^2.79.2":
version: 2.79.2
resolution: "rollup@npm:2.79.2"
dependencies:
fsevents: ~2.3.2
dependenciesMeta:
fsevents:
optional: true
bin:
rollup: dist/bin/rollup
checksum: 6a2bf167b3587d4df709b37d149ad0300692cc5deb510f89ac7bdc77c8738c9546ae3de9322b0968e1ed2b0e984571f5f55aae28fa7de4cfcb1bc5402a4e2be6
checksum: df7aa4c8b95245dede157b06ab71e1921de6080757d30e9bf31f8fb142064d12dda865e2bafbab4349588f43425b2965a290c9a5da1c048246a70fc21734ebd7
languageName: node
linkType: hard

Expand Down
Loading