We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97c7715 commit 734aee7Copy full SHA for 734aee7
package.json
@@ -21,17 +21,17 @@
21
"build:watch": "rollup -c -w"
22
},
23
"dependencies": {
24
- "@babel/runtime": "^7.3.1"
+ "@babel/runtime": "^7.4.5"
25
26
"devDependencies": {
27
- "@babel/core": "^7.2.2",
28
- "@babel/plugin-transform-runtime": "^7.2.0",
29
- "@babel/preset-env": "^7.3.1",
30
- "fable-compiler": "^2.1.11",
+ "@babel/core": "^7.4.5",
+ "@babel/plugin-transform-runtime": "^7.4.4",
+ "@babel/preset-env": "^7.4.5",
+ "fable-compiler": "^2.3.10",
31
"fable-utils": "^1.0.2",
32
- "rollup": "^1.1.2",
33
- "rollup-plugin-commonjs": "^9.2.0",
+ "rollup": "^1.14.2",
+ "rollup-plugin-commonjs": "^10.0.0",
34
"rollup-plugin-fable": "^2.0.0",
35
- "rollup-plugin-node-resolve": "^4.0.0"
+ "rollup-plugin-node-resolve": "^5.0.1"
36
}
37
0 commit comments