Skip to content

Commit

Permalink
Bump the npm_and_yarn group across 10 directories with 6 updates (#403)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Dec 18, 2024
1 parent c87e4a6 commit dbcf2ed
Show file tree
Hide file tree
Showing 13 changed files with 709 additions and 721 deletions.
2 changes: 1 addition & 1 deletion activities-examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@temporalio/common": "^1.11.5",
"@temporalio/worker": "^1.11.5",
"@temporalio/workflow": "^1.11.5",
"axios": "^0.26.0",
"axios": "^0.28.0",
"node-fetch": "2.x"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion encryption/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@temporalio/workflow": "^1.11.5",
"cors": "^2.8.5",
"ejson": "^2.2.2",
"express": "^4.18.0",
"express": "^4.20.0",
"uuid": "^8.3.2",
"yargs": "^16.2.0"
},
Expand Down
4 changes: 2 additions & 2 deletions expense/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
"@temporalio/worker": "^1.11.5",
"@temporalio/workflow": "^1.11.5",
"@temporalio/common": "^1.11.5",
"axios": "^0.26.0",
"express": "~4.17.1",
"axios": "^0.28.0",
"express": "~4.20.0",
"uuid": "8.3.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion food-delivery/apps/driver/next-env.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
/// <reference types="next/image-types/global" />

// NOTE: This file should not be edited
// see https://nextjs.org/docs/pages/building-your-application/configuring/typescript for more information.
// see https://nextjs.org/docs/pages/api-reference/config/typescript for more information.
6 changes: 3 additions & 3 deletions food-delivery/apps/driver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
"@trpc/next": "^10.0.0-rc.8",
"@trpc/react-query": "^10.0.0-rc.8",
"@trpc/server": "^10.0.0-rc.8",
"next": "^15.0.0",
"next": "^15.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sharp": "^0.31.2",
"sharp": "^0.32.6",
"vercel": "^29.0.3",
"zod": "^3.19.1"
},
Expand All @@ -38,7 +38,7 @@
"autoprefixer": "^10.4.0",
"concurrently": "7.5.0",
"eslint": "^8.57.1",
"postcss": "^8.4.5",
"postcss": "^8.4.31",
"tailwindcss": "^3.1.6",
"typescript": "^5.6.3"
}
Expand Down
2 changes: 1 addition & 1 deletion food-delivery/apps/menu/next-env.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
/// <reference types="next/image-types/global" />

// NOTE: This file should not be edited
// see https://nextjs.org/docs/pages/building-your-application/configuring/typescript for more information.
// see https://nextjs.org/docs/pages/api-reference/config/typescript for more information.
6 changes: 3 additions & 3 deletions food-delivery/apps/menu/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
"@trpc/next": "^10.0.0-rc.8",
"@trpc/react-query": "^10.0.0-rc.8",
"@trpc/server": "^10.0.0-rc.8",
"next": "^15.0.0",
"next": "^15.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sharp": "^0.31.2",
"sharp": "^0.32.6",
"uuid": "^9.0.0",
"zod": "^3.19.1"
},
Expand All @@ -40,7 +40,7 @@
"autoprefixer": "^10.4.0",
"concurrently": "7.5.0",
"eslint": "^8.57.1",
"postcss": "^8.4.5",
"postcss": "^8.4.31",
"tailwindcss": "^3.1.6",
"typescript": "^5.6.3"
}
Expand Down
2 changes: 1 addition & 1 deletion food-delivery/packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@types/react": "^18.0.22",
"@types/react-dom": "^18.0.7",
"eslint": "^8.57.1",
"next": "^15.0.0",
"next": "^15.1.1",
"react": "^18.2.0",
"typescript": "^5.6.3"
},
Expand Down
2 changes: 1 addition & 1 deletion monorepo-folders/packages/backend-apis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"dependencies": {
"@temporalio/client": "^1.11.5",
"express": "~4.16.1",
"express": "~4.20.0",
"temporal-workflows": "*",
"ts-node": "^10.9.2"
},
Expand Down
2 changes: 1 addition & 1 deletion patching-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@temporalio/client": "^1.11.5",
"@temporalio/worker": "^1.11.5",
"@temporalio/workflow": "^1.11.5",
"axios": "0.26.0",
"axios": "0.28.0",
"eslint": "^8.57.1",
"node-fetch": "2.x"
},
Expand Down
Loading

0 comments on commit dbcf2ed

Please sign in to comment.