Skip to content

Commit

Permalink
chore: update to Nx workspace to v19.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tinesoft committed May 14, 2024
1 parent 571424a commit 4948d1f
Show file tree
Hide file tree
Showing 4 changed files with 163 additions and 159 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,4 +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
NX_ADD_PLUGINS=true
7 changes: 6 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,9 @@ Thumbs.db

# Nx files
/migrations.json
.nx/cache
.nx/cache

# Misc files

.gradle
bin
19 changes: 9 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
"affected:test": "nx affected --target test --exclude=smoke",
"affected:lint": "nx affected --target lint --fix",
"affected:graph": "nx affected --graph",
"affected:format": "nx affected --target format --exclude=smoke",
"format": "nx format:write",
"format": "nx format ",
"format:write": "nx format:write",
"format:check": "nx format:check",
"migrate": "nx migrate latest",
Expand Down Expand Up @@ -49,13 +48,13 @@
"@commitlint/cli": "^17.6.1",
"@commitlint/config-angular": "^17.6.1",
"@jest/globals": "^29.5.0",
"@nx/devkit": "19.0.2",
"@nx/eslint-plugin": "19.0.2",
"@nx/jest": "19.0.2",
"@nx/js": "19.0.2",
"@nx/node": "19.0.2",
"@nx/plugin": "19.0.2",
"@nx/workspace": "19.0.2",
"@nx/devkit": "19.0.3",
"@nx/eslint-plugin": "19.0.3",
"@nx/jest": "19.0.3",
"@nx/js": "19.0.3",
"@nx/node": "19.0.3",
"@nx/plugin": "19.0.3",
"@nx/workspace": "19.0.3",
"@swc-node/register": "1.8.0",
"@swc/cli": "0.3.12",
"@swc/core": "1.3.87",
Expand All @@ -79,7 +78,7 @@
"jest-environment-jsdom": "29.4.3",
"jest-environment-node": "^29.4.1",
"jest-mock": "28.1.3",
"nx": "19.0.2",
"nx": "19.0.3",
"prettier": "2.6.2",
"ts-jest": "29.1.0",
"ts-node": "10.9.1",
Expand Down
Loading

0 comments on commit 4948d1f

Please sign in to comment.