Skip to content

Commit 3ad3dfd

Browse files
committed
chore: update dependencies
1 parent a62af72 commit 3ad3dfd

File tree

2 files changed

+17
-20
lines changed

2 files changed

+17
-20
lines changed

package.json

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@
44
"author": "Hypernym Studio",
55
"description": "Hypernym's config for TypeScript.",
66
"license": "MIT",
7-
"repository": "hypernym-studio/tsconfig",
7+
"repository": {
8+
"type": "git",
9+
"url": "git+https://github.com/hypernym-studio/tsconfig.git"
10+
},
811
"homepage": "https://github.com/hypernym-studio/tsconfig",
912
"funding": "https://github.com/sponsors/ivodolenc",
1013
"type": "module",
@@ -26,12 +29,6 @@
2629
"scripts": {
2730
"format": "prettier --write ."
2831
},
29-
"sideEffects": false,
30-
"packageManager": "[email protected]",
31-
"engines": {
32-
"node": ">=20.0.0",
33-
"pnpm": ">=9.0.0"
34-
},
3532
"peerDependencies": {
3633
"@types/node": ">=20.0.0",
3734
"typescript": ">=5.0.0"
@@ -42,7 +39,7 @@
4239
}
4340
},
4441
"devDependencies": {
45-
"@hypernym/prettier-config": "^3.2.2",
46-
"prettier": "^3.5.2"
42+
"@hypernym/prettier-config": "^3.2.3",
43+
"prettier": "^3.5.3"
4744
}
4845
}

pnpm-lock.yaml

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)