Skip to content

Commit

Permalink
chore(deps): update devdependency vite to v5 (#91)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 19, 2023
1 parent f9f129d commit 8f1ec5b
Show file tree
Hide file tree
Showing 4 changed files with 149 additions and 42 deletions.
2 changes: 1 addition & 1 deletion examples/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"react-dom": "^18.2.0",
"storybook": "7.4.6",
"typescript": "~5.2.2",
"vite": "^4.4.11",
"vite": "^5.0.0",
"vue-loader": "^17.3.0",
"vue-tsc": "^1.8.19"
}
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
"unplugin": "^1.5.0"
},
"peerDependencies": {
"vite": "^4.3.1",
"vite": "^4.3.1 || ^5.0.0",
"vue": "^3.2.47"
},
"devDependencies": {
Expand All @@ -118,7 +118,7 @@
"rollup": "^4.0.2",
"tsup": "^8.0.0",
"typescript": "^5.2.2",
"vite": "^4.4.11",
"vite": "^5.0.0",
"vitest": "^0.34.6",
"vue": "^3.3.4",
"webpack": "^5.88.2"
Expand Down
2 changes: 1 addition & 1 deletion playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"dev": "nodemon -w '../src/**/*.ts' -e .ts -x vite"
},
"devDependencies": {
"vite": "^4.4.11",
"vite": "^5.0.0",
"vite-plugin-inspect": "^0.7.40"
}
}
Loading

0 comments on commit 8f1ec5b

Please sign in to comment.