Skip to content

Commit

Permalink
chore(deps): wildcard for internal @jitar package versions (#513)
Browse files Browse the repository at this point in the history
  • Loading branch information
basmasking committed Apr 2, 2024
1 parent acd7fbf commit 22f336f
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 18 deletions.
18 changes: 9 additions & 9 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions packages/caching/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
"prepublishOnly": "npm run clean && npm run build"
},
"dependencies": {
"@jitar/reflection": "^0.7.1",
"@jitar/runtime": "^0.7.2"
"@jitar/reflection": "*",
"@jitar/runtime": "*"
},
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions packages/jitar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
"zod": "^3.22.4"
},
"devDependencies": {
"@jitar/runtime": "^0.7.2",
"@jitar/server-nodejs": "^0.7.3"
"@jitar/runtime": "*",
"@jitar/server-nodejs": "*"
},
"engines": {
"node": ">=20.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"access": "public"
},
"dependencies": {
"@jitar/reflection": "^0.7.1"
"@jitar/reflection": "*"
},
"peerDependencies": {
"vite": ">=4.0.0 || >=5.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"prepublishOnly": "npm run clean && npm run build"
},
"dependencies": {
"@jitar/serialization": "^0.7.1"
"@jitar/serialization": "*"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/serialization/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"prepublishOnly": "npm run clean && npm run build"
},
"dependencies": {
"@jitar/reflection": "^0.7.1"
"@jitar/reflection": "*"
},
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions packages/server-nodejs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
"prepublishOnly": "npm run clean && npm run build"
},
"dependencies": {
"@jitar/caching": "^0.7.2",
"@jitar/runtime": "^0.7.2",
"@jitar/caching": "*",
"@jitar/runtime": "*",
"express": "^4.19.2",
"express-http-proxy": "^2.0.0",
"fs-extra": "^11.2.0",
Expand Down

0 comments on commit 22f336f

Please sign in to comment.