Skip to content

Commit

Permalink
chore(deps): Move from rollup-plugin-commonjs to `@rollup/plugin-co…
Browse files Browse the repository at this point in the history
…mmonjs`
  • Loading branch information
Ludwig Richter committed Feb 8, 2022
1 parent ef3977e commit 281c901
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 69 deletions.
110 changes: 43 additions & 67 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,14 @@
}
],
"devDependencies": {
"@rollup/plugin-commonjs": "^21.0.1",
"@types/jest": "^27.4.0",
"@types/mock-fs": "^4.13.1",
"@types/node": "^17.0.15",
"jest": "^27.5.0",
"mock-fs": "^5.1.2",
"prettier": "^2.5.1",
"rollup": "^2.67.1",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-externals": "^4.0.0",
"rollup-plugin-sourcemaps": "^0.6.3",
"rollup-plugin-typescript2": "^0.31.2",
Expand Down
2 changes: 1 addition & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import typescript from 'rollup-plugin-typescript2';
import commonjs from 'rollup-plugin-commonjs';
import commonjs from '@rollup/plugin-commonjs';
import * as pkg from './package.json';
import sourcemaps from 'rollup-plugin-sourcemaps';
import externals from 'rollup-plugin-node-externals';
Expand Down

0 comments on commit 281c901

Please sign in to comment.