Skip to content

Commit 25515da

Browse files
committed
chore: update dependencies and exports subpaths
1 parent 8e4a545 commit 25515da

File tree

2 files changed

+850
-643
lines changed

2 files changed

+850
-643
lines changed

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"type": "module",
1414
"exports": {
1515
".": {
16-
"types": "./dist/index.d.mts",
17-
"import": "./dist/index.mjs"
16+
"types": "./dist/index.d.ts",
17+
"import": "./dist/index.js"
1818
}
1919
},
2020
"files": [
@@ -36,17 +36,17 @@
3636
"lint": "eslint .",
3737
"lint:fix": "eslint --fix .",
3838
"format": "prettier --write .",
39-
"prepublishOnly": "npm run build"
39+
"prepublishOnly": "pnpm run build"
4040
},
4141
"devDependencies": {
42-
"@hypernym/bundler": "^0.14.4",
43-
"@hypernym/eslint-config": "^3.6.1",
44-
"@hypernym/prettier-config": "^3.2.4",
45-
"@hypernym/tsconfig": "^2.6.1",
46-
"@types/node": "^22.15.30",
47-
"eslint": "^9.28.0",
48-
"prettier": "^3.5.3",
49-
"typescript": "^5.8.3",
50-
"vite": "^6.3.5"
42+
"@hypernym/bundler": "^0.30.4",
43+
"@hypernym/eslint-config": "^3.6.4",
44+
"@hypernym/prettier-config": "^3.2.7",
45+
"@hypernym/tsconfig": "^2.6.2",
46+
"@types/node": "^24.7.2",
47+
"eslint": "^9.37.0",
48+
"prettier": "^3.6.2",
49+
"typescript": "^5.9.3",
50+
"vite": "^7.1.9"
5151
}
5252
}

0 commit comments

Comments
 (0)