Skip to content

Commit

Permalink
chore: Update dependencies across multiple packages (#333)
Browse files Browse the repository at this point in the history
  • Loading branch information
TriPSs authored Oct 24, 2024
2 parents 85d1c42 + 4af8463 commit 6c33a70
Show file tree
Hide file tree
Showing 6 changed files with 3,510 additions and 8,863 deletions.
16 changes: 7 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"rxjs-for-await": "^1.0.0",
"shelljs": "^0.8.5",
"tar": "^7.4.3",
"tslib": "^2.7.0",
"tslib": "^2.8.0",
"yargs": "^17.7.2"
},
"devDependencies": {
Expand All @@ -56,16 +56,14 @@
"@nx/plugin": "20.0.0",
"@nx/react": "20.0.0",
"@nx/webpack": "20.0.0",
"@pulumi/gcp": "^8.5.0",
"@pulumi/pulumi": "^3.136.1",
"@swc-node/register": "1.10.9",
"@swc/core": "1.7.35",
"@types/jest": "29.5.13",
"@types/node": "22.7.5",
"@pulumi/gcp": "^8.6.0",
"@pulumi/pulumi": "^3.137.0",
"@types/jest": "29.5.14",
"@types/node": "22.7.9",
"@types/shelljs": "^0.8.15",
"@types/yargs": "^17.0.33",
"@typescript-eslint/eslint-plugin": "8.8.1",
"@typescript-eslint/parser": "8.8.1",
"@typescript-eslint/eslint-plugin": "8.11.0",
"@typescript-eslint/parser": "8.11.0",
"@vercel/ncc": "0.34.0",
"dotenv": "16.4.5",
"eslint": "8.57.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/gcp-functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
"main": "src/index.js",
"devDependencies": {
"@google-cloud/functions-framework": "^3.4.2",
"@nestjs/common": "^10.4.4",
"@nestjs/core": "^10.4.4",
"@nestjs/platform-express": "^10.4.4"
"@nestjs/common": "^10.4.6",
"@nestjs/core": "^10.4.6",
"@nestjs/platform-express": "^10.4.6"
},
"peerDependencies": {
"@nx/devkit": "^20.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/pulumi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@pulumi/pulumi": "^3.129.0"
},
"optionalDependencies": {
"@pulumi/gcp": "^8.5.0"
"@pulumi/gcp": "^8.6.0"
},
"builders": "./executors.json",
"generators": "./generators.json"
Expand Down
4 changes: 2 additions & 2 deletions packages/shadcn-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"devDependencies": {
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"lucide-react": "^0.451.0",
"tailwind-merge": "^2.5.3",
"lucide-react": "^0.453.0",
"tailwind-merge": "^2.5.4",
"tailwindcss-animate": "^1.0.7"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/translations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"license": "MIT",
"main": "src/index.js",
"dependencies": {
"@formatjs/cli": "^6.2.14"
"@formatjs/cli": "^6.3.1"
},
"peerDependencies": {
"@nx/devkit": "^20.0.0"
Expand Down
Loading

0 comments on commit 6c33a70

Please sign in to comment.