Update client dependencies
This commit is contained in:
parent
abc495f849
commit
f502fea5c1
|
@ -8,13 +8,13 @@
|
|||
"ie 11"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.0.0-beta.46",
|
||||
"@babel/plugin-transform-react-constant-elements": "^7.0.0-beta.46",
|
||||
"@babel/plugin-transform-react-inline-elements": "^7.0.0-beta.46",
|
||||
"@babel/preset-env": "^7.0.0-beta.46",
|
||||
"@babel/preset-react": "^7.0.0-beta.46",
|
||||
"@babel/preset-stage-0": "^7.0.0-beta.46",
|
||||
"autoprefixer": "^8.2.0",
|
||||
"@babel/core": "^7.0.0-beta.47",
|
||||
"@babel/plugin-transform-react-constant-elements": "^7.0.0-beta.47",
|
||||
"@babel/plugin-transform-react-inline-elements": "^7.0.0-beta.47",
|
||||
"@babel/preset-env": "^7.0.0-beta.47",
|
||||
"@babel/preset-react": "^7.0.0-beta.47",
|
||||
"@babel/preset-stage-0": "^7.0.0-beta.47",
|
||||
"autoprefixer": "^8.5.0",
|
||||
"babel-core": "^7.0.0-0",
|
||||
"babel-eslint": "^8.2.2",
|
||||
"babel-jest": "^22.4.3",
|
||||
|
@ -31,7 +31,7 @@
|
|||
"eslint-plugin-import": "^2.2.0",
|
||||
"eslint-plugin-jsx-a11y": "^6.0.3",
|
||||
"eslint-plugin-prettier": "^2.6.0",
|
||||
"eslint-plugin-react": "^7.7.0",
|
||||
"eslint-plugin-react": "^7.8.2",
|
||||
"express": "^4.14.1",
|
||||
"express-http-proxy": "^1.2.0",
|
||||
"gulp": "4.0.0",
|
||||
|
@ -43,9 +43,9 @@
|
|||
"prettier": "1.12.1",
|
||||
"style-loader": "^0.21.0",
|
||||
"through2": "^2.0.3",
|
||||
"webpack": "^4.1.1",
|
||||
"webpack": "^4.8.3",
|
||||
"webpack-dev-middleware": "^3.0.1",
|
||||
"webpack-hot-middleware": "^2.22.1"
|
||||
"webpack-hot-middleware": "^2.22.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"autolinker": "^1.4.3",
|
||||
|
@ -60,7 +60,7 @@
|
|||
"lodash": "^4.17.10",
|
||||
"react": "^16.2.0",
|
||||
"react-dom": "^16.2.0",
|
||||
"react-hot-loader": "^4.1.2",
|
||||
"react-hot-loader": "^4.1.3",
|
||||
"react-redux": "^5.0.2",
|
||||
"react-virtualized": "^9.3.0",
|
||||
"redux": "^4.0.0",
|
||||
|
|
1364
client/yarn.lock
1364
client/yarn.lock
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue