Skip to content

Commit f24afd5

Browse files
committed
Updated deps
1 parent fd47072 commit f24afd5

File tree

2 files changed

+612
-440
lines changed

2 files changed

+612
-440
lines changed

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -56,31 +56,31 @@
5656
"react-dom": ">=15.0.0"
5757
},
5858
"devDependencies": {
59-
"@babel/cli": "^7.4.4",
60-
"@babel/core": "^7.4.5",
61-
"@babel/plugin-proposal-class-properties": "^7.4.4",
62-
"@babel/preset-env": "^7.4.5",
59+
"@babel/cli": "^7.5.5",
60+
"@babel/core": "^7.5.5",
61+
"@babel/plugin-proposal-class-properties": "^7.5.5",
62+
"@babel/preset-env": "^7.5.5",
6363
"@babel/preset-react": "^7.0.0",
6464
"babel-eslint": "^10.0.2",
6565
"babel-loader": "^8.0.6",
6666
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
6767
"cross-env": "^5.2.0",
68-
"eslint": "^5.16.0",
69-
"eslint-config-airbnb": "^17.1.0",
68+
"eslint": "^6.0.1",
69+
"eslint-config-airbnb": "^17.1.1",
7070
"eslint-plugin-babel": "^5.1.0",
71-
"eslint-plugin-import": "^2.17.3",
72-
"eslint-plugin-jsx-a11y": "^6.2.1",
73-
"eslint-plugin-react": "^7.13.0",
74-
"husky": "^2.4.1",
75-
"lint-staged": "^8.2.1",
71+
"eslint-plugin-import": "^2.18.0",
72+
"eslint-plugin-jsx-a11y": "^6.2.3",
73+
"eslint-plugin-react": "^7.14.2",
74+
"husky": "^3.0.0",
75+
"lint-staged": "^9.2.0",
7676
"prettier": "^1.18.2",
7777
"prop-types": "^15.7.2",
7878
"react": "^16.8.6",
7979
"react-dom": "^16.8.6",
8080
"rimraf": "^2.6.3",
81-
"webpack": "^4.34.0",
81+
"webpack": "^4.36.1",
8282
"webpack-bundle-analyzer": "^3.3.2",
83-
"webpack-cli": "^3.3.4",
83+
"webpack-cli": "^3.3.6",
8484
"webpack-dev-server": "^3.7.2"
8585
},
8686
"husky": {

0 commit comments

Comments
 (0)