Skip to content

Commit

Permalink
chore: update to Nx workspace v18.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tinesoft committed Mar 27, 2024
1 parent ca7f96c commit c9092a3
Show file tree
Hide file tree
Showing 4 changed files with 134 additions and 135 deletions.
6 changes: 2 additions & 4 deletions nx.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
{
"affected": {
"defaultBase": "origin/develop"
},
"release": {
"projects": ["packages/*"],
"projectsRelationship": "independent",
Expand Down Expand Up @@ -83,5 +80,6 @@
},
"nxCloudAccessToken": "ZDRmZDczZWUtMDU2My00YzQ0LTlkMWEtZjM2YjZlZWNmNGIxfHJlYWQ=",
"parallel": 1,
"plugins": []
"plugins": [],
"defaultBase": "origin/develop"
}
17 changes: 9 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,13 @@
"@commitlint/cli": "^17.6.1",
"@commitlint/config-angular": "^17.6.1",
"@jest/globals": "^29.5.0",
"@nx/devkit": "18.0.8",
"@nx/eslint-plugin": "18.0.8",
"@nx/jest": "18.0.8",
"@nx/js": "18.0.8",
"@nx/node": "18.0.8",
"@nx/plugin": "18.0.8",
"@nx/workspace": "18.0.8",
"@nx/devkit": "18.1.3",
"@nx/eslint-plugin": "18.1.3",
"@nx/jest": "18.1.3",
"@nx/js": "18.1.3",
"@nx/node": "18.1.3",
"@nx/plugin": "18.1.3",
"@nx/workspace": "18.1.3",
"@swc-node/register": "1.8.0",
"@swc/cli": "0.1.62",
"@swc/core": "1.3.87",
Expand All @@ -78,7 +78,7 @@
"jest-environment-node": "^29.4.1",
"jest-mock": "28.1.3",
"jsonc-eslint-parser": "^2.2.0",
"nx": "18.0.8",
"nx": "18.1.3",
"prettier": "2.6.2",
"ts-jest": "29.1.0",
"ts-node": "10.9.1",
Expand All @@ -94,3 +94,4 @@
"includedScripts": []
}
}

Loading

0 comments on commit c9092a3

Please sign in to comment.