Skip to content

Commit 59d0c3b

Browse files
avatsaevdherges
authored andcommitted
fix: lock rollup-plugin-commonjs dependency at 8.3.0 (#658)
Closes #657
1 parent 61922c1 commit 59d0c3b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"rimraf": "^2.6.1",
4747
"rollup": "^0.55.0",
4848
"rollup-plugin-cleanup": "^2.0.0",
49-
"rollup-plugin-commonjs": "^8.2.1",
49+
"rollup-plugin-commonjs": "8.3.0",
5050
"rollup-plugin-license": "^0.6.0",
5151
"rollup-plugin-node-resolve": "^3.0.0",
5252
"rxjs": "^5.5.0",

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3135,9 +3135,9 @@ rollup-plugin-cleanup@^2.0.0:
31353135
magic-string "^0.22.4"
31363136
rollup-pluginutils "^2.0.1"
31373137

3138-
rollup-plugin-commonjs@^8.2.1:
3139-
version "8.2.6"
3140-
resolved "https://registry.yarnpkg.com/rollup-plugin-commonjs/-/rollup-plugin-commonjs-8.2.6.tgz#27e5b9069ff94005bb01e01bb46a1e4873784677"
3138+
rollup-plugin-commonjs@8.3.0:
3139+
version "8.3.0"
3140+
resolved "https://registry.yarnpkg.com/rollup-plugin-commonjs/-/rollup-plugin-commonjs-8.3.0.tgz#91b4ba18f340951e39ed7b1901f377a80ab3f9c3"
31413141
dependencies:
31423142
acorn "^5.2.1"
31433143
estree-walker "^0.5.0"

0 commit comments

Comments
 (0)