Skip to content

Commit

Permalink
Merge pull request #145 from hqwuzhaoyi/dependabot/npm_and_yarn/types…
Browse files Browse the repository at this point in the history
…/jest-29.5.6
  • Loading branch information
hqwuzhaoyi authored Oct 26, 2023
2 parents 4dbd17b + 80bad72 commit 987ed60
Show file tree
Hide file tree
Showing 9 changed files with 29 additions and 29 deletions.
2 changes: 1 addition & 1 deletion apps/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"@nestjs/schematics": "^10.0.2",
"@nestjs/testing": "^10.2.7",
"@types/express": "^4.17.19",
"@types/jest": "29.5.5",
"@types/jest": "29.5.6",
"@types/multer": "^1.4.9",
"@types/node": "20.8.7",
"@types/supertest": "^2.0.15",
Expand Down
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"@testing-library/react": "^14.0.0",
"@testing-library/react-hooks": "^8.0.1",
"@testing-library/user-event": "^14.5.1",
"@types/jest": "^29.5.5",
"@types/jest": "^29.5.6",
"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.5",
"@types/jest": "^29.5.6",
"@types/node": "^20.8.7",
"eslint": "^8.51.0",
"eslint-config-custom": "workspace:*",
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.5",
"@types/jest": "^29.5.6",
"@types/node": "^20.8.7",
"eslint": "^8.51.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.5",
"@types/jest": "^29.5.6",
"@types/node": "^20.8.7",
"eslint": "^8.51.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.5",
"@types/jest": "^29.5.6",
"@types/react": "^18.2.31",
"@types/react-dom": "^18.2.13",
"eslint": "^8.51.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.5",
"@types/jest": "^29.5.6",
"@types/node": "^20.8.7",
"eslint": "^8.51.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.5",
"@types/jest": "^29.5.6",
"@types/node": "^20.8.7",
"commander": "^11.1.0",
"eslint": "^8.51.0",
Expand Down
42 changes: 21 additions & 21 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 987ed60

Please sign in to comment.