Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 21, 2023
1 parent 2bb2b30 commit d209650
Show file tree
Hide file tree
Showing 8 changed files with 86 additions and 270 deletions.
2 changes: 1 addition & 1 deletion apps/dotlottie-playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
"autoprefixer": "^10.4.14",
"postcss": "^8.4.31",
"typescript": "^5.0.2",
"vite": "^4.4.5"
"vite": "^4.4.12"
}
}
2 changes: 1 addition & 1 deletion apps/player-component-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.3.4",
"typescript": "^5.0.2",
"vite": "^4.3.9"
"vite": "^4.4.12"
}
}
2 changes: 1 addition & 1 deletion apps/player-component-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.3",
"typescript": "^5.0.2",
"vite": "^4.3.9",
"vite": "^4.4.12",
"vue-tsc": "^1.4.2"
}
}
2 changes: 1 addition & 1 deletion apps/player-component-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
},
"devDependencies": {
"typescript": "^5.0.2",
"vite": "^4.3.9"
"vite": "^4.4.12"
}
}
2 changes: 1 addition & 1 deletion apps/react-player-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"typescript": "^4.9.3",
"vite": "^4.2.0",
"vite": "^4.4.12",
"@vitejs/plugin-react": "^4.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/player-component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"terser": "^5.19.0",
"tsup": "^7.2.0",
"typescript": "^4.7.4",
"vite": "^4.3.9"
"vite": "^4.4.12"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/react-player/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@
"react-use": "^17.4.0",
"tsup": "^7.2.0",
"typescript": "^4.7.4",
"vite": "^4.2.1"
"vite": "^4.4.12"
}
}
Loading

0 comments on commit d209650

Please sign in to comment.