Skip to content

Commit

Permalink
chore: upgrade to rollup ^3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mjeanroy committed Oct 26, 2022
1 parent 40f880a commit b6a4428
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"@babel/preset-env", {
"modules": "cjs",
"targets": {
"node": "10"
"node": "14"
}
}
]
Expand All @@ -21,7 +21,7 @@
"@babel/preset-env", {
"modules": false,
"targets": {
"node": "10"
"node": "14"
}
}
]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
strategy:
matrix:
os: [ windows-latest, ubuntu-latest, macos-latest ]
node: [ 10, 11, 12, 13, 14, 15, 16, 17, 18 ]
node: [ 14, 16, 17, 18 ]
steps:
- uses: actions/checkout@v1
- uses: actions/[email protected]
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
],
"peerDependencies": {
"prettier": "^1.0.0 || ^2.0.0",
"rollup": "^1.0.0 || ^2.0.0"
"rollup": "^1.0.0 || ^2.0.0 || ^3.0.0"
},
"dependencies": {
"@types/prettier": "^1.0.0 || ^2.0.0",
Expand Down Expand Up @@ -65,8 +65,8 @@
"prettier": "2.7.1",
"q": "1.5.1",
"rimraf": "3.0.2",
"rollup": "2.79.1",
"rollup-plugin-strip-banner": "2.1.0",
"rollup": "3.2.3",
"rollup-plugin-strip-banner": "3.0.0",
"tmp": "0.2.1",
"typescript": "4.8.4"
},
Expand Down

0 comments on commit b6a4428

Please sign in to comment.