Skip to content

Commit 2c284a9

Browse files
committed
fix: making nx release run
1 parent 8a2f1d9 commit 2c284a9

File tree

3 files changed

+249
-27
lines changed

3 files changed

+249
-27
lines changed

nx.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"$schema": "./node_modules/nx/schemas/nx-schema.json",
3-
"defaultBase": "master",
43
"workspaceLayout": {
54
"libsDir": "packages",
65
"appsDir": "apps"

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,14 @@
7070
"@khala/commit-analyzer-wildcard": "^2.5.2",
7171
"@khala/npm-release-monorepo": "^2.5.2",
7272
"@khala/wildcard-release-notes": "^2.5.2",
73-
"@nx/js": "^22.0.2",
73+
"@nx/js": "22.0.1",
7474
"@semantic-release/exec": "^6.0.3",
7575
"@semantic-release/git": "^10.0.1",
7676
"@semantic-release/github": "^8.0.2",
7777
"@semantic-release/npm": "^8.0.3",
78+
"@swc-node/register": "~1.9.1",
79+
"@swc/core": "~1.5.7",
80+
"@swc/helpers": "~0.5.11",
7881
"@testing-library/dom": "^8.17.1",
7982
"@testing-library/jest-dom": "^5.16.5",
8083
"@testing-library/react": "^13.4.0",
@@ -107,7 +110,7 @@
107110
"jest": "^27.4.7",
108111
"lerna": "^4.0.0",
109112
"ncp": "^2.0.0",
110-
"nx": "^22.0.2",
113+
"nx": "^22.0.1",
111114
"prettier": "^2.5.1",
112115
"react": "^19.1.0",
113116
"react-dom": "^19.1.0",

0 commit comments

Comments
 (0)