Bump deps

This commit is contained in:
SleepWalker 2019-11-26 20:14:46 +02:00
parent 2708650f17
commit 06597c482a
3 changed files with 841 additions and 783 deletions

View File

@ -43,8 +43,8 @@
"build:serve": "http-server --proxy https://dev.account.ely.by ./dist"
},
"dependencies": {
"@formatjs/intl-pluralrules": "^1.3.2",
"@formatjs/intl-relativetimeformat": "^4.4.1",
"@formatjs/intl-pluralrules": "^1.3.7",
"@formatjs/intl-relativetimeformat": "^4.4.6",
"@hot-loader/react-dom": "^16.11.0",
"classnames": "^2.2.6",
"copy-to-clipboard": "^3.0.8",
@ -55,11 +55,11 @@
"prop-types": "^15.6.2",
"raf": "^3.4.1",
"raven-js": "^3.27.0",
"react": "^16.11.0",
"react-dom": "^16.11.0",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-helmet": "^5.0.0",
"react-hot-loader": "^4.12.16",
"react-intl": "^3.4.0",
"react-hot-loader": "^4.12.18",
"react-intl": "^3.7.0",
"react-motion": "^0.5.0",
"react-redux": "^7.1.3",
"react-router-dom": "^5.1.2",
@ -73,34 +73,34 @@
"whatwg-fetch": "^3.0.0"
},
"devDependencies": {
"@babel/cli": "^7.7.0",
"@babel/core": "^7.7.2",
"@babel/node": "^7.7.0",
"@babel/plugin-proposal-class-properties": "^7.7.0",
"@babel/plugin-proposal-decorators": "^7.7.0",
"@babel/plugin-proposal-do-expressions": "^7.6.0",
"@babel/plugin-proposal-export-default-from": "^7.5.2",
"@babel/plugin-proposal-export-namespace-from": "^7.5.2",
"@babel/plugin-proposal-function-bind": "^7.0.0",
"@babel/plugin-proposal-function-sent": "^7.7.0",
"@babel/plugin-proposal-json-strings": "^7.0.0",
"@babel/plugin-proposal-logical-assignment-operators": "^7.0.0",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.4.4",
"@babel/plugin-proposal-numeric-separator": "^7.0.0",
"@babel/plugin-proposal-optional-chaining": "^7.6.0",
"@babel/plugin-proposal-pipeline-operator": "^7.5.0",
"@babel/plugin-proposal-throw-expressions": "^7.0.0",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-syntax-import-meta": "^7.0.0",
"@babel/plugin-transform-runtime": "^7.6.2",
"@babel/preset-env": "^7.7.1",
"@babel/preset-flow": "^7.0.0",
"@babel/preset-react": "^7.7.0",
"@babel/runtime-corejs3": "^7.7.2",
"@babel/cli": "^7.7.4",
"@babel/core": "^7.7.4",
"@babel/node": "^7.7.4",
"@babel/plugin-proposal-class-properties": "^7.7.4",
"@babel/plugin-proposal-decorators": "^7.7.4",
"@babel/plugin-proposal-do-expressions": "^7.7.4",
"@babel/plugin-proposal-export-default-from": "^7.7.4",
"@babel/plugin-proposal-export-namespace-from": "^7.7.4",
"@babel/plugin-proposal-function-bind": "^7.7.4",
"@babel/plugin-proposal-function-sent": "^7.7.4",
"@babel/plugin-proposal-json-strings": "^7.7.4",
"@babel/plugin-proposal-logical-assignment-operators": "^7.7.4",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.7.4",
"@babel/plugin-proposal-numeric-separator": "^7.7.4",
"@babel/plugin-proposal-optional-chaining": "^7.7.4",
"@babel/plugin-proposal-pipeline-operator": "^7.7.4",
"@babel/plugin-proposal-throw-expressions": "^7.7.4",
"@babel/plugin-syntax-dynamic-import": "^7.7.4",
"@babel/plugin-syntax-import-meta": "^7.7.4",
"@babel/plugin-transform-runtime": "^7.7.4",
"@babel/preset-env": "^7.7.4",
"@babel/preset-flow": "^7.7.4",
"@babel/preset-react": "^7.7.4",
"@babel/runtime-corejs3": "^7.7.4",
"babel-eslint": "^10.0.3",
"babel-loader": "^8.0.0",
"babel-plugin-react-intl": "^5.1.1",
"core-js": "3.4.0",
"babel-plugin-react-intl": "^5.1.8",
"core-js": "3.4.3",
"csp-webpack-plugin": "^2.0.2",
"css-loader": "^3.2.0",
"cssnano": "^4.1.10",
@ -108,8 +108,8 @@
"eager-imports-webpack-plugin": "^1.0.0",
"enzyme": "^3.8.0",
"enzyme-adapter-react-16": "^1.15.1",
"eslint": "^6.6.0",
"eslint-plugin-flowtype": "^4.3.0",
"eslint": "^6.7.1",
"eslint-plugin-flowtype": "^4.5.2",
"eslint-plugin-react": "^7.16.0",
"exports-loader": "^0.7.0",
"file-loader": "^4.2.0",
@ -134,13 +134,13 @@
"postcss-loader": "^3.0.0",
"postcss-scss": "^2.0.0",
"raw-loader": "^3.1.0",
"react-test-renderer": "^16.11.0",
"react-test-renderer": "^16.12.0",
"sass-loader": "^8.0.0",
"sinon": "^7.5.0",
"sitemap-webpack-plugin": "^0.6.0",
"speed-measure-webpack-plugin": "^1.3.1",
"style-loader": "^1.0.0",
"unexpected": "^11.8.0",
"unexpected": "^11.8.1",
"unexpected-sinon": "^10.5.1",
"url-loader": "^2.2.0",
"webpack": "^4.41.2",

View File

@ -10,7 +10,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"@babel/node": "^7.7.0",
"@babel/node": "^7.7.4",
"chalk": "^3.0.0",
"crowdin-api": "erickskrauch/crowdin-api#add_missed_methods_and_fix_files_uploading",
"glob": "^7.1.6",

1550
yarn.lock

File diff suppressed because it is too large Load Diff