Skip to content

Commit

Permalink
chore: update tests to run on Vite 5
Browse files Browse the repository at this point in the history
  • Loading branch information
ElMassimo committed Dec 8, 2023
1 parent e85a31e commit 0e86b6f
Show file tree
Hide file tree
Showing 3 changed files with 1,406 additions and 1,205 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"license": "MIT",
"devDependencies": {
"@mussi/eslint-config": "^0.5.1",
"@types/node": "^17.0.23",
"@types/node": "^18",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"conventional-changelog-cli": "^2.2.2",
"cross-spawn": "^7.0.3",
Expand All @@ -60,13 +60,13 @@
"pinst": "^2.1.6",
"rollup": "^2.70.1",
"semver": "^7.3.5",
"tsup": "^5.12.4",
"tsup": "^8",
"typescript": "^4.6.3",
"vite": "^3.0.0",
"vitest": "^0.8"
"vite": "^5.0.5",
"vitest": "^1.0.2"
},
"peerDependencies": {
"vite": ">= 2.7"
"vite": ">= 5.0"
},
"lint-staged": {
"*.{js,ts}": [
Expand Down
Loading

0 comments on commit 0e86b6f

Please sign in to comment.