Skip to content

Commit

Permalink
fix: bump internal packages version
Browse files Browse the repository at this point in the history
  • Loading branch information
tinesoft committed May 1, 2024
1 parent 3081ff5 commit 232e7d7
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion packages/common-jvm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"nx-ktor"
],
"dependencies": {
"@nxrocks/common": "4.1.0",
"@nxrocks/common": "*",
"@nx/workspace": ">=18.0.0",
"@nx/devkit": ">=18.0.0",
"tslib": "^2.6.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-nx-flutter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"access": "public"
},
"dependencies": {
"@nxrocks/common-cli": "2.2.2",
"@nxrocks/common-cli": "*",
"tslib": "^2.6.1"
},
"type": "commonjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-nx-ktor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"access": "public"
},
"dependencies": {
"@nxrocks/common-cli": "2.2.2",
"@nxrocks/common-cli": "*",
"tslib": "^2.6.1"
},
"type": "commonjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-nx-micronaut/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"access": "public"
},
"dependencies": {
"@nxrocks/common-cli": "2.2.2",
"@nxrocks/common-cli": "*",
"tslib": "^2.6.1"
},
"type": "commonjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-nx-quarkus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"access": "public"
},
"dependencies": {
"@nxrocks/common-cli": "2.2.2",
"@nxrocks/common-cli": "*",
"tslib": "^2.6.1"
},
"type": "commonjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-nx-spring-boot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"access": "public"
},
"dependencies": {
"@nxrocks/common-cli": "2.2.2",
"@nxrocks/common-cli": "*",
"tslib": "^2.6.1"
},
"type": "commonjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/nx-flutter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"js-yaml": "^4.1.0",
"tslib": "^2.6.1",
"@nx/workspace": ">=18.0.0",
"@nxrocks/common": "4.1.0"
"@nxrocks/common": "*"
},
"typings": "./src/index.d.ts",
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/nx-ktor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"kotlin"
],
"dependencies": {
"@nxrocks/common-jvm": "2.0.1",
"@nxrocks/common-jvm": "*",
"node-fetch": "^2.6.12",
"enquirer": "^2.4.1",
"tslib": "^2.6.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/nx-melos/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"dependencies": {
"tslib": "^2.6.1",
"@nx/workspace": ">=18.0.0",
"@nxrocks/common": "4.1.0"
"@nxrocks/common": "*"
},
"typings": "./src/index.d.ts",
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/nx-micronaut/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"native"
],
"dependencies": {
"@nxrocks/common-jvm": "2.0.1",
"@nxrocks/common-jvm": "*",
"node-fetch": "^2.6.12",
"enquirer": "^2.4.1",
"tslib": "^2.6.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/nx-quarkus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"native"
],
"dependencies": {
"@nxrocks/common-jvm": "2.0.1",
"@nxrocks/common-jvm": "*",
"node-fetch": "^2.6.12",
"enquirer": "^2.4.1",
"tslib": "^2.6.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/nx-spring-boot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"java"
],
"dependencies": {
"@nxrocks/common-jvm": "2.0.1",
"@nxrocks/common-jvm": "*",
"node-fetch": "^2.6.12",
"enquirer": "^2.4.1",
"tslib": "^2.6.1"
Expand Down

0 comments on commit 232e7d7

Please sign in to comment.