Skip to content

Commit

Permalink
chore: update to Nx workspace to v18.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
tinesoft committed Feb 25, 2024
1 parent e9e8e1c commit 06c4804
Show file tree
Hide file tree
Showing 3 changed files with 246 additions and 359 deletions.
4 changes: 4 additions & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -0,0 +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
19 changes: 9 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,19 +47,19 @@
"@commitlint/cli": "^17.6.1",
"@commitlint/config-angular": "^17.6.1",
"@jest/globals": "^29.5.0",
"@nx/devkit": "17.3.2",
"@nx/eslint-plugin": "17.3.2",
"@nx/jest": "17.3.2",
"@nx/js": "17.3.2",
"@nx/node": "17.3.2",
"@nx/plugin": "17.3.2",
"@nx/workspace": "17.3.2",
"@nx/devkit": "18.0.5",
"@nx/eslint-plugin": "18.0.5",
"@nx/jest": "18.0.5",
"@nx/js": "18.0.5",
"@nx/node": "18.0.5",
"@nx/plugin": "18.0.5",
"@nx/workspace": "18.0.5",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^8.0.7",
"@semantic-release/npm": "^10.0.3",
"@swc-node/register": "1.6.8",
"@swc-node/register": "1.8.0",
"@swc/cli": "0.1.62",
"@swc/core": "1.3.87",
"@theunderscorer/nx-semantic-release": "^2.4.0",
Expand All @@ -83,7 +83,7 @@
"jest-environment-node": "^29.4.1",
"jest-mock": "28.1.3",
"jsonc-eslint-parser": "^2.2.0",
"nx": "17.3.2",
"nx": "18.0.5",
"prettier": "2.6.2",
"semantic-release": "^21.0.2",
"semantic-release-plugin-decorators": "https://github.com/tjg184/semantic-release-plugin-decorators/tarball/fix%2Fdynamic_import",
Expand All @@ -107,4 +107,3 @@
}
}
}

Loading

0 comments on commit 06c4804

Please sign in to comment.