Skip to content

Commit 46c3127

Browse files
committed
Upgrade rollup to fix failure to emit declarations
1 parent e12631c commit 46c3127

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"tslib": "1.10.0"
3737
},
3838
"peerDependencies": {
39-
"rollup": ">=1.26.0",
39+
"rollup": ">=1.26.3",
4040
"typescript": ">=2.4.0"
4141
},
4242
"devDependencies": {
@@ -54,7 +54,7 @@
5454
"lodash": "4.17.15",
5555
"object-hash": "1.3.1",
5656
"rimraf": "3.0.0",
57-
"rollup": "^1.26.0 ",
57+
"rollup": "^1.26.3 ",
5858
"rollup-plugin-commonjs": "10.1.0",
5959
"rollup-plugin-node-resolve": "5.2.0",
6060
"rollup-plugin-re": "1.0.7",

0 commit comments

Comments
 (0)