Skip to content

Commit

Permalink
Updated vite dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
basmasking committed Jan 20, 2024
1 parent 20cf170 commit 3192e9d
Show file tree
Hide file tree
Showing 9 changed files with 1,672 additions and 3,927 deletions.
1,095 changes: 295 additions & 800 deletions documentation/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion documentation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"docs:preview": "vitepress preview docs"
},
"devDependencies": {
"vitepress": "^1.0.0-rc.24"
"vitepress": "^1.0.0-rc.39"
}
}
2 changes: 1 addition & 1 deletion examples/apps/contact-list/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
"@types/react-dom": "^18.2.13",
"@vitejs/plugin-react": "^4.2.1",
"typescript": "5.2.2",
"vite": "5.0.12"
"vite": "^5.0.12"
}
}
4,490 changes: 1,370 additions & 3,120 deletions package-lock.json

Large diffs are not rendered by default.

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 @@ -24,6 +24,6 @@
"devDependencies": {
"@jitar/plugin-vite": "^0.5.0",
"typescript": "^5.3.3",
"vite": "^5.0.10"
"vite": "^5.0.12"
}
}
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 @@ -20,6 +20,6 @@
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react": "^4.2.1",
"typescript": "^5.3.3",
"vite": "^5.0.10"
"vite": "^5.0.12"
}
}
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 @@ -16,7 +16,7 @@
"@jitar/plugin-vite": "^0.5.0",
"@types/express": "^4.17.21",
"typescript": "^5.3.3",
"vite": "^5.0.10",
"vite": "^5.0.12",
"vite-plugin-solid": "^2.8.0"
},
"dependencies": {
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 @@ -18,7 +18,7 @@
"svelte-check": "^3.6.2",
"tslib": "^2.6.2",
"typescript": "^5.3.3",
"vite": "^5.0.10"
"vite": "^5.0.12"
},
"dependencies": {
"jitar": "^0.5.0"
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 @@ -17,7 +17,7 @@
"@jitar/plugin-vite": "^0.5.0",
"@vitejs/plugin-vue": "^4.5.2",
"typescript": "^5.3.3",
"vite": "^5.0.10",
"vite": "^5.0.12",
"vue-tsc": "^1.8.26"
}
}

0 comments on commit 3192e9d

Please sign in to comment.