Skip to content

Commit

Permalink
chore: Updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
TriPSs committed Jun 14, 2024
1 parent b4dffd6 commit 9cbc886
Show file tree
Hide file tree
Showing 8 changed files with 907 additions and 619 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,18 +36,18 @@
"@nx/devkit": "19.0.3",
"@nx/workspace": "19.0.3",
"@types/tar": "^6.1.13",
"axios": "^1.6.8",
"axios": "^1.7.2",
"crypto-js": "^4.2.0",
"deepmerge": "^4.3.1",
"rxjs-for-await": "^1.0.0",
"shelljs": "^0.8.5",
"tar": "^7.1.0",
"tslib": "^2.6.2",
"tar": "^7.2.0",
"tslib": "^2.6.3",
"yargs": "^17.7.2"
},
"devDependencies": {
"@google-cloud/storage": "^7.11.0",
"@jamesives/github-pages-deploy-action": "^4.6.0",
"@google-cloud/storage": "^7.11.2",
"@jamesives/github-pages-deploy-action": "^4.6.1",
"@jscutlery/semver": "^5.2.2",
"@nx/eslint-plugin": "19.0.3",
"@nx/jest": "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.9.1",
"@swc/core": "1.5.7",
"@swc-node/register": "1.9.2",
"@swc/core": "1.5.29",
"@types/jest": "29.5.12",
"@types/node": "20.12.12",
"@types/node": "20.14.2",
"@types/shelljs": "^0.8.15",
"@types/yargs": "^17.0.32",
"@typescript-eslint/eslint-plugin": "7.9.0",
"@typescript-eslint/parser": "7.9.0",
"@typescript-eslint/eslint-plugin": "7.13.0",
"@typescript-eslint/parser": "7.13.0",
"@vercel/ncc": "^0.38.1",
"dotenv": "16.4.5",
"eslint": "8.57.0",
Expand All @@ -74,8 +74,8 @@
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"nx": "19.0.3",
"prettier": "3.2.5",
"ts-jest": "29.1.2",
"prettier": "3.3.2",
"ts-jest": "29.1.4",
"ts-node": "10.9.2",
"tslint": "~6.1.3",
"typescript": "5.4.5"
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 @@ -15,9 +15,9 @@
"generators": "./generators.json",
"devDependencies": {
"@google-cloud/functions-framework": "^3.4.0",
"@nestjs/common": "^10.3.8",
"@nestjs/core": "^10.3.8",
"@nestjs/platform-express": "^10.3.8"
"@nestjs/common": "^10.3.9",
"@nestjs/core": "^10.3.9",
"@nestjs/platform-express": "^10.3.9"
},
"nx-migrations": {
"migrations": "./migrations.json"
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.11.0"
"@google-cloud/storage": "7.11.2"
}
}
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.17",
"react-email": "2.1.2"
"@react-email/components": "0.0.19",
"react-email": "2.1.4"
},
"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.378.0",
"lucide-react": "^0.395.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.2",
"@strapi/strapi": "4.24.2"
"@strapi/generate-new": "4.25.0",
"@strapi/strapi": "4.25.0"
},
"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.10"
"@formatjs/cli": "^6.2.12"
},
"builders": "./executors.json",
"generators": "./generators.json"
Expand Down
Loading

0 comments on commit 9cbc886

Please sign in to comment.