Skip to content

Commit

Permalink
chore(creator): Jitar updates in templates (#515)
Browse files Browse the repository at this point in the history
  • Loading branch information
basmasking committed Apr 2, 2024
1 parent 22f336f commit ff6bfa7
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion packages/create-jitar/templates/jitar-only/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"standalone": "node --experimental-network-imports dist/jitar.js --config=services/standalone.json"
},
"dependencies": {
"jitar": "^0.6.0"
"jitar": "^0.7.3"
}
}
4 changes: 2 additions & 2 deletions packages/create-jitar/templates/lit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
"standalone": "node --experimental-network-imports dist/jitar.js --config=services/standalone.json"
},
"dependencies": {
"jitar": "^0.6.0",
"jitar": "^0.7.3",
"lit": "^3.1.0"
},
"devDependencies": {
"@jitar/plugin-vite": "^0.5.0",
"@jitar/plugin-vite": "^0.7.1",
"typescript": "^5.3.3",
"vite": "^5.0.12"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/create-jitar/templates/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
"preview": "vite preview"
},
"dependencies": {
"jitar": "^0.6.0",
"jitar": "^0.7.3",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@jitar/plugin-vite": "^0.5.0",
"@jitar/plugin-vite": "^0.7.1",
"@types/react": "^18.2.45",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react": "^4.2.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/create-jitar/templates/solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
},
"license": "MIT",
"devDependencies": {
"@jitar/plugin-vite": "^0.5.0",
"@jitar/plugin-vite": "^0.7.1",
"@types/express": "^4.17.21",
"typescript": "^5.3.3",
"vite": "^5.0.12",
"vite-plugin-solid": "^2.8.0"
},
"dependencies": {
"jitar": "^0.6.0",
"jitar": "^0.7.3",
"solid-js": "^1.8.7"
}
}
4 changes: 2 additions & 2 deletions 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": "^0.7.1",
"@sveltejs/vite-plugin-svelte": "^3.0.1",
"@tsconfig/svelte": "^5.0.2",
"svelte": "^4.2.8",
Expand All @@ -21,6 +21,6 @@
"vite": "^5.0.12"
},
"dependencies": {
"jitar": "^0.6.0"
"jitar": "^0.7.3"
}
}
4 changes: 2 additions & 2 deletions packages/create-jitar/templates/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
"standalone": "node --experimental-network-imports dist/jitar.js --config=services/standalone.json"
},
"dependencies": {
"jitar": "^0.6.0",
"jitar": "^0.7.3",
"vue": "^3.3.13"
},
"devDependencies": {
"@jitar/plugin-vite": "^0.5.0",
"@jitar/plugin-vite": "^0.7.1",
"@vitejs/plugin-vue": "^4.5.2",
"typescript": "^5.3.3",
"vite": "^5.0.12",
Expand Down

0 comments on commit ff6bfa7

Please sign in to comment.