Update babel & jest

This commit is contained in:
Pavel Pustovalov
2020-08-30 13:53:25 -05:00
committed by Umputun
parent dfd66b95b0
commit 07efd657af
2 changed files with 5190 additions and 3689 deletions
+5180 -3679
View File
File diff suppressed because it is too large Load Diff
+10 -10
View File
@@ -47,11 +47,10 @@
"whatwg-fetch": "^3.0.0"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-react-jsx": "^7.9.4",
"@babel/preset-env": "^7.9.5",
"@babel/preset-react": "^7.9.4",
"@babel/core": "^7.11.4",
"@babel/plugin-transform-react-jsx": "^7.10.4",
"@babel/preset-env": "^7.11.0",
"@babel/preset-react": "^7.10.4",
"@formatjs/cli": "^1.1.20",
"@mavrin/stylelint-declaration-use-css-custom-properties": "1.0.0-alpha.1",
"@size-limit/file": "^4.4.5",
@@ -68,10 +67,11 @@
"@types/redux-mock-store": "^1.0.2",
"@typescript-eslint/eslint-plugin": "^2.27.0",
"@typescript-eslint/parser": "^2.27.0",
"autoprefixer": "^9.7.6",
"autoprefixer": "^9.8.6",
"babel-eslint": "^10.1.0",
"babel-jest": "^24.9.0",
"babel-jest": "^26.3.0",
"babel-loader": "^8.1.0",
"caniuse-lite": "^1.0.30001118",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^6.0.3",
"cross-env": "^7.0.2",
@@ -91,11 +91,11 @@
"html-webpack-plugin": "^3.2.0",
"husky": "^4.2.5",
"identity-obj-proxy": "^3.0.0",
"jest": "^25.3.0",
"jest": "^26.4.2",
"jest-enzyme": "^7.1.2",
"jest-extended": "^0.11.5",
"jest-fetch-mock": "^3.0.3",
"jest-localstorage-mock": "^2.4.0",
"jest-localstorage-mock": "^2.4.3",
"lint-staged": "^10.2.11",
"mini-css-extract-plugin": "^0.8.2",
"node-fetch": "^2.6.0",
@@ -118,7 +118,7 @@
"stylelint-config-prettier": "^8.0.1",
"stylelint-config-standard": "^20.0.0",
"stylelint-value-no-unknown-custom-properties": "^3.0.0",
"ts-jest": "^25.3.1",
"ts-jest": "^26.3.0",
"ts-loader": "^6.2.2",
"typescript": "^3.8.3",
"webpack": "^4.43.0",