Skip to content

Commit

Permalink
bumping dependencies (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexreardon authored Jul 9, 2019
1 parent 7772727 commit 308b6cc
Show file tree
Hide file tree
Showing 2 changed files with 294 additions and 322 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,24 +41,24 @@
"prepublishOnly": "yarn build"
},
"devDependencies": {
"@babel/core": "^7.4.4",
"@babel/preset-env": "^7.4.4",
"@babel/core": "^7.5.0",
"@babel/preset-env": "^7.5.2",
"@babel/preset-flow": "^7.0.0",
"babel-core": "7.0.0-bridge.0",
"babel-jest": "^24.8.0",
"babel-plugin-dev-expression": "^0.2.1",
"flow-bin": "0.98.1",
"babel-plugin-dev-expression": "^0.2.2",
"flow-bin": "0.102.0",
"jest": "^24.8.0",
"prettier": "1.17.0",
"prettier": "1.18.2",
"rimraf": "^2.6.3",
"rollup": "^1.11.3",
"rollup-plugin-babel": "^4.3.2",
"rollup-plugin-commonjs": "^9.3.4",
"rollup-plugin-node-resolve": "^4.2.3",
"rollup": "^1.16.6",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-commonjs": "^10.0.1",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-replace": "^2.2.0",
"rollup-plugin-uglify": "^6.0.2"
},
"dependencies": {
"tiny-invariant": "^1.0.4"
"tiny-invariant": "^1.0.5"
}
}
Loading

0 comments on commit 308b6cc

Please sign in to comment.