Skip to content

Commit

Permalink
Bumping dependencies (#19)
Browse files Browse the repository at this point in the history
* bumping dev deps

* bumping raf-stub
  • Loading branch information
alexreardon authored Jul 9, 2019
1 parent 7d8ab71 commit 41af603
Show file tree
Hide file tree
Showing 2 changed files with 219 additions and 96 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,21 +37,21 @@
"prepublish": "yarn run build"
},
"devDependencies": {
"@babel/core": "^7.4.5",
"@babel/preset-env": "^7.4.5",
"@babel/core": "^7.5.0",
"@babel/preset-env": "^7.5.2",
"@babel/preset-flow": "^7.0.0",
"babel-eslint": "10.0.1",
"babel-eslint": "10.0.2",
"babel-jest": "^24.8.0",
"cross-env": "^5.2.0",
"flow-bin": "0.100.0",
"flow-bin": "0.102.0",
"jest": "24.8.0",
"prettier": "^1.17.1",
"raf-stub": "2.0.2",
"prettier": "^1.18.2",
"raf-stub": "3.0.0",
"rimraf": "^2.6.3",
"rollup": "^1.13.1",
"rollup-plugin-babel": "^4.3.2",
"rollup": "^1.16.6",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-replace": "^2.2.0",
"rollup-plugin-terser": "^5.0.0"
"rollup-plugin-terser": "^5.1.1"
},
"dependencies": {}
}
Loading

0 comments on commit 41af603

Please sign in to comment.