Skip to content

Commit

Permalink
chore(deps): update dependency @types/jest to v29.5.11
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 17, 2023
1 parent 7b0500e commit ac69d45
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
"devDependencies": {
"@types/fs-extra": "11.0.4",
"@types/jest": "29.5.10",
"@types/jest": "29.5.11",
"@types/node": "18.19.2",
"jest": "29.7.0",
"ts-jest": "29.1.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"devDependencies": {
"@fastify/swagger": "8.12.0",
"@fastify/swagger-ui": "1.10.2",
"@types/jest": "29.5.10",
"@types/jest": "29.5.11",
"@types/lodash": "4.14.202",
"esbuild-jest": "0.5.0",
"fastify": "4.24.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-flux/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"devDependencies": {
"@types/fs-extra": "11.0.4",
"@types/jest": "29.5.10",
"@types/jest": "29.5.11",
"@types/node": "18.19.2",
"jest": "29.7.0",
"ts-jest": "29.1.1",
Expand Down
2 changes: 1 addition & 1 deletion playground/integration-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"tsconfig-paths": "4.2.0"
},
"devDependencies": {
"@types/jest": "29.5.10",
"@types/jest": "29.5.11",
"@types/node": "18.19.2",
"@typescript-eslint/eslint-plugin": "6.14.0",
"@typescript-eslint/parser": "6.14.0",
Expand Down
2 changes: 1 addition & 1 deletion playground/template-prisma/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"tsconfig-paths": "4.2.0"
},
"devDependencies": {
"@types/jest": "29.5.10",
"@types/jest": "29.5.11",
"@types/node": "18.19.2",
"@typescript-eslint/eslint-plugin": "6.14.0",
"@typescript-eslint/parser": "6.14.0",
Expand Down
24 changes: 12 additions & 12 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ac69d45

Please sign in to comment.