Skip to content

Commit

Permalink
chore: update to Nx 19.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
benpsnyder committed Sep 15, 2024
1 parent 9345c1b commit fd4537d
Show file tree
Hide file tree
Showing 6 changed files with 5,769 additions and 3,170 deletions.
82 changes: 41 additions & 41 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
"build:test": "nx build ng-app --skip-nx-cache"
},
"engines": {
"node": "^18.13.0 || ^20.0.0",
"node": "^18.13.0 || ^20.0.0 || ^22.0.0",
"pnpm": "^9.0.0"
},
"packageManager": "pnpm@9.3.0",
"packageManager": "pnpm@9.10.0",
"keywords": [
"vite-plugin",
"angular",
Expand All @@ -41,23 +41,23 @@
},
"private": true,
"dependencies": {
"@angular/animations": "^18.0.0",
"@angular/cdk": "^18.0.0",
"@angular/common": "^18.0.0",
"@angular/compiler": "^18.0.0",
"@angular/core": "^18.0.0",
"@angular/forms": "^18.0.0",
"@angular/material": "^18.0.0",
"@angular/platform-browser": "^18.0.0",
"@angular/platform-browser-dynamic": "^18.0.0",
"@angular/platform-server": "^18.0.0",
"@angular/router": "^18.0.0",
"@angular/animations": "18.2.4",
"@angular/cdk": "18.2.4",
"@angular/common": "18.2.4",
"@angular/compiler": "18.2.4",
"@angular/core": "18.2.4",
"@angular/forms": "18.2.4",
"@angular/material": "18.2.4",
"@angular/platform-browser": "18.2.4",
"@angular/platform-browser-dynamic": "18.2.4",
"@angular/platform-server": "18.2.4",
"@angular/router": "18.2.4",
"@astrojs/mdx": "^3.0.1",
"@astrojs/react": "^3.0.0",
"@babel/core": "^7.21.8",
"@mdx-js/react": "3.0.1",
"@nx/angular": "19.2.3",
"@nx/devkit": "19.2.3",
"@nx/angular": "19.7.3",
"@nx/devkit": "19.7.3",
"@trpc/client": "^10.25.0",
"@trpc/server": "^10.25.0",
"ajv-formats": "^2.1.1",
Expand All @@ -80,29 +80,29 @@
"zone.js": "^0.14.8"
},
"devDependencies": {
"@angular-devkit/architect": "^0.1800.0",
"@angular-devkit/build-angular": "^18.0.0",
"@angular-devkit/core": "^18.0.0",
"@angular-devkit/schematics": "^18.0.0",
"@angular-devkit/architect": "0.1802.4",
"@angular-devkit/build-angular": "18.2.4",
"@angular-devkit/core": "18.2.4",
"@angular-devkit/schematics": "18.2.4",
"@angular-eslint/eslint-plugin": "18.0.1",
"@angular-eslint/eslint-plugin-template": "18.0.1",
"@angular-eslint/template-parser": "18.0.1",
"@angular/build": "^18.0.3",
"@angular/cli": "~18.0.0",
"@angular/compiler-cli": "^18.0.0",
"@angular/language-service": "^18.0.0",
"@angular/build": "18.2.4",
"@angular/cli": "~18.2.0",
"@angular/compiler-cli": "18.2.4",
"@angular/language-service": "18.2.4",
"@astrojs/markdown-component": "^1.0.5",
"@commitlint/cli": "^17.4.2",
"@commitlint/config-conventional": "^17.4.2",
"@netlify/functions": "^2.3.0",
"@nx/cypress": "19.2.3",
"@nx/eslint": "19.2.3",
"@nx/eslint-plugin": "19.2.3",
"@nx/jest": "19.2.3",
"@nx/js": "19.2.3",
"@nx/plugin": "19.2.3",
"@nx/vite": "19.2.3",
"@nx/web": "19.2.3",
"@nx/cypress": "19.7.3",
"@nx/eslint": "19.7.3",
"@nx/eslint-plugin": "19.7.3",
"@nx/jest": "19.7.3",
"@nx/js": "19.7.3",
"@nx/plugin": "19.7.3",
"@nx/vite": "19.7.3",
"@nx/web": "19.7.3",
"@schematics/angular": "^18.0.0",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/exec": "^6.0.3",
Expand All @@ -113,22 +113,22 @@
"@swc/helpers": "0.5.11",
"@types/babel__core": "^7.20.0",
"@types/hast": "^3.0.3",
"@types/jest": "29.4.4",
"@types/jest": "29.5.13",
"@types/marked": "^5.0.0",
"@types/node": "18.19.15",
"@types/prismjs": "^1.26.0",
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
"@typescript-eslint/eslint-plugin": "7.4.0",
"@typescript-eslint/parser": "7.4.0",
"@typescript-eslint/utils": "^8.0.0-alpha.28",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"@typescript-eslint/utils": "7.18.0",
"all-contributors-cli": "^6.24.0",
"astro": "4.8.7",
"autoprefixer": "^10.4.19",
"conventional-changelog": "^3.1.25",
"conventional-changelog-cli": "^2.2.2",
"cpy-cli": "^4.2.0",
"cypress": "13.9.0",
"cypress": "13.14.2",
"esbuild": "0.19.5",
"eslint": "8.57.0",
"eslint-config-prettier": "9.0.0",
Expand All @@ -138,18 +138,18 @@
"fs-extra": "^11.1.1",
"h3": "^1.8.2",
"happy-dom": "^12.10.3",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jsdom": "22.1.0",
"jsonc-eslint-parser": "^2.1.0",
"kolorist": "^1.6.0",
"lint-staged": "^13.1.0",
"marked-mangle": "^1.1.7",
"marked-shiki": "^1.1.0",
"minimist": "^1.2.7",
"ng-packagr": "^18.0.0",
"ng-packagr": "18.2.1",
"nitropack": "^2.9.0",
"nx": "19.2.3",
"nx": "19.7.3",
"playwright": "^1.30.0",
"postcss": "^8.4.21",
"postcss-import": "~15.1.0",
Expand All @@ -171,7 +171,7 @@
"ts-jest": "29.1.0",
"ts-morph": "^21.0.1",
"ts-node": "10.9.1",
"typescript": "5.4.3",
"typescript": "~5.5.0",
"vite": "^5.3.0",
"vite-plugin-eslint": "^1.8.1",
"vite-tsconfig-paths": "4.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/astro-angular/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"targets": {
"build": {
"executor": "@nx/js:tsc",
"outputs": ["{workspaceRoot}/{options.outputPath}"],

"options": {
"outputPath": "node_modules/@analogjs/astro-angular",
"main": "packages/astro-angular/src/index.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/nx-plugin/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"targets": {
"build": {
"executor": "@nx/js:tsc",
"outputs": ["{workspaceRoot}/{options.outputPath}"],

"options": {
"outputPath": "node_modules/@analogjs/platform/src/lib/nx-plugin",
"main": "packages/nx-plugin/src/index.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/vite-plugin-angular/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"targets": {
"build": {
"executor": "@nx/js:tsc",
"outputs": ["{workspaceRoot}/{options.outputPath}"],

"options": {
"outputPath": "node_modules/@analogjs/vite-plugin-angular",
"main": "packages/vite-plugin-angular/src/index.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/vite-plugin-nitro/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"targets": {
"build": {
"executor": "@nx/js:tsc",
"outputs": ["{workspaceRoot}/{options.outputPath}"],

"options": {
"outputPath": "node_modules/@analogjs/vite-plugin-nitro",
"main": "packages/vite-plugin-nitro/src/index.ts",
Expand Down
Loading

0 comments on commit fd4537d

Please sign in to comment.