Skip to content

Commit

Permalink
fix: update vitest version
Browse files Browse the repository at this point in the history
  • Loading branch information
castromaciel committed Jun 29, 2023
1 parent 095e076 commit 29f0768
Show file tree
Hide file tree
Showing 2 changed files with 107 additions and 41 deletions.
9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@template/vite-react-ts",
"name": "@castromaciellr/template-vite-react-ts",
"private": true,
"description": "A custom Vite + React + TS template, using vitest for testing",
"author": "Castro Maciel",
Expand All @@ -9,13 +9,16 @@
"Vite",
"React template"
],
"version": "1.0.0",
"version": "1.0.1",
"type": "module",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/castromaciel/template-vite-react-ts.git"
} ,
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "npm run lint && tsc && vite build",
"coverage": "vitest run --coverage",
Expand Down Expand Up @@ -59,6 +62,6 @@
"sass": "^1.54.4",
"typescript": "^4.9.3",
"vite": "^4.0.0",
"vitest": "^0.29.8"
"vitest": "^0.30.0"
}
}
139 changes: 101 additions & 38 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 29f0768

Please sign in to comment.