Skip to content

Commit

Permalink
Update deps (security fix)
Browse files Browse the repository at this point in the history
  • Loading branch information
afitiskin committed Aug 27, 2019
1 parent ffffc33 commit a6655a3
Show file tree
Hide file tree
Showing 2 changed files with 291 additions and 180 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "redux-saga-routines",
"version": "3.2.0",
"version": "3.2.1",
"description": "Routines for redux-saga also useful with redux-form",
"keywords": [
"redux",
Expand All @@ -14,21 +14,21 @@
"module": "es/index.js",
"jsnext:main": "es/index.js",
"devDependencies": {
"@babel/cli": "^7.5.0",
"@babel/core": "^7.5.4",
"@babel/plugin-transform-runtime": "^7.5.0",
"@babel/preset-env": "^7.5.4",
"@babel/register": "^7.4.4",
"@babel/runtime": "^7.5.4",
"babel-eslint": "^10.0.2",
"@babel/cli": "^7.5.5",
"@babel/core": "^7.5.5",
"@babel/plugin-transform-runtime": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"@babel/register": "^7.5.5",
"@babel/runtime": "^7.5.5",
"babel-eslint": "^10.0.3",
"chai": "^4.2.0",
"cross-env": "^5.2.0",
"eslint": "^6.0.1",
"eslint": "^6.2.2",
"eslint-plugin-babel": "^5.3.0",
"mocha": "^6.1.4",
"mocha": "^6.2.0",
"redux-saga": ">=0.15.0",
"rimraf": "^2.6.2",
"sinon": "^7.3.2"
"rimraf": "^3.0.0",
"sinon": "^7.4.1"
},
"peerDependencies": {
"@babel/runtime": ">=7.0.0",
Expand Down
Loading

0 comments on commit a6655a3

Please sign in to comment.