Skip to content

Commit

Permalink
Bump vite from 5.3.1 to 5.4.8 (#449)
Browse files Browse the repository at this point in the history
* Bump vite from 5.3.1 to 5.4.8

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.3.1 to 5.4.8.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.8/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.8/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* use postcss config to handle tailwind instead of in vite config
update autoprefixer and tailwind

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Martin Miglio <marmig0404@gmail.com>
  • Loading branch information
dependabot[bot] and martinmiglio authored Oct 13, 2024
1 parent 6c66ff3 commit 2b81b0e
Show file tree
Hide file tree
Showing 5 changed files with 261 additions and 85 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,17 +50,18 @@
"@vue/eslint-config-prettier": "^9.0.0",
"@vue/eslint-config-typescript": "^13.0.0",
"@vue/tsconfig": "^0.5.1",
"autoprefixer": "^10.4.19",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.0",
"eslint-plugin-vue": "^9.23.0",
"npm-run-all2": "^6.2.3",
"postcss": "^8.4.47",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.6.6",
"react": "^18.3.1",
"tailwindcss": "^3.4.3",
"tailwindcss": "^3.4.13",
"tsx": "^4.15.5",
"typescript": "~5.5.4",
"vite": "^5.2.8",
"vite": "^5.4.8",
"vite-plugin-vue-devtools": "^7.3.6",
"vite-plugin-webfont-dl": "^3.9.4",
"vite-ssg": "^0.23.8",
Expand Down
Loading

0 comments on commit 2b81b0e

Please sign in to comment.