Skip to content

Commit fecad1a

Browse files
committedDec 29, 2023
chore: update lockfile and vitest
1 parent 7cc5a37 commit fecad1a

File tree

3 files changed

+1272
-793
lines changed

3 files changed

+1272
-793
lines changed
 

‎package.json

+4-3
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,16 @@
4343
"rc9": "^2.1.1"
4444
},
4545
"devDependencies": {
46-
"@vitest/coverage-v8": "^0.34.6",
46+
"@types/node": "^20.10.5",
47+
"@vitest/coverage-v8": "^1.1.0",
4748
"changelogen": "^0.5.5",
4849
"eslint": "^8.56.0",
4950
"eslint-config-unjs": "^0.2.1",
5051
"expect-type": "^0.17.3",
5152
"prettier": "^3.1.1",
5253
"typescript": "^5.3.3",
5354
"unbuild": "^2.0.0",
54-
"vitest": "^0.34.6"
55+
"vitest": "^1.1.0"
5556
},
5657
"packageManager": "pnpm@8.13.1"
57-
}
58+
}

‎pnpm-lock.yaml

+1,266-789
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎tsconfig.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"module": "ESNext",
55
"moduleResolution": "Node",
66
"esModuleInterop": true,
7-
"strict": true
7+
"strict": true,
8+
"skipLibCheck": true
89
},
910
"exclude": ["node_modules"]
1011
}

0 commit comments

Comments
 (0)
Please sign in to comment.