chore: update deps
This commit is contained in:
+9
-9
@@ -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"
|
||||
|
||||
Generated
+402
-313
File diff suppressed because it is too large
Load Diff
@@ -1,3 +1,5 @@
|
||||
packages:
|
||||
- playground
|
||||
- docs
|
||||
- packages/*
|
||||
- examples/*
|
||||
|
||||
+4
-4
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user