Skip to content

Commit

Permalink
fix: bump versions of packages to include changes in [email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
tinesoft committed Mar 28, 2024
1 parent 0b7ca03 commit 796333a
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 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.0.1",
"@nxrocks/common": "*",
"@nx/workspace": ">=17.0.0",
"@nx/devkit": ">=18.0.0",
"tslib": "^2.6.1",
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": ">=17.0.0",
"@nxrocks/common": "4.0.1"
"@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.0",
"@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": ">=17.0.0",
"@nxrocks/common": "4.0.1"
"@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.0",
"@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.0",
"@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.0",
"@nxrocks/common-jvm": "*",
"node-fetch": "^2.6.12",
"enquirer": "^2.4.1",
"tslib": "^2.6.1"
Expand Down

0 comments on commit 796333a

Please sign in to comment.