Skip to content
This repository has been archived by the owner on Aug 25, 2023. It is now read-only.

Commit

Permalink
Update dependency rollup to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 24, 2023
1 parent 442cbee commit 9485bbd
Show file tree
Hide file tree
Showing 8 changed files with 60 additions and 25 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"lerna": "4.0.0",
"np": "7.6.1",
"rimraf": "3.0.2",
"rollup": "2.57.0",
"rollup": "3.20.2",
"rollup-plugin-typescript2": "0.30.0",
"typescript": "4.4.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
"es6-error": "4.1.1"
},
"peerDependencies": {
"rollup": "^1.1.1 || ^2.0.0"
"rollup": "^1.1.1 || ^2.0.0 || ^3.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/delegate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
"@yolodev/rollup-config-utils": "^0.3.0"
},
"peerDependencies": {
"rollup": "^1.1.1 || ^2.0.0"
"rollup": "^1.1.1 || ^2.0.0 || ^3.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/external-deps/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"builtin-modules": "^3.0.0"
},
"peerDependencies": {
"rollup": "^1.0.0 || ^2.0.0"
"rollup": "^1.0.0 || ^2.0.0 || ^3.0.0"
},
"devDependencies": {
"@types/builtin-modules": "2.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/lerna/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
"read-pkg-up": "^8.0.0"
},
"peerDependencies": {
"rollup": "^1.1.1 || ^2.0.0"
"rollup": "^1.1.1 || ^2.0.0 || ^3.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"rollup-plugin-typescript2": "^0.30.0"
},
"peerDependencies": {
"rollup": "^1.0.0 || ^2.0.0",
"rollup": "^1.0.0 || ^2.0.0 || ^3.0.0",
"typescript": "^3.2.0 || ^4.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"release": "../../node_modules/.bin/np"
},
"peerDependencies": {
"rollup": "^1.1.1 || ^2.0.0"
"rollup": "^1.1.1 || ^2.0.0 || ^3.0.0"
}
}
71 changes: 53 additions & 18 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9485bbd

Please sign in to comment.