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 25, 2024
1 parent c993389 commit 3b1c96d
Show file tree
Hide file tree
Showing 8 changed files with 218 additions and 675 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-solid-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@lottiefiles/dotlottie-solid": "workspace:*",
"solid-devtools": "^0.29.2",
"typescript": "^5.3.3",
"vite": "^5.0.11",
"vite": "^5.1.8",
"vite-plugin-solid": "^2.8.2"
}
}
2 changes: 1 addition & 1 deletion apps/dotlottie-viewer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
"typescript": "^5.2.2",
"vite": "^5.2.0"
"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 3b1c96d

Please sign in to comment.