Bump deps

This commit is contained in:
SleepWalker 2019-12-25 13:15:50 +02:00
parent 8db75ac8c8
commit d5e0e9a7fb
5 changed files with 1183 additions and 2184 deletions

View File

@ -86,14 +86,17 @@
"^.+\\.[tj]sx?$": "babel-jest"
}
},
"resolutions": {
"@types/node": "^12.0.0"
},
"dependencies": {
"react": "^16.12.0",
"react-dom": "^16.12.0"
},
"devDependencies": {
"@babel/cli": "^7.7.5",
"@babel/core": "^7.7.5",
"@babel/node": "^7.7.4",
"@babel/cli": "^7.7.7",
"@babel/core": "^7.7.7",
"@babel/node": "^7.7.7",
"@babel/plugin-proposal-class-properties": "^7.7.4",
"@babel/plugin-proposal-decorators": "^7.7.4",
"@babel/plugin-proposal-do-expressions": "^7.7.4",
@ -106,36 +109,35 @@
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.7.4",
"@babel/plugin-proposal-numeric-separator": "^7.7.4",
"@babel/plugin-proposal-optional-chaining": "^7.7.5",
"@babel/plugin-proposal-pipeline-operator": "^7.7.4",
"@babel/plugin-proposal-pipeline-operator": "^7.7.7",
"@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.6",
"@babel/preset-env": "^7.7.6",
"@babel/preset-env": "^7.7.7",
"@babel/preset-react": "^7.7.4",
"@babel/preset-typescript": "^7.7.4",
"@babel/runtime-corejs3": "^7.7.6",
"@babel/preset-typescript": "^7.7.7",
"@babel/runtime-corejs3": "^7.7.7",
"@storybook/addon-actions": "^5.2.8",
"@storybook/addon-links": "^5.2.8",
"@storybook/addon-viewport": "^5.2.8",
"@storybook/addons": "^5.2.8",
"@storybook/react": "^5.2.8",
"@types/jest": "^24.0.23",
"@types/webpack-env": "^1.14.1",
"@typescript-eslint/eslint-plugin": "^2.11.0",
"@typescript-eslint/parser": "^2.11.0",
"@types/jest": "^24.0.24",
"@typescript-eslint/eslint-plugin": "^2.13.0",
"@typescript-eslint/parser": "^2.13.0",
"babel-loader": "^8.0.0",
"babel-plugin-react-intl": "^5.1.11",
"core-js": "3.5.0",
"core-js": "3.6.1",
"csp-webpack-plugin": "^2.0.2",
"css-loader": "^3.3.2",
"css-loader": "^3.4.0",
"cssnano": "^4.1.10",
"dotenv": "^8.2.0",
"eager-imports-webpack-plugin": "^1.0.0",
"eslint": "^6.7.2",
"eslint-config-prettier": "^6.7.0",
"eslint-plugin-jsdoc": "^18.4.3",
"eslint-plugin-prettier": "^3.1.1",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.8.0",
"eslint-plugin-jsdoc": "^18.4.4",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "^7.17.0",
"exports-loader": "^0.7.0",
"file-loader": "^5.0.2",
@ -149,7 +151,7 @@
"json-loader": "^0.5.4",
"lint-staged": "^9.5.0",
"loader-utils": "^1.0.0",
"mini-css-extract-plugin": "^0.8.0",
"mini-css-extract-plugin": "^0.9.0",
"node-sass": "^4.13.0",
"postcss-import": "^12.0.1",
"postcss-loader": "^3.0.0",
@ -158,18 +160,18 @@
"raw-loader": "^4.0.0",
"react-test-renderer": "^16.12.0",
"sass-loader": "^8.0.0",
"sinon": "^7.5.0",
"sinon": "^8.0.1",
"sitemap-webpack-plugin": "^0.6.0",
"speed-measure-webpack-plugin": "^1.3.1",
"style-loader": "^1.0.1",
"typescript": "^3.7.3",
"unexpected": "^11.8.1",
"style-loader": "~1.0.0",
"typescript": "^3.7.4",
"unexpected": "^11.11.0",
"unexpected-sinon": "^10.5.1",
"url-loader": "^3.0.0",
"webpack": "^4.41.2",
"webpack": "^4.41.4",
"webpack-bundle-analyzer": "^3.6.0",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.9.0",
"webpack-dev-server": "^3.10.1",
"webpackbar": "^4.0.0"
}
}

View File

@ -5,6 +5,7 @@
"@formatjs/intl-pluralrules": "^1.3.9",
"@formatjs/intl-relativetimeformat": "^4.5.1",
"@hot-loader/react-dom": "^16.11.0",
"@types/react": "^16.9.17",
"@types/react-redux": "^7.1.5",
"@types/react-router-dom": "^5.1.3",
"clsx": "^1.0.4",
@ -26,7 +27,7 @@
"react-router-dom": "^5.1.2",
"react-textarea-autosize": "^7.1.2",
"react-transition-group": "^4.3.0",
"redux": "^4.0.4",
"redux": "^4.0.5",
"redux-localstorage": "^0.4.1",
"redux-thunk": "^2.0.0",
"url-search-params-polyfill": "^7.0.1",
@ -34,6 +35,7 @@
"whatwg-fetch": "^3.0.0"
},
"devDependencies": {
"@types/webpack-env": "^1.14.1",
"enzyme": "^3.8.0",
"enzyme-adapter-react-16": "^1.15.1"
}

View File

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

View File

@ -133,7 +133,14 @@ const webpackConfig = {
{
test: /\.s?css$/,
use: [
'style-loader',
{
loader: 'style-loader',
options: {
// Enable when we will upgrade to @^1.1.0
// This also need style-loader#445 to be resolved
// esModule: true,
},
},
{
loader: 'css-loader',
options: {
@ -142,6 +149,7 @@ const webpackConfig = {
? '[hash:base64:5]'
: '[path][name]-[local]',
},
esModule: true,
importLoaders: 2,
sourceMap: !isProduction,
},

3301
yarn.lock

File diff suppressed because it is too large Load Diff