Skip to content

Commit 9dfe030

Browse files
committed
chore: fix after nx v21 update
1 parent 906cb72 commit 9dfe030

File tree

5 files changed

+0
-12
lines changed

5 files changed

+0
-12
lines changed

bun.lockb

14.2 KB
Binary file not shown.

packages/nx-ktor/package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,5 @@
5656
},
5757
"peerDependencies": {
5858
"@nx/devkit": ">=21.0.0"
59-
},
60-
"nx-migrations": {
61-
"migrations": "./migrations.json"
6259
}
6360
}

packages/nx-micronaut/package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,5 @@
5858
},
5959
"peerDependencies": {
6060
"@nx/devkit": ">=21.0.0"
61-
},
62-
"nx-migrations": {
63-
"migrations": "./migrations.json"
6461
}
6562
}

packages/nx-quarkus/package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,5 @@
5959
},
6060
"peerDependencies": {
6161
"@nx/devkit": ">=21.0.0"
62-
},
63-
"nx-migrations": {
64-
"migrations": "./migrations.json"
6562
}
6663
}

packages/nx-spring-boot/package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,5 @@
5757
},
5858
"peerDependencies": {
5959
"@nx/devkit": ">=21.0.0"
60-
},
61-
"nx-migrations": {
62-
"migrations": "./migrations.json"
6360
}
6461
}

0 commit comments

Comments
 (0)