Skip to content

Commit 29f0768

Browse files
committed
fix: update vitest version
1 parent 095e076 commit 29f0768

File tree

2 files changed

+107
-41
lines changed

2 files changed

+107
-41
lines changed

package.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@template/vite-react-ts",
2+
"name": "@castromaciellr/template-vite-react-ts",
33
"private": true,
44
"description": "A custom Vite + React + TS template, using vitest for testing",
55
"author": "Castro Maciel",
@@ -9,13 +9,16 @@
99
"Vite",
1010
"React template"
1111
],
12-
"version": "1.0.0",
12+
"version": "1.0.1",
1313
"type": "module",
1414
"license": "MIT",
1515
"repository": {
1616
"type": "git",
1717
"url": "https://github.com/castromaciel/template-vite-react-ts.git"
1818
} ,
19+
"publishConfig": {
20+
"access": "public"
21+
},
1922
"scripts": {
2023
"build": "npm run lint && tsc && vite build",
2124
"coverage": "vitest run --coverage",
@@ -59,6 +62,6 @@
5962
"sass": "^1.54.4",
6063
"typescript": "^4.9.3",
6164
"vite": "^4.0.0",
62-
"vitest": "^0.29.8"
65+
"vitest": "^0.30.0"
6366
}
6467
}

pnpm-lock.yaml

Lines changed: 101 additions & 38 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)