Skip to content

Commit

Permalink
fix: development vite 🚀 (#262)
Browse files Browse the repository at this point in the history
  • Loading branch information
willnguyen1312 authored Feb 17, 2024
1 parent 00b37a5 commit 7aef731
Show file tree
Hide file tree
Showing 11 changed files with 5,089 additions and 7,009 deletions.
2 changes: 1 addition & 1 deletion examples/with-preact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"@unocss/reset": "^0.58.5",
"typescript": "^5.3.3",
"unocss": "^0.58.5",
"vite": "^5.1.1"
"vite": "^4.5.2"
}
}
2 changes: 1 addition & 1 deletion examples/with-qwik/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"typescript": "5.3.3",
"undici": "^6.6.2",
"unocss": "^0.58.5",
"vite": "^5.1.1",
"vite": "^4.5.2",
"vite-tsconfig-paths": "4.3.1"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/with-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
"@vitejs/plugin-react": "^4.2.1",
"typescript": "^5.3.3",
"unocss": "^0.58.5",
"vite": "^5.1.1"
"vite": "^4.5.2"
}
}
2 changes: 1 addition & 1 deletion examples/with-solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@unocss/reset": "^0.58.5",
"typescript": "^5.3.3",
"unocss": "^0.58.5",
"vite": "^5.1.1",
"vite": "^4.5.2",
"vite-plugin-solid": "^2.9.1"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/with-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
"tslib": "^2.6.2",
"typescript": "^5.3.3",
"unocss": "^0.58.5",
"vite": "^5.1.1"
"vite": "^4.5.2"
}
}
2 changes: 1 addition & 1 deletion examples/with-vanilla/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@unocss/reset": "^0.58.5",
"typescript": "^5.3.3",
"unocss": "^0.58.5",
"vite": "^5.1.1"
"vite": "^4.5.2"
},
"dependencies": {
"@zoom-image/core": "latest"
Expand Down
2 changes: 1 addition & 1 deletion examples/with-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"npm-run-all": "^4.1.5",
"typescript": "~5.3.3",
"unocss": "^0.58.5",
"vite": "^5.1.1",
"vite": "^4.5.2",
"vue-tsc": "^1.8.27"
}
}
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"tsconfig": "workspace:*",
"tsup": "8.0.2",
"typescript": "^5.3.3",
"vite": "^5.1.1",
"vite": "^4.5.2",
"vitest": "^1.2.2",
"vitest-dom": "^0.1.1",
"vue": "^3.4.18"
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@zoom-image/vue": "workspace:*",
"eslint-config-custom": "workspace:*",
"eslint-plugin-vue": "^9.21.1",
"vite": "^5.1.1",
"vite": "^4.5.2",
"vitepress": "1.0.0-rc.42",
"vue": "^3.4.18"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/qwik/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"prettier": "3.2.5",
"typescript": "5.3.3",
"undici": "6.6.2",
"vite": "^5.1.1"
"vite": "^4.5.2"
},
"dependencies": {
"@namnode/utils": "^0.4.0",
Expand Down
Loading

0 comments on commit 7aef731

Please sign in to comment.