Skip to content

Commit 5f740b9

Browse files
committed
Updated deps
1 parent cf430a0 commit 5f740b9

File tree

2 files changed

+518
-263
lines changed

2 files changed

+518
-263
lines changed

package.json

Lines changed: 18 additions & 18 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.0.0",
60-
"@babel/core": "^7.0.0",
61-
"@babel/plugin-proposal-class-properties": "^7.0.0",
62-
"@babel/preset-env": "^7.0.0",
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",
6363
"@babel/preset-react": "^7.0.0",
6464
"babel-eslint": "^10.0.1",
65-
"babel-loader": "^8.0.0",
66-
"babel-plugin-transform-react-remove-prop-types": "^0.4.5",
67-
"eslint": "^4.19.1 || ^5.3.0",
65+
"babel-loader": "^8.0.5",
66+
"babel-plugin-transform-react-remove-prop-types": "^0.4.23",
67+
"eslint": "^5.12.1",
6868
"eslint-config-airbnb": "^17.1.0",
6969
"eslint-plugin-babel": "^5.1.0",
70-
"eslint-plugin-import": "^2.14.0",
71-
"eslint-plugin-jsx-a11y": "^6.1.1",
72-
"eslint-plugin-react": "^7.11.0",
73-
"husky": "^1.2.0",
70+
"eslint-plugin-import": "^2.15.0",
71+
"eslint-plugin-jsx-a11y": "^6.2.0",
72+
"eslint-plugin-react": "^7.12.4",
73+
"husky": "^1.3.1",
7474
"lint-staged": "^8.1.0",
75-
"prettier": "^1.12.1",
75+
"prettier": "^1.16.1",
7676
"prop-types": "^15.6.2",
77-
"react": "^16.6.3",
78-
"react-dom": "^16.6.3",
79-
"rimraf": "^2.6.1",
80-
"webpack": "^4.21.0",
77+
"react": "^16.7.0",
78+
"react-dom": "^16.7.0",
79+
"rimraf": "^2.6.3",
80+
"webpack": "^4.29.0",
8181
"webpack-bundle-analyzer": "^3.0.3",
82-
"webpack-cli": "^3.1.2",
83-
"webpack-dev-server": "^3.1.9"
82+
"webpack-cli": "^3.2.1",
83+
"webpack-dev-server": "^3.1.14"
8484
},
8585
"husky": {
8686
"hooks": {

0 commit comments

Comments
 (0)