Skip to content
This repository has been archived by the owner on Oct 28, 2023. It is now read-only.

Commit

Permalink
deps: update jest monorepo to v29.
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 25, 2022
1 parent d37b370 commit 0b733de
Show file tree
Hide file tree
Showing 3 changed files with 435 additions and 309 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"graphql": "^16.6.0",
"graphql-tag": "^2.12.6",
"husky": "^8.0.1",
"jest": "^28.1.3",
"jest": "^29.0.0",
"monodeploy": "^3.3.0",
"packemon": "^2.3.7",
"prettier": "^2.7.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/jest-preset/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"version": "1.0.4",
"author": "Jan Šilhan <silhanu@gmail.com>",
"dependencies": {
"@jest/types": "^28.1.3",
"@jest/types": "^29.0.0",
"@rajzik/configs-shared": "workspace:^1.0.0",
"@types/jest": "^28.1.8",
"jest-junit": "^14.0.0"
},
"devDependencies": {
"jest": "^28.1.3",
"jest": "^29.0.0",
"tsconfig-rajzik": "workspace:*"
},
"engines": {
Expand Down Expand Up @@ -40,7 +40,7 @@
"support": "current"
},
"peerDependencies": {
"jest": "^28.0.0"
"jest": "^28.0.0 || ^29.0.0"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit 0b733de

Please sign in to comment.