Skip to content

Commit f3934ff

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

File tree

6 files changed

+0
-14
lines changed

6 files changed

+0
-14
lines changed

bun.lockb

8.7 KB
Binary file not shown.

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,6 @@
7373
"@types/unzipper": "^0.10.5",
7474
"@types/xmldoc": "^1.1.6",
7575
"@types/yargs": "^17.0.26",
76-
"@typescript-eslint/eslint-plugin": "^7.3.0",
77-
"@typescript-eslint/parser": "^7.3.0",
7876
"eslint": "^9.8.0",
7977
"eslint-config-prettier": "^9.0.0",
8078
"fs-extra": "^10.1.0",

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)