Skip to content

Commit e86bcbe

Browse files
committed
chore: update deps, remove typesVersions field
1 parent a4c4a82 commit e86bcbe

File tree

2 files changed

+424
-590
lines changed

2 files changed

+424
-590
lines changed

package.json

+10-18
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "pkg-placeholder",
33
"type": "module",
44
"version": "0.0.0",
5-
"packageManager": "pnpm@9.15.4",
5+
"packageManager": "pnpm@10.2.1",
66
"description": "_description_",
77
"author": "Anthony Fu <[email protected]>",
88
"license": "MIT",
@@ -21,14 +21,6 @@
2121
"main": "./dist/index.mjs",
2222
"module": "./dist/index.mjs",
2323
"types": "./dist/index.d.mts",
24-
"typesVersions": {
25-
"*": {
26-
"*": [
27-
"./dist/*",
28-
"./dist/index.d.ts"
29-
]
30-
}
31-
},
3224
"files": [
3325
"dist"
3426
],
@@ -44,20 +36,20 @@
4436
"prepare": "simple-git-hooks"
4537
},
4638
"devDependencies": {
47-
"@antfu/eslint-config": "^3.14.0",
48-
"@antfu/ni": "^23.2.0",
39+
"@antfu/eslint-config": "^4.1.1",
40+
"@antfu/ni": "^23.3.1",
4941
"@antfu/utils": "^8.1.0",
50-
"@types/node": "^22.10.6",
51-
"bumpp": "^9.10.1",
52-
"eslint": "^9.18.0",
53-
"lint-staged": "^15.3.0",
54-
"pnpm": "^9.15.4",
42+
"@types/node": "^22.13.1",
43+
"bumpp": "^10.0.2",
44+
"eslint": "^9.20.0",
45+
"lint-staged": "^15.4.3",
46+
"pnpm": "^10.2.1",
5547
"simple-git-hooks": "^2.11.1",
5648
"tsx": "^4.19.2",
5749
"typescript": "^5.7.3",
5850
"unbuild": "^3.3.1",
59-
"vite": "^6.0.7",
60-
"vitest": "^2.1.8"
51+
"vite": "^6.1.0",
52+
"vitest": "^3.0.5"
6153
},
6254
"simple-git-hooks": {
6355
"pre-commit": "pnpm lint-staged"

0 commit comments

Comments
 (0)