Skip to content

Commit

Permalink
#512: any jitar dependency is good
Browse files Browse the repository at this point in the history
  • Loading branch information
basmasking committed Apr 2, 2024
1 parent acd7fbf commit 0f5582f
Show file tree
Hide file tree
Showing 12 changed files with 23 additions and 23 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
2 changes: 1 addition & 1 deletion packages/create-jitar/templates/lit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"lit": "^3.1.0"
},
"devDependencies": {
"@jitar/plugin-vite": "^0.5.0",
"@jitar/plugin-vite": "*",
"typescript": "^5.3.3",
"vite": "^5.0.12"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/create-jitar/templates/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@jitar/plugin-vite": "^0.5.0",
"@jitar/plugin-vite": "*",
"@types/react": "^18.2.45",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react": "^4.2.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-jitar/templates/solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"license": "MIT",
"devDependencies": {
"@jitar/plugin-vite": "^0.5.0",
"@jitar/plugin-vite": "*",
"@types/express": "^4.17.21",
"typescript": "^5.3.3",
"vite": "^5.0.12",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-jitar/templates/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"standalone": "node --experimental-network-imports dist/jitar.js --config=services/standalone.json"
},
"devDependencies": {
"@jitar/plugin-vite": "^0.5.0",
"@jitar/plugin-vite": "*",
"@sveltejs/vite-plugin-svelte": "^3.0.1",
"@tsconfig/svelte": "^5.0.2",
"svelte": "^4.2.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-jitar/templates/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"vue": "^3.3.13"
},
"devDependencies": {
"@jitar/plugin-vite": "^0.5.0",
"@jitar/plugin-vite": "*",
"@vitejs/plugin-vue": "^4.5.2",
"typescript": "^5.3.3",
"vite": "^5.0.12",
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 0f5582f

Please sign in to comment.