Skip to content

Commit 4f70341

Browse files
committed
Updated deps
1 parent 83c88d7 commit 4f70341

File tree

2 files changed

+1345
-955
lines changed

2 files changed

+1345
-955
lines changed

package.json

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -56,36 +56,36 @@
5656
"react-dom": ">=15.0.0"
5757
},
5858
"devDependencies": {
59-
"@babel/cli": "^7.2.3",
60-
"@babel/core": "^7.2.2",
61-
"@babel/plugin-proposal-class-properties": "^7.3.0",
62-
"@babel/preset-env": "^7.3.1",
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",
6363
"@babel/preset-react": "^7.0.0",
64-
"babel-eslint": "^10.0.1",
65-
"babel-loader": "^8.0.5",
66-
"babel-plugin-transform-react-remove-prop-types": "^0.4.23",
64+
"babel-eslint": "^10.0.2",
65+
"babel-loader": "^8.0.6",
66+
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
6767
"cross-env": "^5.2.0",
68-
"eslint": "^5.12.1",
68+
"eslint": "^5.16.0",
6969
"eslint-config-airbnb": "^17.1.0",
7070
"eslint-plugin-babel": "^5.1.0",
71-
"eslint-plugin-import": "^2.15.0",
72-
"eslint-plugin-jsx-a11y": "^6.2.0",
73-
"eslint-plugin-react": "^7.12.4",
74-
"husky": "^1.3.1",
75-
"lint-staged": "^8.1.0",
76-
"prettier": "^1.16.1",
77-
"prop-types": "^15.6.2",
78-
"react": "^16.7.0",
79-
"react-dom": "^16.7.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",
76+
"prettier": "^1.18.2",
77+
"prop-types": "^15.7.2",
78+
"react": "^16.8.6",
79+
"react-dom": "^16.8.6",
8080
"rimraf": "^2.6.3",
81-
"webpack": "^4.29.0",
82-
"webpack-bundle-analyzer": "^3.0.3",
83-
"webpack-cli": "^3.2.1",
84-
"webpack-dev-server": "^3.1.14"
81+
"webpack": "^4.34.0",
82+
"webpack-bundle-analyzer": "^3.3.2",
83+
"webpack-cli": "^3.3.4",
84+
"webpack-dev-server": "^3.7.2"
8585
},
8686
"husky": {
8787
"hooks": {
8888
"pre-commit": "lint-staged"
8989
}
9090
}
91-
}
91+
}

0 commit comments

Comments
 (0)