Skip to content

Commit

Permalink
chore: fix versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
Lodin committed Sep 29, 2023
1 parent 81cdff2 commit 4f092a2
Show file tree
Hide file tree
Showing 9 changed files with 58 additions and 58 deletions.
58 changes: 29 additions & 29 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/ts/form/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"access": "public"
},
"dependencies": {
"@hilla/frontend": "^2.1",
"@hilla/frontend": "~2.1",
"validator": "^13.11.0"
},
"peerDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/ts/generator-typescript-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,15 @@
"tsgen": "bin/index.js"
},
"peerDependencies": {
"@hilla/generator-typescript-core": "^2.1"
"@hilla/generator-typescript-core": "~2.1"
},
"dependencies": {
"@hilla/generator-typescript-utils": "^2.1",
"@hilla/generator-typescript-utils": "~2.1",
"get-stdin": "^9.0.0",
"meow": "^12.1.1"
},
"devDependencies": {
"@hilla/generator-typescript-core": "^2.1",
"@hilla/generator-typescript-core": "~2.1",
"@types/chai": "^4.3.6",
"@types/mocha": "^10.0.2",
"@types/node": "^20.7.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/ts/generator-typescript-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
},
"dependencies": {
"@apidevtools/swagger-parser": "^10.1.0",
"@hilla/generator-typescript-utils": "^2.1",
"@hilla/generator-typescript-utils": "~2.1",
"meow": "^12.1.1",
"openapi-types": "^12.1.3",
"typescript": "^5.2.2"
Expand Down
10 changes: 5 additions & 5 deletions packages/ts/generator-typescript-plugin-backbone/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,18 +52,18 @@
"access": "public"
},
"peerDependencies": {
"@hilla/generator-typescript-core": "^2.1",
"@hilla/generator-typescript-plugin-client": "^2.1"
"@hilla/generator-typescript-core": "~2.1",
"@hilla/generator-typescript-plugin-client": "~2.1"
},
"dependencies": {
"@hilla/generator-typescript-utils": "^2.1",
"@hilla/generator-typescript-utils": "~2.1",
"fast-deep-equal": "^3.1.3",
"openapi-types": "^12.1.3",
"typescript": "^5.2.2"
},
"devDependencies": {
"@hilla/generator-typescript-core": "^2.1",
"@hilla/generator-typescript-plugin-client": "^2.1",
"@hilla/generator-typescript-core": "~2.1",
"@hilla/generator-typescript-plugin-client": "~2.1",
"@types/chai": "^4.3.6",
"@types/mocha": "^10.0.2",
"@types/node": "^20.7.1",
Expand Down
10 changes: 5 additions & 5 deletions packages/ts/generator-typescript-plugin-barrel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,16 +52,16 @@
"access": "public"
},
"peerDependencies": {
"@hilla/generator-typescript-core": "^2.1",
"@hilla/generator-typescript-plugin-backbone": "^2.1"
"@hilla/generator-typescript-core": "~2.1",
"@hilla/generator-typescript-plugin-backbone": "~2.1"
},
"dependencies": {
"@hilla/generator-typescript-utils": "^2.1",
"@hilla/generator-typescript-utils": "~2.1",
"typescript": "^5.2.2"
},
"devDependencies": {
"@hilla/generator-typescript-core": "^2.1",
"@hilla/generator-typescript-plugin-backbone": "^2.1",
"@hilla/generator-typescript-core": "~2.1",
"@hilla/generator-typescript-plugin-backbone": "~2.1",
"@types/chai": "^4.3.6",
"@types/mocha": "^10.0.2",
"@types/node": "^20.7.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/ts/generator-typescript-plugin-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,14 @@
"access": "public"
},
"peerDependencies": {
"@hilla/generator-typescript-core": "^2.1"
"@hilla/generator-typescript-core": "~2.1"
},
"dependencies": {
"@hilla/generator-typescript-utils": "^2.1",
"@hilla/generator-typescript-utils": "~2.1",
"typescript": "^5.2.2"
},
"devDependencies": {
"@hilla/generator-typescript-core": "^2.1",
"@hilla/generator-typescript-core": "~2.1",
"@types/chai": "^4.3.6",
"@types/mocha": "^10.0.2",
"@types/node": "^20.7.1",
Expand Down
12 changes: 6 additions & 6 deletions packages/ts/generator-typescript-plugin-model/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,19 +52,19 @@
"access": "public"
},
"peerDependencies": {
"@hilla/form": "^2.1",
"@hilla/generator-typescript-core": "^2.1",
"@hilla/generator-typescript-plugin-backbone": "^2.1"
"@hilla/form": "~2.1",
"@hilla/generator-typescript-core": "~2.1",
"@hilla/generator-typescript-plugin-backbone": "~2.1"
},
"dependencies": {
"@hilla/generator-typescript-utils": "^2.1",
"@hilla/generator-typescript-utils": "~2.1",
"fast-deep-equal": "^3.1.3",
"openapi-types": "^12.1.3",
"typescript": "^5.2.2"
},
"devDependencies": {
"@hilla/generator-typescript-core": "^2.1",
"@hilla/generator-typescript-plugin-client": "^2.1",
"@hilla/generator-typescript-core": "~2.1",
"@hilla/generator-typescript-plugin-client": "~2.1",
"@types/chai": "^4.3.6",
"@types/mocha": "^10.0.2",
"@types/node": "^20.7.1",
Expand Down
10 changes: 5 additions & 5 deletions packages/ts/generator-typescript-plugin-push/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,18 +52,18 @@
"access": "public"
},
"peerDependencies": {
"@hilla/generator-typescript-core": "^2.1",
"@hilla/generator-typescript-plugin-client": "^2.1"
"@hilla/generator-typescript-core": "~2.1",
"@hilla/generator-typescript-plugin-client": "~2.1"
},
"dependencies": {
"@hilla/generator-typescript-utils": "^2.1",
"@hilla/generator-typescript-utils": "~2.1",
"fast-deep-equal": "^3.1.3",
"openapi-types": "^12.1.3",
"typescript": "^5.2.2"
},
"devDependencies": {
"@hilla/generator-typescript-core": "^2.1",
"@hilla/generator-typescript-plugin-client": "^2.1",
"@hilla/generator-typescript-core": "~2.1",
"@hilla/generator-typescript-plugin-client": "~2.1",
"@types/chai": "^4.3.6",
"@types/mocha": "^10.0.2",
"@types/node": "^20.7.1",
Expand Down

0 comments on commit 4f092a2

Please sign in to comment.