Skip to content

Commit

Permalink
chore(deps): Update dependencies
Browse files Browse the repository at this point in the history
Add Vite to allow debugging Vitest tests
  • Loading branch information
franky47 committed Apr 11, 2023
1 parent 6f2f59d commit d7e31f8
Show file tree
Hide file tree
Showing 2 changed files with 481 additions and 605 deletions.
11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,15 @@
"prepack": "sceau sign"
},
"devDependencies": {
"@types/node": "^18.14.6",
"@vitest/coverage-c8": "^0.29.2",
"@types/node": "^18.15.11",
"@vitest/coverage-c8": "^0.29.8",
"npm-run-all": "^4.1.5",
"sceau": "^1.3.0",
"semantic-release": "^20.1.1",
"tsup": "^6.6.3",
"semantic-release": "^20.1.3",
"tsup": "^6.7.0",
"typescript": "^4.9.5",
"vitest": "^0.29.2"
"vite": "^4.2.1",
"vitest": "^0.30.1"
},
"prettier": {
"arrowParens": "avoid",
Expand Down
Loading

0 comments on commit d7e31f8

Please sign in to comment.