Unverified Commit 0bc7b690 authored by Marcos Iglesias's avatar Marcos Iglesias Committed by GitHub

Updating jest (#701)

Signed-off-by: 's avatarMarcos Iglesias Valle <golodhros@gmail.com>
parent 3770023d
...@@ -7,7 +7,7 @@ module.exports = { ...@@ -7,7 +7,7 @@ module.exports = {
addons: [ addons: [
'@storybook/addon-actions', '@storybook/addon-actions',
'@storybook/addon-links', '@storybook/addon-links',
'@storybook/addon-knobs' '@storybook/addon-knobs',
], ],
webpackFinal: async (config) => { webpackFinal: async (config) => {
return merge(devWebpackConfig, config); return merge(devWebpackConfig, config);
......
...@@ -64,7 +64,7 @@ ...@@ -64,7 +64,7 @@
"@storybook/theming": "^6.0.21", "@storybook/theming": "^6.0.21",
"@types/enzyme": "^3.10.5", "@types/enzyme": "^3.10.5",
"@types/jasmine-matchers": "^0.2.32", "@types/jasmine-matchers": "^0.2.32",
"@types/jest": "^24.9.1", "@types/jest": "^26.0.14",
"@types/node": "^10.17.21", "@types/node": "^10.17.21",
"@types/react-redux": "^6.0.14", "@types/react-redux": "^6.0.14",
"@types/react-router": "^4.4.5", "@types/react-router": "^4.4.5",
...@@ -95,7 +95,7 @@ ...@@ -95,7 +95,7 @@
"find-unused-sass-variables": "^2.0.0", "find-unused-sass-variables": "^2.0.0",
"html-webpack-plugin": "4.3.0", "html-webpack-plugin": "4.3.0",
"husky": "^4.3.0", "husky": "^4.3.0",
"jest": "^25.5.4", "jest": "^26.4.2",
"jest-css-modules": "^2.1.0", "jest-css-modules": "^2.1.0",
"lint-staged": "^10.2.11", "lint-staged": "^10.2.11",
"mini-css-extract-plugin": "^0.10.0", "mini-css-extract-plugin": "^0.10.0",
...@@ -114,7 +114,7 @@ ...@@ -114,7 +114,7 @@
"stylelint-prettier": "^1.1.2", "stylelint-prettier": "^1.1.2",
"stylelint-scss": "^3.17.2", "stylelint-scss": "^3.17.2",
"terser-webpack-plugin": "^4.1.0", "terser-webpack-plugin": "^4.1.0",
"ts-jest": "^24.3.0", "ts-jest": "^26.4.1",
"ts-loader": "^6.2.2", "ts-loader": "^6.2.2",
"ts-node": "^9.0.0", "ts-node": "^9.0.0",
"tsconfig-paths": "^3.9.0", "tsconfig-paths": "^3.9.0",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment