Skip to content

Commit 93e43ad

Browse files
committed
chore(pnpm): Fixed cyclic workspace dependencies
1 parent f6033c1 commit 93e43ad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/nest-testing/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
},
5151
"dependencies": {
5252
"@spuxx/js-utils": "1.3.0",
53-
"@spuxx/nest-utils": "workspace:@spuxx/nest-utils@*"
53+
"@spuxx/nest-utils": "3.1.0"
5454
},
5555
"devDependencies": {}
5656
}

packages/nest-utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"@spuxx/js-utils": "1.3.0"
6464
},
6565
"devDependencies": {
66-
"@spuxx/nest-testing": "workspace:@spuxx/nest-testing@*",
66+
"@spuxx/nest-testing": "1.0.0",
6767
"@rollup/plugin-node-resolve": "15.2.3",
6868
"sequelize": "6.37.5",
6969
"sequelize-typescript": "2.1.6",

0 commit comments

Comments
 (0)