Skip to content

Commit

Permalink
chore(deps-dev): bump jest from 26.6.3 to 29.5.0
Browse files Browse the repository at this point in the history
Bumps [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest) from 26.6.3 to 29.5.0.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/commits/v29.5.0/packages/jest)

---
updated-dependencies:
- dependency-name: jest
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Jun 21, 2023
1 parent a1e8018 commit 98e1bb9
Show file tree
Hide file tree
Showing 13 changed files with 2,073 additions and 2,848 deletions.
2 changes: 1 addition & 1 deletion packages/accounts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@near-js/keystores": "workspace:*",
"@types/node": "^18.11.18",
"bs58": "^4.0.0",
"jest": "^26.0.1",
"jest": "^29.5.0",
"near-hello": "^0.5.1",
"ts-jest": "^26.5.6",
"typescript": "^4.9.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/crypto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"devDependencies": {
"@types/node": "^18.11.18",
"jest": "^26.0.1",
"jest": "^29.5.0",
"ts-jest": "^26.5.6",
"typescript": "^4.9.4"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/keystores-browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@near-js/keystores": "workspace:*"
},
"devDependencies": {
"jest": "^26.0.1",
"jest": "^29.5.0",
"ts-jest": "^26.5.6",
"typescript": "^4.9.4"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/keystores-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"devDependencies": {
"@types/node": "^18.11.18",
"jest": "^26.0.1",
"jest": "^29.5.0",
"ts-jest": "^26.5.6",
"typescript": "^4.9.4"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/keystores/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"devDependencies": {
"@types/node": "^18.11.18",
"jest": "^26.0.1",
"jest": "^29.5.0",
"ts-jest": "^26.5.6",
"typescript": "^4.9.4"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/near-api-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"danger": "^11.1.1",
"danger-plugin-yarn": "^1.3.2",
"in-publish": "^2.0.0",
"jest": "^26.0.1",
"jest": "^29.5.0",
"localstorage-memory": "^1.0.3",
"near-hello": "^0.5.1",
"rimraf": "^3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/providers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"devDependencies": {
"@types/node": "^18.11.18",
"jest": "^26.0.1",
"jest": "^29.5.0",
"ts-jest": "^26.5.6",
"typescript": "^4.9.4"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/signers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"devDependencies": {
"@types/node": "^18.11.18",
"jest": "^26.0.1",
"jest": "^29.5.0",
"ts-jest": "^26.5.6",
"typescript": "^4.9.4"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/transactions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"devDependencies": {
"@near-js/keystores": "workspace:*",
"@types/node": "^18.11.18",
"jest": "^26.0.1",
"jest": "^29.5.0",
"ts-jest": "^26.5.6",
"typescript": "^4.9.4"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"devDependencies": {
"@types/node": "^18.11.18",
"jest": "^26.0.1",
"jest": "^29.5.0",
"ts-jest": "^26.5.6",
"typescript": "^4.9.4"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"devDependencies": {
"@types/node": "^18.11.18",
"jest": "^26.0.1",
"jest": "^29.5.0",
"ts-jest": "^26.5.6",
"typescript": "^4.9.4"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/wallet-account/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"devDependencies": {
"@types/node": "^18.11.18",
"jest": "^26.0.1",
"jest": "^29.5.0",
"localstorage-memory": "^1.0.3",
"ts-jest": "^26.5.6",
"typescript": "^4.9.4"
Expand Down
Loading

0 comments on commit 98e1bb9

Please sign in to comment.