Update client dependencies
This commit is contained in:
parent
3dea4d6513
commit
508969e189
File diff suppressed because one or more lines are too long
|
@ -9,15 +9,15 @@
|
|||
"not op_mini all"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.0.0-rc.1",
|
||||
"@babel/plugin-proposal-class-properties": "^7.0.0-rc.1",
|
||||
"@babel/plugin-proposal-export-default-from": "^7.0.0-rc.1",
|
||||
"@babel/plugin-proposal-export-namespace-from": "^7.0.0-rc.1",
|
||||
"@babel/plugin-transform-react-constant-elements": "^7.0.0-rc.1",
|
||||
"@babel/plugin-transform-react-inline-elements": "^7.0.0-rc.1",
|
||||
"@babel/preset-env": "^7.0.0-rc.1",
|
||||
"@babel/preset-react": "^7.0.0-rc.1",
|
||||
"autoprefixer": "^9.1.0",
|
||||
"@babel/core": "^7.0.0-rc.2",
|
||||
"@babel/plugin-proposal-class-properties": "^7.0.0-rc.2",
|
||||
"@babel/plugin-proposal-export-default-from": "^7.0.0-rc.2",
|
||||
"@babel/plugin-proposal-export-namespace-from": "^7.0.0-rc.2",
|
||||
"@babel/plugin-transform-react-constant-elements": "^7.0.0-rc.2",
|
||||
"@babel/plugin-transform-react-inline-elements": "^7.0.0-rc.2",
|
||||
"@babel/preset-env": "^7.0.0-rc.2",
|
||||
"@babel/preset-react": "^7.0.0-rc.2",
|
||||
"autoprefixer": "^9.1.2",
|
||||
"babel-core": "^7.0.0-0",
|
||||
"babel-eslint": "^8.2.6",
|
||||
"babel-jest": "^23.4.2",
|
||||
|
@ -26,27 +26,27 @@
|
|||
"css-loader": "^1.0.0",
|
||||
"cssnano": "^4.0.5",
|
||||
"del": "^3.0.0",
|
||||
"eslint": "^5.3.0",
|
||||
"eslint": "^5.4.0",
|
||||
"eslint-config-airbnb": "^16.1.0",
|
||||
"eslint-config-prettier": "^2.9.0",
|
||||
"eslint-config-prettier": "^3.0.1",
|
||||
"eslint-import-resolver-webpack": "^0.10.1",
|
||||
"eslint-loader": "^2.1.0",
|
||||
"eslint-plugin-import": "^2.13.0",
|
||||
"eslint-plugin-import": "^2.14.0",
|
||||
"eslint-plugin-jsx-a11y": "^6.1.1",
|
||||
"eslint-plugin-prettier": "^2.6.2",
|
||||
"eslint-plugin-react": "^7.10.0",
|
||||
"eslint-plugin-react": "^7.11.1",
|
||||
"express": "^4.14.1",
|
||||
"express-http-proxy": "^1.2.0",
|
||||
"gulp": "4.0.0",
|
||||
"gulp-util": "^3.0.8",
|
||||
"jest": "^23.5.0",
|
||||
"mini-css-extract-plugin": "^0.4.1",
|
||||
"mini-css-extract-plugin": "^0.4.2",
|
||||
"postcss-flexbugs-fixes": "^4.1.0",
|
||||
"postcss-loader": "^3.0.0",
|
||||
"prettier": "1.14.2",
|
||||
"style-loader": "^0.22.1",
|
||||
"through2": "^2.0.3",
|
||||
"webpack": "^4.16.5",
|
||||
"webpack": "^4.17.0",
|
||||
"webpack-dev-middleware": "^3.0.1",
|
||||
"webpack-hot-middleware": "^2.22.3"
|
||||
},
|
||||
|
@ -57,7 +57,7 @@
|
|||
"classnames": "^2.2.6",
|
||||
"es6-promise": "^4.2.4",
|
||||
"fontfaceobserver": "^2.0.9",
|
||||
"formik": "1.0.2",
|
||||
"formik": "1.0.3",
|
||||
"history": "4.5.1",
|
||||
"immer": "^1.5.0",
|
||||
"js-cookie": "^2.1.4",
|
||||
|
|
1009
client/yarn.lock
1009
client/yarn.lock
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue