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

⬆️ Upgrade dependency rollup to v3.28.1 #406

Merged
merged 1 commit into from
Aug 22, 2023
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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
"prettier-plugin-java": "2.3.0",
"prompts": "2.4.2",
"rimraf": "5.0.1",
"rollup": "3.28.0",
"rollup": "3.28.1",
"swiftlint": "1.0.2",
"turbo": "1.10.12",
"typescript": "5.1.6"
Expand Down
2 changes: 1 addition & 1 deletion packages/facebook-analytics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"@capacitor/ios": "5.2.3",
"concurrently": "8.2.0",
"rimraf": "5.0.1",
"rollup": "3.28.0",
"rollup": "3.28.1",
"typescript": "5.1.6"
},
"peerDependencies": {
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ __metadata:
"@capacitor/ios": 5.2.3
concurrently: 8.2.0
rimraf: 5.0.1
rollup: 3.28.0
rollup: 3.28.1
typescript: 5.1.6
peerDependencies:
"@capacitor/android": ^5.0.0
Expand Down Expand Up @@ -2390,7 +2390,7 @@ __metadata:
prettier-plugin-java: 2.3.0
prompts: 2.4.2
rimraf: 5.0.1
rollup: 3.28.0
rollup: 3.28.1
swiftlint: 1.0.2
turbo: 1.10.12
typescript: 5.1.6
Expand Down Expand Up @@ -7475,17 +7475,17 @@ __metadata:
languageName: node
linkType: hard

"rollup@npm:3.28.0":
version: 3.28.0
resolution: "rollup@npm:3.28.0"
"rollup@npm:3.28.1":
version: 3.28.1
resolution: "rollup@npm:3.28.1"
dependencies:
fsevents: ~2.3.2
dependenciesMeta:
fsevents:
optional: true
bin:
rollup: dist/bin/rollup
checksum: 6ded4a0d3ca531d68e82897d5eebaa9d085014a062620bc328f2859ccf78d6a148a51ed53f1275a5f89b55cc6d7b1440b7cee44e5a9e3a51442f809b4b26f727
checksum: 1fcab0929c16130218447c76c19b56ccc0e677110552462297e3679188fc70185a6ec418cef8ce138ec9fb78fd5188537a3f5d28762788e8c88b12a7fb8ba0fb
languageName: node
linkType: hard

Expand Down
Loading