Skip to content

Commit

Permalink
chore: update to the latest nx and pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
nacho-vazquez committed Jul 13, 2024
1 parent 41f1fc9 commit 1b5e20b
Show file tree
Hide file tree
Showing 4 changed files with 12,557 additions and 12,319 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,5 @@ migrations.json
.cache-loader/

.nx/cache
.nx/workspace-data
.angular
2 changes: 2 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@ packages/**/CHANGELOG.md

/.nx/cache
.angular

/.nx/workspace-data
39 changes: 20 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
"node": "18.19.1",
"npm": "Use PNPM CLI instead of npm",
"yarn": "Use PNPM CLI instead of yarn",
"pnpm": "8.15.8"
"pnpm": "9.5.0"
},
"volta": {
"node": "18.19.1",
"pnpm": "8.15.8"
"pnpm": "9.5.0"
},
"dependencies": {
"@angular/animations": "18.0.0",
Expand All @@ -51,9 +51,9 @@
"@angular-devkit/build-angular": "18.0.1",
"@angular-devkit/core": "18.0.1",
"@angular-devkit/schematics": "18.0.1",
"@angular-eslint/eslint-plugin": "17.3.0",
"@angular-eslint/eslint-plugin-template": "17.3.0",
"@angular-eslint/template-parser": "17.3.0",
"@angular-eslint/eslint-plugin": "18.1.0",
"@angular-eslint/eslint-plugin-template": "18.1.0",
"@angular-eslint/template-parser": "18.1.0",
"@angular/cli": "~18.0.0",
"@angular/compiler-cli": "18.0.0",
"@angular/language-service": "18.0.0",
Expand All @@ -62,28 +62,29 @@
"@docusaurus/module-type-aliases": "3.3.2",
"@docusaurus/types": "3.0.0",
"@jscutlery/semver": "^5.2.0",
"@nx/angular": "19.1.0",
"@nx/cypress": "19.1.0",
"@nx/devkit": "19.1.0",
"@nx/eslint": "19.1.0",
"@nx/eslint-plugin": "19.1.0",
"@nx/jest": "19.1.0",
"@nx/js": "19.1.0",
"@nx/web": "19.1.0",
"@nx/workspace": "19.1.0",
"@nx/angular": "19.4.3",
"@nx/cypress": "19.4.3",
"@nx/devkit": "19.4.3",
"@nx/eslint": "19.4.3",
"@nx/eslint-plugin": "19.4.3",
"@nx/jest": "19.4.3",
"@nx/js": "19.4.3",
"@nx/web": "19.4.3",
"@nx/workspace": "19.4.3",
"@schematics/angular": "18.0.1",
"@swc-node/register": "~1.8.0",
"@swc/core": "~1.3.85",
"@swc/helpers": "~0.5.2",
"@swc-node/register": "1.9.2",
"@swc/core": "1.5.7",
"@swc/helpers": "0.5.12",
"@tsconfig/docusaurus": "^1.0.7",
"@types/copy": "0.3.2",
"@types/jest": "29.4.4",
"@types/node": "18.16.9",
"@typescript-eslint/eslint-plugin": "7.9.0",
"@typescript-eslint/parser": "7.9.0",
"@typescript-eslint/utils": "^8.0.0-alpha.28",
"autoprefixer": "^10.4.0",
"copy": "0.3.2",
"cypress": "13.9.0",
"cypress": "13.13.0",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-cypress": "2.15.1",
Expand All @@ -98,7 +99,7 @@
"jest-preset-angular": "14.1.0",
"ng-packagr": "18.0.0",
"ngx-deploy-npm": "^7.1.0",
"nx": "19.1.0",
"nx": "19.4.3",
"postcss": "8.4.18",
"postcss-import": "14.1.0",
"postcss-preset-env": "7.5.0",
Expand Down
Loading

0 comments on commit 1b5e20b

Please sign in to comment.