chore: update deps

This commit is contained in:
Anthony Fu
2023-12-26 02:20:35 +01:00
parent fe571ba0c2
commit 9fe749aa56
4 changed files with 417 additions and 326 deletions
+9 -9
View File
@@ -2,7 +2,7 @@
"name": "pkg-placeholder",
"type": "module",
"version": "0.0.0",
"packageManager": "pnpm@8.11.0",
"packageManager": "pnpm@8.12.1",
"description": "_description_",
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
"license": "MIT",
@@ -48,21 +48,21 @@
"prepare": "simple-git-hooks"
},
"devDependencies": {
"@antfu/eslint-config": "^2.4.0",
"@antfu/eslint-config": "^2.6.0",
"@antfu/ni": "^0.21.12",
"@antfu/utils": "^0.7.6",
"@types/node": "^20.10.4",
"bumpp": "^9.2.0",
"eslint": "^8.55.0",
"@antfu/utils": "^0.7.7",
"@types/node": "^20.10.5",
"bumpp": "^9.2.1",
"eslint": "^8.56.0",
"esno": "^4.0.0",
"lint-staged": "^15.2.0",
"pnpm": "^8.11.0",
"pnpm": "^8.12.1",
"rimraf": "^5.0.5",
"simple-git-hooks": "^2.9.0",
"typescript": "^5.3.3",
"unbuild": "^2.0.0",
"vite": "^5.0.6",
"vitest": "^1.0.2"
"vite": "^5.0.10",
"vitest": "^1.1.0"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged"
+402 -313
View File
File diff suppressed because it is too large Load Diff
+2
View File
@@ -1,3 +1,5 @@
packages:
- playground
- docs
- packages/*
- examples/*
+4 -4
View File
@@ -1,9 +1,9 @@
{
"compilerOptions": {
"target": "es2018",
"lib": ["esnext"],
"module": "esnext",
"moduleResolution": "node",
"target": "ESNext",
"lib": ["ESNext"],
"module": "ESNext",
"moduleResolution": "Bundler",
"resolveJsonModule": true,
"strict": true,
"strictNullChecks": true,