Skip to content

Commit

Permalink
chore: update to Nx 20.1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonroberts committed Nov 19, 2024
1 parent edd0416 commit 78701bc
Show file tree
Hide file tree
Showing 2 changed files with 383 additions and 876 deletions.
26 changes: 11 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@
},
"private": true,
"dependencies": {
"@analogjs/content": "^1.7.0",
"@analogjs/router": "^1.7.0",
"@angular/animations": "^19.0.0",
"@angular/cdk": "^19.0.0",
"@angular/common": "^19.0.0",
Expand All @@ -58,8 +56,8 @@
"@astrojs/react": "^3.0.0",
"@babel/core": "^7.21.8",
"@mdx-js/react": "3.0.1",
"@nx/angular": "20.0.8",
"@nx/devkit": "20.0.8",
"@nx/angular": "20.1.2",
"@nx/devkit": "20.1.2",
"@trpc/client": "^10.25.0",
"@trpc/server": "^10.25.0",
"ajv-formats": "^2.1.1",
Expand All @@ -82,8 +80,6 @@
"zone.js": "^0.15.0"
},
"devDependencies": {
"@analogjs/platform": "^1.7.0",
"@analogjs/vite-plugin-angular": "^1.7.0",
"@angular-devkit/architect": "^0.1900.0",
"@angular-devkit/build-angular": "^19.0.0",
"@angular-devkit/core": "^19.0.0",
Expand All @@ -99,14 +95,14 @@
"@commitlint/cli": "^17.4.2",
"@commitlint/config-conventional": "^17.4.2",
"@netlify/functions": "^2.3.0",
"@nx/cypress": "20.0.8",
"@nx/eslint": "20.0.8",
"@nx/eslint-plugin": "20.0.8",
"@nx/jest": "20.0.8",
"@nx/js": "20.0.8",
"@nx/plugin": "20.0.8",
"@nx/vite": "20.0.8",
"@nx/web": "20.0.8",
"@nx/cypress": "20.1.2",
"@nx/eslint": "20.1.2",
"@nx/eslint-plugin": "20.1.2",
"@nx/jest": "20.1.2",
"@nx/js": "20.1.2",
"@nx/plugin": "20.1.2",
"@nx/vite": "20.1.2",
"@nx/web": "20.1.2",
"@schematics/angular": "^19.0.0",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/exec": "^6.0.3",
Expand Down Expand Up @@ -153,7 +149,7 @@
"minimist": "^1.2.7",
"ng-packagr": "^19.0.0",
"nitropack": "^2.10.0",
"nx": "20.0.8",
"nx": "20.1.2",
"playwright": "^1.30.0",
"postcss": "^8.4.21",
"postcss-import": "~15.1.0",
Expand Down
Loading

0 comments on commit 78701bc

Please sign in to comment.