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

deps: update jest monorepo . #163

Merged
merged 1 commit into from
Oct 2, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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": "^29.1.1",
"jest": "^29.1.2",
"monodeploy": "^3.3.0",
"packemon": "^2.4.1",
"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.5",
"author": "Jan Šilhan <silhanu@gmail.com>",
"dependencies": {
"@jest/types": "^29.1.0",
"@jest/types": "^29.1.2",
"@rajzik/configs-shared": "workspace:^1.0.0",
"@types/jest": "^29.0.3",
"@types/jest": "^29.1.1",
"jest-junit": "^14.0.1"
},
"devDependencies": {
"jest": "^29.1.1",
"jest": "^29.1.2",
"tsconfig-rajzik": "workspace:*"
},
"engines": {
Expand Down
Loading