Skip to content

Commit

Permalink
chore(deps-dev): bump vite from 5.0.13 to 5.1.8
Browse files Browse the repository at this point in the history
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.0.13 to 5.1.8.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.1.8/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.1.8/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 7, 2024
1 parent 37c4524 commit 0dbd603
Show file tree
Hide file tree
Showing 6 changed files with 204 additions and 185 deletions.
2 changes: 1 addition & 1 deletion apps/dotlottie-react-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.4",
"typescript": "^5.2.2",
"vite": "^5.0.13"
"vite": "^5.1.8"
}
}
2 changes: 1 addition & 1 deletion apps/dotlottie-vue-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-vue": "^9.20.0",
"typescript": "^5.2.2",
"vite": "^5.0.13",
"vite": "^5.1.8",
"vue-eslint-parser": "^9.4.0",
"vue-tsc": "^1.8.25"
}
Expand Down
2 changes: 1 addition & 1 deletion apps/dotlottie-wc-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
},
"devDependencies": {
"typescript": "^5.0.2",
"vite": "^5.0.13"
"vite": "^5.1.8"
}
}
2 changes: 1 addition & 1 deletion apps/dotlottie-web-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
},
"devDependencies": {
"typescript": "5.0.4",
"vite": "^5.0.13"
"vite": "^5.1.8"
}
}
2 changes: 1 addition & 1 deletion packages/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"svelte-check": "^3.6.0",
"tslib": "^2.4.1",
"typescript": "^5.0.3",
"vite": "^5.0.13",
"vite": "^5.1.8",
"vitest": "^1.2.2"
},
"publishConfig": {
Expand Down
Loading

0 comments on commit 0dbd603

Please sign in to comment.