Skip to content

Commit

Permalink
chore: Updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
TriPSs committed May 15, 2024
1 parent 46103ff commit 09c5cb8
Show file tree
Hide file tree
Showing 8 changed files with 569 additions and 402 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@
"deepmerge": "^4.3.1",
"rxjs-for-await": "^1.0.0",
"shelljs": "^0.8.5",
"tar": "^7.0.1",
"tar": "^7.1.0",
"tslib": "^2.6.2",
"yargs": "^17.7.2"
},
"devDependencies": {
"@google-cloud/storage": "^7.10.1",
"@google-cloud/storage": "^7.11.0",
"@jamesives/github-pages-deploy-action": "^4.6.0",
"@jscutlery/semver": "^5.2.2",
"@nx/eslint-plugin": "19.0.3",
Expand All @@ -56,14 +56,14 @@
"@nx/plugin": "19.0.3",
"@nx/react": "19.0.3",
"@nx/webpack": "19.0.3",
"@swc-node/register": "1.8.0",
"@swc/core": "1.5.0",
"@swc-node/register": "1.9.1",
"@swc/core": "1.5.7",
"@types/jest": "29.5.12",
"@types/node": "20.12.7",
"@types/node": "20.12.12",
"@types/shelljs": "^0.8.15",
"@types/yargs": "^17.0.32",
"@typescript-eslint/eslint-plugin": "7.7.1",
"@typescript-eslint/parser": "7.7.1",
"@typescript-eslint/eslint-plugin": "7.9.0",
"@typescript-eslint/parser": "7.9.0",
"@vercel/ncc": "^0.38.1",
"dotenv": "16.4.5",
"eslint": "8.57.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/gcp-functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"builders": "./executors.json",
"generators": "./generators.json",
"devDependencies": {
"@google-cloud/functions-framework": "^3.3.0",
"@google-cloud/functions-framework": "^3.4.0",
"@nestjs/common": "^10.3.8",
"@nestjs/core": "^10.3.8",
"@nestjs/platform-express": "^10.3.8"
Expand Down
2 changes: 1 addition & 1 deletion packages/gcp-task-runner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"version": "6.0.1",
"main": "src/index.js",
"dependencies": {
"@google-cloud/storage": "7.10.1"
"@google-cloud/storage": "7.11.0"
}
}
4 changes: 2 additions & 2 deletions packages/react-email/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"license": "MIT",
"main": "src/index.js",
"devDependencies": {
"@react-email/components": "0.0.16",
"react-email": "2.1.1"
"@react-email/components": "0.0.17",
"react-email": "2.1.2"
},
"builders": "./executors.json",
"generators": "./generators.json"
Expand Down
2 changes: 1 addition & 1 deletion packages/shadcn-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"devDependencies": {
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"lucide-react": "^0.373.0",
"lucide-react": "^0.378.0",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/strapi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"license": "MIT",
"main": "src/index.js",
"dependencies": {
"@strapi/generate-new": "4.24.0",
"@strapi/strapi": "4.24.0"
"@strapi/generate-new": "4.24.2",
"@strapi/strapi": "4.24.2"
},
"builders": "./executors.json",
"generators": "./generators.json"
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.9"
"@formatjs/cli": "^6.2.10"
},
"builders": "./executors.json",
"generators": "./generators.json"
Expand Down
Loading

0 comments on commit 09c5cb8

Please sign in to comment.