Skip to content

Commit dbcf2ed

Browse files
Bump the npm_and_yarn group across 10 directories with 6 updates (#403)
1 parent c87e4a6 commit dbcf2ed

13 files changed

Lines changed: 709 additions & 721 deletions

File tree

activities-examples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"@temporalio/common": "^1.11.5",
3232
"@temporalio/worker": "^1.11.5",
3333
"@temporalio/workflow": "^1.11.5",
34-
"axios": "^0.26.0",
34+
"axios": "^0.28.0",
3535
"node-fetch": "2.x"
3636
},
3737
"devDependencies": {

encryption/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"@temporalio/workflow": "^1.11.5",
3232
"cors": "^2.8.5",
3333
"ejson": "^2.2.2",
34-
"express": "^4.18.0",
34+
"express": "^4.20.0",
3535
"uuid": "^8.3.2",
3636
"yargs": "^16.2.0"
3737
},

expense/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
"@temporalio/worker": "^1.11.5",
3131
"@temporalio/workflow": "^1.11.5",
3232
"@temporalio/common": "^1.11.5",
33-
"axios": "^0.26.0",
34-
"express": "~4.17.1",
33+
"axios": "^0.28.0",
34+
"express": "~4.20.0",
3535
"uuid": "8.3.2"
3636
},
3737
"devDependencies": {

food-delivery/apps/driver/next-env.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
/// <reference types="next/image-types/global" />
33

44
// NOTE: This file should not be edited
5-
// see https://nextjs.org/docs/pages/building-your-application/configuring/typescript for more information.
5+
// see https://nextjs.org/docs/pages/api-reference/config/typescript for more information.

food-delivery/apps/driver/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@
2222
"@trpc/next": "^10.0.0-rc.8",
2323
"@trpc/react-query": "^10.0.0-rc.8",
2424
"@trpc/server": "^10.0.0-rc.8",
25-
"next": "^15.0.0",
25+
"next": "^15.1.1",
2626
"react": "^18.2.0",
2727
"react-dom": "^18.2.0",
28-
"sharp": "^0.31.2",
28+
"sharp": "^0.32.6",
2929
"vercel": "^29.0.3",
3030
"zod": "^3.19.1"
3131
},
@@ -38,7 +38,7 @@
3838
"autoprefixer": "^10.4.0",
3939
"concurrently": "7.5.0",
4040
"eslint": "^8.57.1",
41-
"postcss": "^8.4.5",
41+
"postcss": "^8.4.31",
4242
"tailwindcss": "^3.1.6",
4343
"typescript": "^5.6.3"
4444
}

food-delivery/apps/menu/next-env.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
/// <reference types="next/image-types/global" />
33

44
// NOTE: This file should not be edited
5-
// see https://nextjs.org/docs/pages/building-your-application/configuring/typescript for more information.
5+
// see https://nextjs.org/docs/pages/api-reference/config/typescript for more information.

food-delivery/apps/menu/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@
2222
"@trpc/next": "^10.0.0-rc.8",
2323
"@trpc/react-query": "^10.0.0-rc.8",
2424
"@trpc/server": "^10.0.0-rc.8",
25-
"next": "^15.0.0",
25+
"next": "^15.1.1",
2626
"react": "^18.2.0",
2727
"react-dom": "^18.2.0",
28-
"sharp": "^0.31.2",
28+
"sharp": "^0.32.6",
2929
"uuid": "^9.0.0",
3030
"zod": "^3.19.1"
3131
},
@@ -40,7 +40,7 @@
4040
"autoprefixer": "^10.4.0",
4141
"concurrently": "7.5.0",
4242
"eslint": "^8.57.1",
43-
"postcss": "^8.4.5",
43+
"postcss": "^8.4.31",
4444
"tailwindcss": "^3.1.6",
4545
"typescript": "^5.6.3"
4646
}

food-delivery/packages/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@types/react": "^18.0.22",
1414
"@types/react-dom": "^18.0.7",
1515
"eslint": "^8.57.1",
16-
"next": "^15.0.0",
16+
"next": "^15.1.1",
1717
"react": "^18.2.0",
1818
"typescript": "^5.6.3"
1919
},

monorepo-folders/packages/backend-apis/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"dependencies": {
1111
"@temporalio/client": "^1.11.5",
12-
"express": "~4.16.1",
12+
"express": "~4.20.0",
1313
"temporal-workflows": "*",
1414
"ts-node": "^10.9.2"
1515
},

patching-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@temporalio/client": "^1.11.5",
2727
"@temporalio/worker": "^1.11.5",
2828
"@temporalio/workflow": "^1.11.5",
29-
"axios": "0.26.0",
29+
"axios": "0.28.0",
3030
"eslint": "^8.57.1",
3131
"node-fetch": "2.x"
3232
},

0 commit comments

Comments
 (0)