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 aec0c3e commit 16b5c6d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 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": "commonjs",
"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/setup-node@v3.5.1
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rollup-plugin-license",
"version": "2.9.0",
"version": "2.8.2",
"description": "Rollup plugin to add license banner to the final bundle and output third party licenses",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -33,7 +33,7 @@
"url": "https://github.com/mjeanroy/rollup-plugin-license"
},
"peerDependencies": {
"rollup": "^1.0.0 || ^2.0.0"
"rollup": "^1.0.0 || ^2.0.0 || ^3.0.0"
},
"dependencies": {
"commenting": "~1.1.0",
Expand Down Expand Up @@ -71,13 +71,13 @@
"jasmine-core": "3.10.1",
"prettier": "2.7.1",
"rimraf": "3.0.2",
"rollup": "2.79.1",
"rollup-plugin-prettier": "2.3.0",
"rollup-plugin-strip-banner": "2.1.0",
"rollup": "3.2.3",
"rollup-plugin-prettier": "3.0.0",
"rollup-plugin-strip-banner": "3.0.0",
"tmp": "0.2.1",
"typescript": "4.8.4"
},
"engines": {
"node": ">=10.0.0"
"node": ">=14.0.0"
}
}

0 comments on commit 16b5c6d

Please sign in to comment.