Skip to content

Commit caf85a9

Browse files
committed
what happens if we get rid of nrwl packages and replace with nx equivilant? the build issue seems to be related to conflicting nx versions
1 parent 6ab28bd commit caf85a9

File tree

2 files changed

+48
-554
lines changed

2 files changed

+48
-554
lines changed

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,8 @@
7272
"uint8arrays": "^4.0.3"
7373
},
7474
"devDependencies": {
75-
"@nrwl/devkit": "19.6.3",
76-
"@nrwl/eslint-plugin-nx": "19.6.3",
77-
"@nx/esbuild": "^17.3.0",
75+
"@nx/devkit": "17.3.0",
76+
"@nx/esbuild": "17.3.0",
7877
"@nx/eslint-plugin": "17.3.0",
7978
"@nx/jest": "17.3.0",
8079
"@nx/js": "17.3.0",

0 commit comments

Comments
 (0)