Skip to content

Commit 654861c

Browse files
chore(deps): update dependency jest to v29.7.0
1 parent 100803f commit 654861c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

bun.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"auto": "10.46.0",
1717
"eslint": "8.41.0",
1818
"eslint-plugin-prettier": "4.2.1",
19-
"jest": "29.5.0",
19+
"jest": "29.7.0",
2020
"prettier": "2.8.8",
2121
"react": "18.2.0",
2222
"react-native": "0.71.12",
@@ -1127,7 +1127,7 @@
11271127

11281128
"java-properties": ["[email protected]", "", {}, "sha512-qjdpeo2yKlYTH7nFdK0vbZWuTCesk4o63v5iVOlhMQPfuIZQfW/HI35SjfhA+4qpg36rnFSvUK5b1m+ckIblQQ=="],
11291129

1130-
"jest": ["jest@29.5.0", "", { "dependencies": { "@jest/core": "^29.5.0", "@jest/types": "^29.5.0", "import-local": "^3.0.2", "jest-cli": "^29.5.0" }, "peerDependencies": { "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0" }, "optionalPeers": ["node-notifier"], "bin": { "jest": "bin/jest.js" } }, "sha512-juMg3he2uru1QoXX078zTa7pO85QyB9xajZc6bU+d9yEGwrKX6+vGmJQ3UdVZsvTEUARIdObzH68QItim6OSSQ=="],
1130+
"jest": ["jest@29.7.0", "", { "dependencies": { "@jest/core": "^29.7.0", "@jest/types": "^29.6.3", "import-local": "^3.0.2", "jest-cli": "^29.7.0" }, "peerDependencies": { "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0" }, "optionalPeers": ["node-notifier"], "bin": { "jest": "bin/jest.js" } }, "sha512-NIy3oAFp9shda19hy4HK0HRTWKtPJmGdnvywu01nOqNC2vZg+Z+fvJDxpMQA88eb2I9EcafcdjYgsDthnYTvGw=="],
11311131

11321132
"jest-changed-files": ["[email protected]", "", { "dependencies": { "execa": "^5.0.0", "jest-util": "^29.7.0", "p-limit": "^3.1.0" } }, "sha512-fEArFiwf1BpQ+4bXSprcDc3/x4HSzL4al2tozwVpDFpsxALjLYdyiIK4e5Vz66GQJIbXJ82+35PtysofptNX2w=="],
11331133

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"auto": "10.46.0",
3333
"eslint": "8.41.0",
3434
"eslint-plugin-prettier": "4.2.1",
35-
"jest": "29.5.0",
35+
"jest": "29.7.0",
3636
"prettier": "2.8.8",
3737
"react": "18.2.0",
3838
"react-native": "0.71.12",

0 commit comments

Comments
 (0)