Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions activities-examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@temporalio/envconfig": "^1.16.0",
"@temporalio/worker": "^1.16.0",
"@temporalio/workflow": "^1.16.0",
"axios": "^0.28.0",
"axios": "^0.31.1",
"node-fetch": "2.x"
},
"devDependencies": {
Expand Down Expand Up @@ -60,7 +60,7 @@
"ts-jest": "^28.0.2",
"ts-node": "^10.9.2",
"typescript": "^5.6.3",
"uuid": "^8.3.2",
"uuid": "^14.0.0",
"webpack": "5.96.1"
}
}
2 changes: 1 addition & 1 deletion ejson/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@temporalio/worker": "^1.16.0",
"@temporalio/workflow": "^1.16.0",
"ejson": "^2.2.2",
"uuid": "^8.3.2"
"uuid": "^14.0.0"
},
"devDependencies": {
"@tsconfig/node22": "^22.0.0",
Expand Down
2 changes: 1 addition & 1 deletion encryption/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"cors": "^2.8.5",
"ejson": "^2.2.2",
"express": "^4.20.0",
"uuid": "^8.3.2",
"uuid": "^14.0.0",
"yargs": "^16.2.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions expense/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
"@temporalio/worker": "^1.16.0",
"@temporalio/workflow": "^1.16.0",
"@temporalio/common": "^1.16.0",
"axios": "^0.28.0",
"axios": "^0.31.1",
"express": "~4.20.0",
"uuid": "8.3.2"
"uuid": "14.0.0"
},
"devDependencies": {
"@tsconfig/node22": "^22.0.0",
Expand Down
4 changes: 2 additions & 2 deletions food-delivery/apps/driver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@trpc/next": "^10.0.0-rc.8",
"@trpc/react-query": "^10.0.0-rc.8",
"@trpc/server": "^10.0.0-rc.8",
"next": "^15.1.1",
"next": "^16.2.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sharp": "^0.32.6",
Expand All @@ -38,7 +38,7 @@
"autoprefixer": "^10.4.0",
"concurrently": "7.5.0",
"eslint": "^8.57.1",
"postcss": "^8.4.31",
"postcss": "^8.5.10",
"tailwindcss": "^3.1.6",
"typescript": "^5.6.3"
}
Expand Down
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,11 +22,11 @@
"@trpc/next": "^10.0.0-rc.8",
"@trpc/react-query": "^10.0.0-rc.8",
"@trpc/server": "^10.0.0-rc.8",
"next": "^15.1.1",
"next": "^16.2.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sharp": "^0.32.6",
"uuid": "^9.0.0",
"uuid": "^14.0.0",
"zod": "^3.19.1"
},
"devDependencies": {
Expand All @@ -40,7 +40,7 @@
"autoprefixer": "^10.4.0",
"concurrently": "7.5.0",
"eslint": "^8.57.1",
"postcss": "^8.4.31",
"postcss": "^8.5.10",
"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.1.1",
"next": "^16.2.5",
"react": "^18.2.0",
"typescript": "^5.6.3"
},
Expand Down
2 changes: 1 addition & 1 deletion monorepo-folders/packages/frontend-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@testing-library/user-event": "^12.1.10",
"autoprefixer": "^10.0.2",
"eslint-config-react-app": "^7.0.0",
"postcss": "^8.1.0",
"postcss": "^8.5.10",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-scripts": "^5.0.0",
Expand Down
4 changes: 2 additions & 2 deletions nestjs-exchange-rates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
"@nestjs/axios": "3.1.2",
"@nestjs/common": "^10.4.8",
"@nestjs/config": "^3.3.0",
"@nestjs/core": "^10.4.8",
"@nestjs/core": "^11.1.18",
"@nestjs/platform-express": "^10.4.8",
"axios": "^1.3.1",
"axios": "^0.31.1",
"reflect-metadata": "^0.2.2",
"rxjs": "^7.4.0",
"@temporalio/activity": "^1.16.0",
Expand Down
4 changes: 2 additions & 2 deletions nextjs-ecommerce-oneclick/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"react-dom": "^18.2.0",
"react-toastify": "^8.0.3",
"swr": "^1.0.1",
"uuid": "^8.3.2"
"uuid": "^14.0.0"
},
"devDependencies": {
"@tsconfig/node22": "^22.0.0",
Expand All @@ -44,7 +44,7 @@
"eslint-plugin-deprecation": "^3.0.0",
"husky": "^7.0.2",
"npm-run-all": "^4.1.5",
"postcss": "^8.3.5",
"postcss": "^8.5.10",
"prettier": "^3.4.2",
"tailwindcss": "^2.2.4",
"typescript": "^5.6.3"
Expand Down
2 changes: 1 addition & 1 deletion patching-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@temporalio/envconfig": "^1.16.0",
"@temporalio/worker": "^1.16.0",
"@temporalio/workflow": "^1.16.0",
"axios": "0.28.0",
"axios": "0.31.1",
"eslint": "^8.57.1",
"node-fetch": "2.x"
},
Expand Down
Loading
Loading