Skip to content

Commit

Permalink
chore(deps): update jest monorepo to v29.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 12, 2023
1 parent 432ec9d commit 575529c
Show file tree
Hide file tree
Showing 8 changed files with 548 additions and 411 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"eslint-config-prettier": "8.5.0",
"eslint-plugin-prettier": "4.2.1",
"husky": "8.0.3",
"jest": "29.2.2",
"jest": "29.7.0",
"lerna": "5.6.2",
"less": "4.1.3",
"less-loader": "11.1.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "12.1.5",
"autoprefixer": "10.4.13",
"babel-jest": "29.2.2",
"babel-jest": "29.7.0",
"babel-loader": "8.3.0",
"css-loader": "6.7.3",
"css-minimizer-webpack-plugin": "4.2.2",
Expand All @@ -46,9 +46,9 @@
"gulp-copy": "4.0.1",
"gulp-less": "5.0.0",
"gulp-postcss": "9.0.1",
"jest": "29.2.2",
"jest": "29.7.0",
"jest-css-modules-transform": "4.4.2",
"jest-environment-jsdom": "29.2.2",
"jest-environment-jsdom": "29.7.0",
"less": "4.1.3",
"less-loader": "11.1.0",
"merge2": "1.4.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/framework/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"@babel/cli": "7.19.3",
"@babel/core": "7.20.5",
"@babel/preset-env": "7.20.2",
"babel-jest": "29.2.2",
"jest": "29.2.2"
"babel-jest": "29.7.0",
"jest": "29.7.0"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/shared-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"@babel/cli": "7.19.3",
"@babel/core": "7.20.5",
"@babel/preset-env": "7.20.2",
"babel-jest": "29.2.2",
"jest": "29.2.2"
"babel-jest": "29.7.0",
"jest": "29.7.0"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"@babel/cli": "7.19.3",
"@babel/core": "7.20.5",
"@babel/preset-env": "7.20.2",
"babel-jest": "29.2.2",
"jest": "29.2.2"
"babel-jest": "29.7.0",
"jest": "29.7.0"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/widget-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"@babel/cli": "7.19.3",
"@babel/core": "7.20.5",
"@babel/preset-env": "7.20.2",
"babel-jest": "29.2.2",
"jest": "29.2.2"
"babel-jest": "29.7.0",
"jest": "29.7.0"
},
"publishConfig": {
"access": "public"
Expand Down
6 changes: 3 additions & 3 deletions packages/widgets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@
"@svgr/webpack": "6.5.1",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "12.1.5",
"babel-jest": "29.2.2",
"babel-jest": "29.7.0",
"babel-loader": "8.3.0",
"css-loader": "6.7.3",
"css-minimizer-webpack-plugin": "4.2.2",
"jest": "29.2.2",
"jest": "29.7.0",
"jest-css-modules-transform": "4.4.2",
"jest-environment-jsdom": "29.2.2",
"jest-environment-jsdom": "29.7.0",
"less": "4.1.3",
"less-loader": "11.1.0",
"npm-run-all": "4.1.5",
Expand Down
Loading

0 comments on commit 575529c

Please sign in to comment.