Skip to content

Commit

Permalink
Merge pull request #274 from hqwuzhaoyi/dependabot/npm_and_yarn/types…
Browse files Browse the repository at this point in the history
…/jest-29.5.11

chore: bump @types/jest from 29.5.9 to 29.5.11
  • Loading branch information
hqwuzhaoyi authored Jan 10, 2024
2 parents 7083db4 + 3c86c27 commit 1539112
Show file tree
Hide file tree
Showing 10 changed files with 32 additions and 32 deletions.
2 changes: 1 addition & 1 deletion apps/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"@nestjs/schematics": "^10.0.3",
"@nestjs/testing": "^10.3.0",
"@types/express": "^4.17.21",
"@types/jest": "29.5.9",
"@types/jest": "29.5.11",
"@types/multer": "^1.4.11",
"@types/node": "20.10.7",
"@types/supertest": "^6.0.2",
Expand Down
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"@testing-library/react-hooks": "^8.0.1",
"@testing-library/user-event": "^14.5.2",
"@types/http-proxy": "^1.17.14",
"@types/jest": "^29.5.9",
"@types/jest": "^29.5.11",
"eslint-config-custom": "workspace:^",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"preset": "jest-presets/jest/node"
},
"devDependencies": {
"@types/jest": "^29.5.9",
"@types/jest": "^29.5.11",
"@types/node": "^20.10.7",
"eslint": "^8.56.0",
"eslint-config-custom": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/nfoParser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"preset": "jest-presets/jest/node"
},
"devDependencies": {
"@types/jest": "^29.5.9",
"@types/jest": "^29.5.11",
"@types/node": "^20.10.7",
"commander": "^11.1.0",
"eslint": "^8.56.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/shared-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"author": "",
"license": "ISC",
"devDependencies": {
"@types/jest": "^29.5.9",
"@types/jest": "^29.5.11",
"@types/node": "^20.10.7",
"eslint": "^8.56.0",
"eslint-config-custom": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/translater/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"preset": "jest-presets/jest/node"
},
"devDependencies": {
"@types/jest": "^29.5.9",
"@types/jest": "^29.5.11",
"@types/node": "^20.10.7",
"eslint": "^8.56.0",
"eslint-config-custom": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"preset": "jest-presets/jest/node"
},
"devDependencies": {
"@types/jest": "^29.5.9",
"@types/jest": "^29.5.11",
"@types/react": "^18.2.46",
"@types/react-dom": "^18.2.18",
"eslint": "^8.56.0",
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 @@
"preset": "jest-presets/jest/node"
},
"devDependencies": {
"@types/jest": "^29.5.9",
"@types/jest": "^29.5.11",
"@types/node": "^20.10.7",
"eslint": "^8.56.0",
"eslint-config-custom": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/whisper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"preset": "jest-presets/jest/node"
},
"devDependencies": {
"@types/jest": "^29.5.9",
"@types/jest": "^29.5.11",
"@types/node": "^20.10.7",
"commander": "^11.1.0",
"eslint": "^8.56.0",
Expand Down
46 changes: 23 additions & 23 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 1539112

Please sign in to comment.