Skip to content
This repository has been archived by the owner on Jan 18, 2021. It is now read-only.

Commit

Permalink
fix: 🐛 Fix dependencies' vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
manhhailua committed Aug 18, 2019
1 parent 3884574 commit a585e47
Show file tree
Hide file tree
Showing 2 changed files with 833 additions and 625 deletions.
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,35 +66,35 @@
]
},
"dependencies": {
"redux": "^4.0.1",
"redux": "^4.0.4",
"redux-saga": "^1.0.5"
},
"devDependencies": {
"@babel/cli": "7.5.0",
"@babel/core": "7.5.0",
"@babel/plugin-proposal-class-properties": "7.5.0",
"@babel/preset-env": "7.5.0",
"@babel/cli": "7.5.5",
"@babel/core": "7.5.5",
"@babel/plugin-proposal-class-properties": "7.5.5",
"@babel/preset-env": "7.5.5",
"@babel/preset-flow": "7.0.0",
"@semantic-release/changelog": "^3.0.4",
"@semantic-release/git": "^7.0.16",
"babel-eslint": "10.0.2",
"babel-jest": "24.8.0",
"documentation": "11.0.1",
"eslint": "6.0.1",
"eslint-config-airbnb-base": "13.2.0",
"babel-jest": "24.9.0",
"documentation": "12.1.1",
"eslint": "6.1.0",
"eslint-config-airbnb-base": "14.0.0",
"eslint-config-prettier": "6.0.0",
"eslint-plugin-flowtype": "3.11.1",
"eslint-plugin-flowtype": "4.2.0",
"eslint-plugin-flowtype-errors": "4.1.0",
"eslint-plugin-import": "2.18.0",
"eslint-plugin-import": "2.18.2",
"eslint-plugin-prettier": "3.1.0",
"flow-bin": "0.102.0",
"flow-bin": "0.105.2",
"flow-copy-source": "2.0.7",
"husky": "3.0.0",
"jest": "24.8.0",
"lint-staged": "9.0.2",
"husky": "3.0.4",
"jest": "24.9.0",
"lint-staged": "9.2.3",
"opn-cli": "5.0.0",
"prettier": "1.18.2",
"rimraf": "2.6.3",
"semantic-release": "^15.13.18"
"rimraf": "3.0.0",
"semantic-release": "^15.13.21"
}
}
Loading

0 comments on commit a585e47

Please sign in to comment.