Skip to content

Commit

Permalink
chore(deps): update jest to ^29.5.0 (#1996)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 20, 2023
1 parent 2dd22d4 commit 98d06c9
Show file tree
Hide file tree
Showing 4 changed files with 336 additions and 331 deletions.
2 changes: 1 addition & 1 deletion github_bot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"devDependencies": {
"@types/express": "^4.17.9",
"@types/jest": "^29.4.0",
"@types/jest": "^29.5.0",
"@types/node": "^16",
"@types/tmp": "^0.2.3",
"dotenv": "^16.0.0",
Expand Down
8 changes: 4 additions & 4 deletions github_bot/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -624,10 +624,10 @@
dependencies:
"@types/istanbul-lib-report" "*"

"@types/jest@^29.4.0":
version "29.4.0"
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.4.0.tgz#a8444ad1704493e84dbf07bb05990b275b3b9206"
integrity sha512-VaywcGQ9tPorCX/Jkkni7RWGFfI11whqzs8dvxF41P17Z+z872thvEvlIbznjPJ02kl1HMX3LmLOonsj2n7HeQ==
"@types/jest@^29.5.0":
version "29.5.0"
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.5.0.tgz#337b90bbcfe42158f39c2fb5619ad044bbb518ac"
integrity sha512-3Emr5VOl/aoBwnWcH/EFQvlSAmjV+XtV9GGu5mwdYew5vhQh0IUZx/60x0TzHDu09Bi7HMx10t/namdJw5QIcg==
dependencies:
expect "^29.0.0"
pretty-format "^29.0.0"
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"@types/d3-shape": "^2.0.0",
"@types/enzyme": "^3.9.0",
"@types/enzyme-adapter-react-16": "^1.0.5",
"@types/jest": "^29.4.0",
"@types/jest": "^29.5.0",
"@types/lodash": "^4.14.121",
"@types/luxon": "^1.25.0",
"@types/marked": "^2.0.1",
Expand Down Expand Up @@ -126,10 +126,10 @@
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-unicorn": "^46.0.0",
"html-webpack-plugin": "^4.5.2",
"jest": "^29.4.3",
"jest": "^29.5.0",
"jest-extended": "^3.2.4",
"jest-matcher-utils": "^29.4.3",
"jest-environment-jsdom": "^29.4.3",
"jest-matcher-utils": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"lerna": "^5.5.2",
"lint-staged": "^10.5.3",
"lodash": "^4.17.15",
Expand Down
Loading

0 comments on commit 98d06c9

Please sign in to comment.