Skip to content

Commit

Permalink
chore: Updated deps (#223)
Browse files Browse the repository at this point in the history
- [x] resend/react-email/pull/1214 is merged
- [x] Updated react.email to contain fix
  • Loading branch information
TriPSs authored Feb 8, 2024
2 parents 041db17 + 68f3349 commit d42a7b9
Show file tree
Hide file tree
Showing 39 changed files with 4,098 additions and 1,830 deletions.
4 changes: 4 additions & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Nx 18 enables using plugins to infer targets by default
# This is disabled for existing workspaces to maintain compatibility
# For more info, see: https://nx.dev/concepts/inferred-tasks
NX_ADD_PLUGINS=false
2 changes: 1 addition & 1 deletion force-release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5
6
5 changes: 5 additions & 0 deletions nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@
"lint": {
"cache": true
},
"version": {
"options": {
"tagPrefix": "${target}@"
}
},
"@nx/jest:jest": {
"cache": true,
"inputs": ["default", "^production", "{workspaceRoot}/jest.preset.js"],
Expand Down
46 changes: 23 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@
},
"dependencies": {
"@actions/core": "^1.10.1",
"@nx/devkit": "17.2.7",
"@nx/workspace": "17.2.7",
"@types/tar": "^6.1.10",
"axios": "^1.6.5",
"@nx/devkit": "18.0.2",
"@nx/workspace": "18.0.2",
"@types/tar": "^6.1.11",
"axios": "^1.6.7",
"crypto-js": "^4.2.0",
"deepmerge": "^4.3.1",
"rxjs-for-await": "^1.0.0",
Expand All @@ -48,33 +48,33 @@
"devDependencies": {
"@google-cloud/storage": "^7.7.0",
"@jamesives/github-pages-deploy-action": "^4.5.0",
"@jscutlery/semver": "^4.2.0",
"@nx/eslint-plugin": "17.2.7",
"@nx/jest": "17.2.7",
"@nx/js": "17.2.7",
"@nx/node": "17.2.7",
"@nx/plugin": "17.2.7",
"@nx/react": "17.2.7",
"@nx/webpack": "17.2.7",
"@swc-node/register": "1.6.8",
"@swc/core": "1.3.104",
"@types/jest": "29.5.11",
"@types/node": "20.11.5",
"@jscutlery/semver": "^5.0.0",
"@nx/eslint-plugin": "18.0.2",
"@nx/jest": "18.0.2",
"@nx/js": "18.0.2",
"@nx/node": "18.0.2",
"@nx/plugin": "18.0.2",
"@nx/react": "18.0.2",
"@nx/webpack": "18.0.2",
"@swc-node/register": "1.8.0",
"@swc/core": "1.4.0",
"@types/jest": "29.5.12",
"@types/node": "20.11.16",
"@types/shelljs": "^0.8.15",
"@types/yargs": "^17.0.32",
"@typescript-eslint/eslint-plugin": "6.19.0",
"@typescript-eslint/parser": "6.19.0",
"dotenv": "16.3.1",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"dotenv": "16.4.1",
"eslint": "8.56.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"express": "^4.18.2",
"husky": "^8.0.3",
"husky": "^9.0.10",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"nx": "17.2.7",
"prettier": "3.2.4",
"ts-jest": "29.1.1",
"nx": "18.0.2",
"prettier": "3.2.5",
"ts-jest": "29.1.2",
"ts-node": "10.9.2",
"tslint": "~6.1.3",
"typescript": "5.3.3"
Expand Down
4 changes: 1 addition & 3 deletions packages/changelog-notify/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,7 @@
},
"version": {
"executor": "@jscutlery/semver:version",
"options": {
"tagPrefix": "${target}@"
}
"options": {}
},
"publish": {
"executor": "nx:run-commands",
Expand Down
4 changes: 1 addition & 3 deletions packages/core/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,7 @@
},
"version": {
"executor": "@jscutlery/semver:version",
"options": {
"tagPrefix": "${target}@"
}
"options": {}
},
"publish": {
"executor": "nx:run-commands",
Expand Down
4 changes: 1 addition & 3 deletions packages/e2e-runner/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,7 @@
},
"version": {
"executor": "@jscutlery/semver:version",
"options": {
"tagPrefix": "${target}@"
}
"options": {}
},
"publish": {
"executor": "nx:run-commands",
Expand Down
2 changes: 1 addition & 1 deletion packages/firebase-hosting/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"license": "MIT",
"main": "src/index.js",
"dependencies": {
"firebase-tools": "^13.0.3"
"firebase-tools": "^13.1.0"
},
"builders": "./executors.json",
"generators": "./generators.json"
Expand Down
4 changes: 1 addition & 3 deletions packages/gcp-cloud-run/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,7 @@
},
"version": {
"executor": "@jscutlery/semver:version",
"options": {
"tagPrefix": "${target}@"
}
"options": {}
},
"publish": {
"executor": "nx:run-commands",
Expand Down
4 changes: 1 addition & 3 deletions packages/gcp-deployment-manager/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,7 @@
},
"version": {
"executor": "@jscutlery/semver:version",
"options": {
"tagPrefix": "${target}@"
}
"options": {}
},
"publish": {
"executor": "nx:run-commands",
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.3.0",
"@nestjs/common": "^10.3.0",
"@nestjs/core": "^10.3.0",
"@nestjs/platform-express": "^10.3.0"
"@nestjs/common": "^10.3.1",
"@nestjs/core": "^10.3.1",
"@nestjs/platform-express": "^10.3.1"
},
"nx-migrations": {
"migrations": "./migrations.json"
Expand Down
4 changes: 1 addition & 3 deletions packages/gcp-functions/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,7 @@
},
"version": {
"executor": "@jscutlery/semver:version",
"options": {
"tagPrefix": "${target}@"
}
"options": {}
},
"publish": {
"executor": "nx:run-commands",
Expand Down
4 changes: 1 addition & 3 deletions packages/gcp-secrets/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,7 @@
},
"version": {
"executor": "@jscutlery/semver:version",
"options": {
"tagPrefix": "${target}@"
}
"options": {}
},
"publish": {
"executor": "nx:run-commands",
Expand Down
4 changes: 1 addition & 3 deletions packages/gcp-storage/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,7 @@
},
"version": {
"executor": "@jscutlery/semver:version",
"options": {
"tagPrefix": "${target}@"
}
"options": {}
},
"publish": {
"executor": "nx:run-commands",
Expand Down
4 changes: 1 addition & 3 deletions packages/gcp-task-runner/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,7 @@
},
"version": {
"executor": "@jscutlery/semver:version",
"options": {
"tagPrefix": "${target}@"
}
"options": {}
},
"publish": {
"executor": "nx:run-commands",
Expand Down
4 changes: 1 addition & 3 deletions packages/github-pages/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,7 @@
},
"version": {
"executor": "@jscutlery/semver:version",
"options": {
"tagPrefix": "${target}@"
}
"options": {}
},
"publish": {
"executor": "nx:run-commands",
Expand Down
4 changes: 1 addition & 3 deletions packages/playwright/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,7 @@
},
"version": {
"executor": "@jscutlery/semver:version",
"options": {
"tagPrefix": "${target}@"
}
"options": {}
},
"publish": {
"executor": "nx:run-commands",
Expand Down
4 changes: 1 addition & 3 deletions packages/pulumi/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,7 @@
},
"version": {
"executor": "@jscutlery/semver:version",
"options": {
"tagPrefix": "${target}@"
}
"options": {}
},
"publish": {
"executor": "nx:run-commands",
Expand Down
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.13",
"react-email": "^1.10.1"
"@react-email/components": "0.0.15-canary.1",
"react-email": "2.1.0-canary.0"
},
"builders": "./executors.json",
"generators": "./generators.json"
Expand Down
4 changes: 1 addition & 3 deletions packages/react-email/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,7 @@
},
"version": {
"executor": "@jscutlery/semver:version",
"options": {
"tagPrefix": "${target}@"
}
"options": {}
},
"publish": {
"executor": "nx:run-commands",
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.0",
"lucide-react": "^0.312.0",
"tailwind-merge": "^2.2.0",
"lucide-react": "^0.323.0",
"tailwind-merge": "^2.2.1",
"tailwindcss-animate": "^1.0.7"
},
"builders": "./executors.json",
Expand Down
4 changes: 1 addition & 3 deletions packages/shadcn-ui/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,7 @@
},
"version": {
"executor": "@jscutlery/semver:version",
"options": {
"tagPrefix": "${target}@"
}
"options": {}
},
"publish": {
"executor": "nx:run-commands",
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.17.1",
"@strapi/strapi": "4.17.1"
"@strapi/generate-new": "4.19.1",
"@strapi/strapi": "4.19.1"
},
"builders": "./executors.json",
"generators": "./generators.json"
Expand Down
4 changes: 1 addition & 3 deletions packages/strapi/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,7 @@
},
"version": {
"executor": "@jscutlery/semver:version",
"options": {
"tagPrefix": "${target}@"
}
"options": {}
},
"publish": {
"executor": "nx:run-commands",
Expand Down
16 changes: 15 additions & 1 deletion packages/strapi/src/generators/init/init.impl.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
import {
addDependenciesToPackageJson,
addProjectConfiguration,
formatFiles,
generateFiles,
names,
offsetFromRoot,
offsetFromRoot, runTasksInSerial,
Tree, workspaceRoot
} from '@nx/devkit'
import { NormalizedSchema, normalizeOptions } from '@nx-extend/core'
Expand Down Expand Up @@ -91,4 +92,17 @@ export default async function (host: Tree, options: StrapiGeneratorSchema) {

addFiles(host, normalizedOptions)
await formatFiles(host)

return runTasksInSerial(
addDependenciesToPackageJson(
host,
{
react: '^18.0.0',
'react-dom': '^18.0.0',
'react-router-dom': '5.3.4',
'styled-components': '5.3.3'
},
{}
)
)
}
4 changes: 1 addition & 3 deletions packages/terraform/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,7 @@
},
"version": {
"executor": "@jscutlery/semver:version",
"options": {
"tagPrefix": "${target}@"
}
"options": {}
},
"publish": {
"executor": "nx:run-commands",
Expand Down
Loading

0 comments on commit d42a7b9

Please sign in to comment.