Skip to content

Commit

Permalink
updates jest deps
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitropoulos committed Sep 16, 2024
1 parent d0f4a0a commit 2f13ddd
Show file tree
Hide file tree
Showing 20 changed files with 1,056 additions and 910 deletions.
2 changes: 1 addition & 1 deletion examples/kitchen-sink/apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@types/body-parser": "^1.19.5",
"@types/cors": "^2.8.17",
"@types/express": "^4.17.21",
"@types/jest": "^29.5.12",
"@types/jest": "^29.5.13",
"@types/morgan": "^1.9.9",
"@types/node": "^20.11.24",
"@types/supertest": "^6.0.2",
Expand Down
4 changes: 2 additions & 2 deletions examples/kitchen-sink/packages/jest-presets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
"node/jest-preset.js"
],
"dependencies": {
"ts-jest": "^29.1.2"
"ts-jest": "^29.2.5"
},
"devDependencies": {
"jest-environment-jsdom": "^29.7.0"
}
}
}
4 changes: 2 additions & 2 deletions examples/kitchen-sink/packages/logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
"@repo/eslint-config": "workspace:*",
"@repo/jest-presets": "workspace:*",
"@repo/typescript-config": "workspace:*",
"@types/jest": "^29.5.12",
"@types/jest": "^29.5.13",
"@types/node": "^20.11.24",
"jest": "^29.7.0",
"tsup": "^8.0.2",
"typescript": "^5.3.3"
}
}
}
2 changes: 1 addition & 1 deletion examples/kitchen-sink/packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@repo/eslint-config": "workspace:*",
"@repo/jest-presets": "workspace:*",
"@repo/typescript-config": "workspace:*",
"@types/jest": "^29.5.12",
"@types/jest": "^29.5.13",
"@types/node": "^20.11.24",
"@types/react": "^18.2.62",
"@types/react-dom": "^18.2.19",
Expand Down
4 changes: 2 additions & 2 deletions examples/with-docker/apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@types/body-parser": "^1.19.5",
"@types/cors": "^2.8.17",
"@types/express": "^4.17.21",
"@types/jest": "^29.5.12",
"@types/jest": "^29.5.13",
"@types/morgan": "^1.9.9",
"@types/node": "^20.11.24",
"@types/supertest": "^6.0.2",
Expand All @@ -39,4 +39,4 @@
"supertest": "^6.3.3",
"typescript": "^5.3.3"
}
}
}
4 changes: 2 additions & 2 deletions examples/with-docker/packages/jest-presets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"node/jest-preset.js"
],
"dependencies": {
"ts-jest": "^29.1.1"
"ts-jest": "^29.2.5"
}
}
}
3 changes: 1 addition & 2 deletions examples/with-docker/packages/logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,10 @@
"@repo/eslint-config": "*",
"@repo/jest-presets": "*",
"@repo/typescript-config": "*",
"@types/jest": "^29.5.12",
"@types/jest": "^29.5.13",
"@types/node": "^20.11.24",
"eslint": "^8.57.0",
"jest": "^29.7.0",
"typescript": "^5.3.3"
}
}

6 changes: 3 additions & 3 deletions examples/with-nestjs/apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@
"@repo/jest-config": "workspace:*",
"@repo/typescript-config": "workspace:*",
"@types/express": "^4.17.17",
"@types/jest": "^29.5.2",
"@types/jest": "^29.5.13",
"@types/node": "^20.3.1",
"@types/supertest": "^6.0.0",
"jest": "^29.5.0",
"jest": "^29.7.0",
"source-map-support": "^0.5.21",
"supertest": "^6.3.3",
"ts-jest": "^29.1.0",
"ts-jest": "^29.2.5",
"ts-loader": "^9.4.3",
"ts-node": "^10.9.1",
"tsconfig-paths": "^4.2.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/with-nestjs/apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@
"@repo/typescript-config": "workspace:*",
"@testing-library/jest-dom": "^6.4.5",
"@testing-library/react": "^15.0.7",
"@types/jest": "^29.5.2",
"@types/jest": "^29.5.13",
"@types/node": "^20.11.24",
"@types/react": "^18.2.61",
"@types/react-dom": "^18.2.19",
"jest": "^29.5.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"typescript": "^5.3.3"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/with-nestjs/packages/jest-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"access": "public"
},
"devDependencies": {
"jest": "^29.5.0",
"jest": "^29.7.0",
"next": "^14.1.1"
}
}
6 changes: 3 additions & 3 deletions packages/create-turbo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@
"@turbo/workspaces": "workspace:*",
"@types/fs-extra": "^9.0.13",
"@types/inquirer": "^7.3.1",
"@types/jest": "^27.4.0",
"@types/jest": "^29.5.13",
"@types/node": "^18.17.2",
"@types/semver": "^7.3.9",
"jest": "^27.4.3",
"ts-jest": "^27.1.1",
"jest": "^29.7.0",
"ts-jest": "^29.2.5",
"tsup": "^6.7.0",
"typescript": "^5.2.2"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/eslint-plugin-turbo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@
"@turbo/utils": "workspace:*",
"@types/eslint": "^8.4.5",
"@types/estree": "^1.0.0",
"@types/jest": "^27.4.0",
"@types/jest": "^29.5.13",
"@types/node": "^18.17.2",
"jest": "^27.4.3",
"jest": "^29.7.0",
"json5": "^2.2.1",
"ts-jest": "^27.1.1",
"ts-jest": "^29.2.5",
"tsup": "^6.2.0",
"typescript": "5.3.3"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/turbo-benchmark/src/generate.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -238,9 +238,9 @@ module.exports = {
types: "dist/index.d.ts",
devDependencies: {
typescript: "^4.6.3",
jest: "^27.0.0",
"ts-jest": "^27.0.0",
"@types/jest": "^27.0.0",
jest: "^29.7.0",
"ts-jest": "^29.2.5",
"@types/jest": "^29.5.13",
},
scripts: {
build: "tsc",
Expand Down
6 changes: 3 additions & 3 deletions packages/turbo-codemod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,15 @@
"@types/fs-extra": "^9.0.13",
"@types/gradient-string": "^1.1.2",
"@types/inquirer": "^8.2.0",
"@types/jest": "^27.4.0",
"@types/jest": "^29.5.13",
"@types/node": "^18.17.2",
"@types/semver": "^7.3.9",
"@types/uuid": "^9.0.0",
"deepmerge": "^4.2.2",
"jest": "^27.4.3",
"jest": "^29.7.0",
"plop": "^3.1.1",
"semver": "^7.3.5",
"ts-jest": "^27.1.1",
"ts-jest": "^29.2.5",
"tsup": "^6.7.0",
"typescript": "5.3.3"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/turbo-gen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@
"@turbo/utils": "workspace:*",
"@types/fs-extra": "^9.0.13",
"@types/inquirer": "^8.2.5",
"@types/jest": "^27.4.0",
"@types/jest": "^29.5.13",
"@types/node": "^18.17.2",
"@types/validate-npm-package-name": "^4.0.0",
"jest": "^27.4.3",
"ts-jest": "^27.1.1",
"jest": "^29.7.0",
"ts-jest": "^29.2.5",
"tsup": "^6.7.0",
"typescript": "5.3.3"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/turbo-ignore/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@
"@turbo/tsconfig": "workspace:*",
"@turbo/types": "workspace:*",
"@turbo/utils": "workspace:*",
"@types/jest": "^27.4.0",
"@types/jest": "^29.5.13",
"@types/node": "^18.17.2",
"commander": "^11.0.0",
"jest": "^27.4.3",
"ts-jest": "^27.1.1",
"jest": "^29.7.0",
"ts-jest": "^29.2.5",
"tsup": "^5.12.1",
"typescript": "5.3.3"
}
Expand Down
6 changes: 3 additions & 3 deletions packages/turbo-test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@
"@turbo/eslint-config": "workspace:*",
"@turbo/tsconfig": "workspace:*",
"@types/fs-extra": "^9.0.13",
"@types/jest": "^27.4.0",
"@types/jest": "^29.5.13",
"@types/js-yaml": "^4.0.5",
"@types/node": "^18.17.2",
"jest": "^27.4.3",
"ts-jest": "^27.1.1",
"jest": "^29.7.0",
"ts-jest": "^29.2.5",
"typescript": "5.3.3"
},
"dependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/turbo-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@types/async-retry": "^1.4.5",
"@types/fs-extra": "^9.0.13",
"@types/gradient-string": "^1.1.2",
"@types/jest": "^27.4.0",
"@types/jest": "^29.5.13",
"@types/js-yaml": "^4.0.5",
"@types/node": "^20.5.7",
"@types/tar": "^6.1.4",
Expand All @@ -43,13 +43,13 @@
"fs-extra": "^11.1.1",
"got": "^11.8.6",
"gradient-string": "^2.0.0",
"jest": "^27.4.3",
"jest": "^29.7.0",
"js-yaml": "^4.1.0",
"json5": "^2.2.3",
"ora": "4.1.1",
"picocolors": "1.0.1",
"tar": "6.1.13",
"ts-jest": "^27.1.1",
"ts-jest": "^29.2.5",
"typescript": "5.3.3"
}
}
6 changes: 3 additions & 3 deletions packages/turbo-workspaces/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,15 @@
"@types/fs-extra": "^9.0.13",
"@types/gradient-string": "^1.1.2",
"@types/inquirer": "^7.3.1",
"@types/jest": "^27.4.0",
"@types/jest": "^29.5.13",
"@types/js-yaml": "^4.0.5",
"@types/node": "^18.17.2",
"@types/rimraf": "^3.0.2",
"@types/semver": "^7.3.9",
"jest": "^27.4.3",
"jest": "^29.7.0",
"semver": "^7.3.5",
"strip-ansi": "^6.0.1",
"ts-jest": "^27.1.1",
"ts-jest": "^29.2.5",
"tsup": "^5.10.3",
"typescript": "5.3.3"
},
Expand Down
Loading

0 comments on commit 2f13ddd

Please sign in to comment.