Skip to content

Commit

Permalink
chore(deps): upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
akameco committed Mar 18, 2020
1 parent f19e833 commit 941e6a5
Show file tree
Hide file tree
Showing 3 changed files with 2,612 additions and 2,468 deletions.
2 changes: 0 additions & 2 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
* text=auto
*.js text eol=lf
*.lock binary
package-lock.json binary
51 changes: 25 additions & 26 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@
},
"lint-staged": {
"*.{js,json,md}": [
"prettier --write",
"git add"
"prettier --write"
]
},
"files": [
Expand All @@ -49,32 +48,32 @@
"warning": "^4.0.3"
},
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.4.0",
"@babel/plugin-proposal-class-properties": "^7.4.0",
"@babel/plugin-proposal-object-rest-spread": "^7.4.0",
"@babel/preset-env": "^7.4.2",
"@babel/preset-flow": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"@types/react": "^16.8.10",
"all-contributors-cli": "^6.2.0",
"@babel/cli": "^7.8.4",
"@babel/core": "^7.8.7",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-proposal-object-rest-spread": "^7.8.3",
"@babel/preset-env": "^7.8.7",
"@babel/preset-flow": "^7.8.3",
"@babel/preset-react": "^7.8.3",
"@types/react": "^16.9.23",
"all-contributors-cli": "^6.14.0",
"babel-core": "7.0.0-bridge.0",
"babel-jest": "^24.6.0",
"enzyme": "^3.9.0",
"enzyme-adapter-react-16": "^1.11.2",
"eslint": "6.4.0",
"eslint-config-precure": "^5.1.0",
"babel-jest": "^25.1.0",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.2",
"eslint": "6.8.0",
"eslint-config-precure": "^5.3.1",
"flow-bin": "^0.108.0",
"flow-copy-source": "^2.0.3",
"husky": "^3.0.5",
"jest": "^24.6.0",
"jest-cli": "^24.6.0",
"lint-staged": "^9.2.5",
"prettier": "^1.16.4",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"rollup": "^1.8.0",
"rollup-plugin-babel": "^4.3.2",
"flow-copy-source": "^2.0.9",
"husky": "^4.2.3",
"jest": "^25.1.0",
"jest-cli": "^25.1.0",
"lint-staged": "^10.0.8",
"prettier": "^1.19.1",
"react": "^16.13.0",
"react-dom": "^16.13.0",
"rollup": "^2.1.0",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-flow": "^1.1.1",
"rollup-plugin-node-resolve": "^5.2.0"
},
Expand Down

0 comments on commit 941e6a5

Please sign in to comment.