Skip to content

Commit

Permalink
chore(deps): update jest monorepo to v29.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 11, 2023
1 parent 684648e commit b5cb9e7
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 28 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@
"@types/react-test-renderer": "18.0.0",
"@typescript-eslint/eslint-plugin": "5.59.5",
"@typescript-eslint/parser": "5.59.5",
"babel-jest": "29.2.1",
"babel-jest": "29.5.0",
"eslint": "8.40.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-n": "15.7.0",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-react": "7.32.2",
"jest": "29.2.1",
"jest": "29.5.0",
"metro-react-native-babel-preset": "0.76.3",
"postcss": "8.4.23",
"prettier": "2.8.8",
Expand Down
39 changes: 13 additions & 26 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1213,7 +1213,7 @@
jest-util "^29.5.0"
slash "^3.0.0"

"@jest/core@^29.2.1", "@jest/core@^29.5.0":
"@jest/core@^29.5.0":
version "29.5.0"
resolved "https://registry.yarnpkg.com/@jest/core/-/core-29.5.0.tgz#76674b96904484e8214614d17261cc491e5f1f03"
integrity sha512-28UzQc7ulUrOQw1IsN/kv1QES3q2kkbl/wGslyhAclqZ/8cMdB5M68BffkIdSJgKBUt50d3hbwJ92XESlE7LiQ==
Expand Down Expand Up @@ -1367,7 +1367,7 @@
jest-haste-map "^29.5.0"
slash "^3.0.0"

"@jest/transform@^29.2.1", "@jest/transform@^29.5.0":
"@jest/transform@^29.5.0":
version "29.5.0"
resolved "https://registry.yarnpkg.com/@jest/transform/-/transform-29.5.0.tgz#cf9c872d0965f0cbd32f1458aa44a2b1988b00f9"
integrity sha512-8vbeZWqLJOvHaDfeMuoHITGKSz5qWc9u04lnWrQE3VyuSw604PzQM824ZeX9XSjUCeDiE3GuxZe5UKa8J61NQw==
Expand Down Expand Up @@ -1410,7 +1410,7 @@
"@types/yargs" "^16.0.0"
chalk "^4.0.0"

"@jest/types@^29.2.1", "@jest/types@^29.5.0":
"@jest/types@^29.5.0":
version "29.5.0"
resolved "https://registry.yarnpkg.com/@jest/types/-/types-29.5.0.tgz#f59ef9b031ced83047c67032700d8c807d6e1593"
integrity sha512-qbu7kN6czmVRc3xWFQcAN03RAUamgppVUdXrvl1Wr3jlNF93o9mJbGcDWrwGB6ht44u7efB1qCFgVQmca24Uog==
Expand Down Expand Up @@ -2385,20 +2385,7 @@ babel-core@^7.0.0-bridge.0:
resolved "https://registry.yarnpkg.com/babel-core/-/babel-core-7.0.0-bridge.0.tgz#95a492ddd90f9b4e9a4a1da14eb335b87b634ece"
integrity sha512-poPX9mZH/5CSanm50Q+1toVci6pv5KSRv/5TWCwtzQS5XEwn40BcCrgIeMFWP9CKKIniKXNxoIOnOq4VVlGXhg==

[email protected]:
version "29.2.1"
resolved "https://registry.yarnpkg.com/babel-jest/-/babel-jest-29.2.1.tgz#213c47e28072de11bdb98c9d29b89f2ab99664f1"
integrity sha512-gQJwArok0mqoREiCYhXKWOgUhElJj9DpnssW6GL8dG7ARYqHEhrM9fmPHTjdqEGRVXZAd6+imo3/Vwa8TjLcsw==
dependencies:
"@jest/transform" "^29.2.1"
"@types/babel__core" "^7.1.14"
babel-plugin-istanbul "^6.1.1"
babel-preset-jest "^29.2.0"
chalk "^4.0.0"
graceful-fs "^4.2.9"
slash "^3.0.0"

babel-jest@^29.5.0:
[email protected], babel-jest@^29.5.0:
version "29.5.0"
resolved "https://registry.yarnpkg.com/babel-jest/-/babel-jest-29.5.0.tgz#3fe3ddb109198e78b1c88f9ebdecd5e4fc2f50a5"
integrity sha512-mA4eCDh5mSo2EcA9xQjVTpmbbNk32Zb3Q3QFQsNhaK56Q+yoXowzFodLux30HRgyOho5rsQ6B0P9QpMkvvnJ0Q==
Expand Down Expand Up @@ -2519,7 +2506,7 @@ babel-preset-fbjs@^3.4.0:
"@babel/plugin-transform-template-literals" "^7.0.0"
babel-plugin-syntax-trailing-function-commas "^7.0.0-beta.0"

babel-preset-jest@^29.2.0, babel-preset-jest@^29.5.0:
babel-preset-jest@^29.5.0:
version "29.5.0"
resolved "https://registry.yarnpkg.com/babel-preset-jest/-/babel-preset-jest-29.5.0.tgz#57bc8cc88097af7ff6a5ab59d1cd29d52a5916e2"
integrity sha512-JOMloxOqdiBSxMAzjRaH023/vvcaSaec49zvg+2LmNsktC7ei39LTJGw02J+9uUtTZUq6xbLyJ4dxe9sSmIuAg==
Expand Down Expand Up @@ -4651,7 +4638,7 @@ jest-circus@^29.5.0:
slash "^3.0.0"
stack-utils "^2.0.3"

jest-cli@^29.2.1:
jest-cli@^29.5.0:
version "29.5.0"
resolved "https://registry.yarnpkg.com/jest-cli/-/jest-cli-29.5.0.tgz#b34c20a6d35968f3ee47a7437ff8e53e086b4a67"
integrity sha512-L1KcP1l4HtfwdxXNFCL5bmUbLQiKrakMUriBEcc1Vfz6gx31ORKdreuWvmQVBit+1ss9NNR3yxjwfwzZNdQXJw==
Expand Down Expand Up @@ -5019,15 +5006,15 @@ jest-worker@^29.5.0:
merge-stream "^2.0.0"
supports-color "^8.0.0"

jest@29.2.1:
version "29.2.1"
resolved "https://registry.yarnpkg.com/jest/-/jest-29.2.1.tgz#352ec0b81a0e436691d546d984cd7d8f72ffd26a"
integrity sha512-K0N+7rx+fv3Us3KhuwRSJt55MMpZPs9Q3WSO/spRZSnsalX8yEYOTQ1PiSN7OvqzoRX4JEUXCbOJRlP4n8m5LA==
jest@29.5.0:
version "29.5.0"
resolved "https://registry.yarnpkg.com/jest/-/jest-29.5.0.tgz#f75157622f5ce7ad53028f2f8888ab53e1f1f24e"
integrity sha512-juMg3he2uru1QoXX078zTa7pO85QyB9xajZc6bU+d9yEGwrKX6+vGmJQ3UdVZsvTEUARIdObzH68QItim6OSSQ==
dependencies:
"@jest/core" "^29.2.1"
"@jest/types" "^29.2.1"
"@jest/core" "^29.5.0"
"@jest/types" "^29.5.0"
import-local "^3.0.2"
jest-cli "^29.2.1"
jest-cli "^29.5.0"

jiti@^1.18.2:
version "1.18.2"
Expand Down

0 comments on commit b5cb9e7

Please sign in to comment.