Skip to content

Commit

Permalink
Upgrade vite and vitest (#26)
Browse files Browse the repository at this point in the history
* Bump vite from 4.5.5 to 5.1.8

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.5.5 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] <support@github.com>

* Update vite and vitest

* Update rollup and esbuild

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
WesSouza and dependabot[bot] authored Dec 1, 2024
1 parent 5e9f10e commit 39fa775
Show file tree
Hide file tree
Showing 2 changed files with 918 additions and 740 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,24 +39,24 @@
"test": "vitest run -c .config/vite.config.ts"
},
"devDependencies": {
"@rollup/plugin-typescript": "^11.1.5",
"@rollup/plugin-typescript": "^12.1.1",
"@types/node": "^18.19.3",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@vitest/coverage-c8": "^0.28.5",
"@vitest/ui": "^0.28.5",
"esbuild": "^0.17.19",
"@vitest/coverage-v8": "^2.1.6",
"@vitest/ui": "^2.1.6",
"esbuild": "^0.24.0",
"eslint": "^8.56.0",
"import-sort-style-wes": "^3.0.2",
"prettier": "2.8.4",
"prettier-plugin-import-sort": "^0.0.7",
"rollup": "^3.29.4",
"rollup-plugin-esbuild": "^5.0.0",
"rollup": "^4.28.0",
"rollup-plugin-esbuild": "^6.1.1",
"rollup-plugin-replace": "^2.2.0",
"ts-node-dev": "^2.0.0",
"typescript": "^4.9.5",
"vite": "^4.5.1",
"vitest": "^0.28.5"
"vite": "^5.1.8",
"vitest": "^2.1.6"
},
"importSort": {
".js, .jsx": {
Expand Down
Loading

0 comments on commit 39fa775

Please sign in to comment.