Skip to content

Commit b08f55c

Browse files
author
Bryce Kolton
committed
Updated deprecated dependency
1 parent 7490445 commit b08f55c

File tree

3 files changed

+46
-44
lines changed

3 files changed

+46
-44
lines changed

package-lock.json

Lines changed: 41 additions & 41 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@
2828
"@types/react": "^16.9.17",
2929
"react": "^16.9.0",
3030
"rollup": "^1.12.0",
31-
"rollup-plugin-commonjs": "^10.0.2",
32-
"rollup-plugin-terser": "^5.1.1",
31+
"rollup-plugin-terser": "^5.1.3",
3332
"rollup-plugin-typescript2": "^0.23.0",
3433
"typescript": "^3.5.3"
3534
},
@@ -39,5 +38,8 @@
3938
"repository": {
4039
"type": "git",
4140
"url": "https://github.com/BBKolton/reactify-wc"
41+
},
42+
"dependencies": {
43+
"@rollup/plugin-commonjs": "^11.0.0"
4244
}
4345
}

rollup.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import ts from "rollup-plugin-typescript2";
2-
import cjs from "rollup-plugin-commonjs";
2+
import cjs from "@rollup/plugin-commonjs";
33
import pkg from "./package.json";
44
import { terser } from "rollup-plugin-terser";
55

0 commit comments

Comments
 (0)