Skip to content

Commit

Permalink
chore: update to nx 19.2.1 (#1869)
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesHenry committed Jun 7, 2024
1 parent 903d2dc commit 759f07d
Show file tree
Hide file tree
Showing 5 changed files with 228 additions and 85 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ dist
tmp

.nx/cache
.nx/workspace-data

*.tsbuildinfo

3 changes: 2 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ tmp
packages/schematics/src/application/schema.json
packages/schematics/src/workspace/schema.json

/.nx/cache
/.nx/cache
/.nx/workspace-data
5 changes: 4 additions & 1 deletion nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
"$schema": "./node_modules/nx/schemas/nx-schema.json",
"nxCloudAccessToken": "NzNkMDZiM2MtMzVlOS00YzVlLWE1MGQtNWZlYzI3MjRkOTRmfHJlYWQ=",
"plugins": [
"@nx/eslint/plugin",
{
"plugin": "@nx/eslint/plugin",
"options": {}
},
{
"plugin": "@nx/js/typescript",
"include": [
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,13 @@
"@angular/compiler": "18.0.2",
"@commitlint/cli": "19.3.0",
"@commitlint/config-conventional": "19.2.2",
"@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/plugin": "19.1.0",
"@nx/workspace": "19.1.0",
"@nx/devkit": "19.2.1",
"@nx/eslint": "19.2.1",
"@nx/eslint-plugin": "19.2.1",
"@nx/jest": "19.2.1",
"@nx/js": "19.2.1",
"@nx/plugin": "19.2.1",
"@nx/workspace": "19.2.1",
"@rollup/plugin-commonjs": "^25.0.0",
"@rollup/plugin-node-resolve": "^15.0.2",
"@rollup/plugin-typescript": "^11.1.0",
Expand Down Expand Up @@ -91,7 +91,7 @@
"jsonc-eslint-parser": "^2.1.0",
"lint-staged": "15.2.5",
"ncp": "2.0.0",
"nx": "19.1.0",
"nx": "19.2.1",
"patch-package": "^8.0.0",
"prettier": "3.1.1",
"prettier-v2-for-jest-inline-snapshots": "npm:prettier@^2",
Expand Down
Loading

0 comments on commit 759f07d

Please sign in to comment.