Skip to content

Commit 099c149

Browse files
committed
chore: update dependencies
1 parent 2084d79 commit 099c149

2 files changed

Lines changed: 1059 additions & 469 deletions

File tree

package.json

Lines changed: 20 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,17 @@
44
"author": "Hypernym Studio",
55
"description": "ESM & TS module bundler.",
66
"license": "MIT",
7-
"repository": "hypernym-studio/bundler",
7+
"repository": {
8+
"type": "git",
9+
"url": "git+https://github.com/hypernym-studio/bundler.git"
10+
},
811
"homepage": "https://github.com/hypernym-studio/bundler",
912
"funding": "https://github.com/sponsors/ivodolenc",
1013
"type": "module",
11-
"types": "./dist/types/index.d.cts",
14+
"types": "./dist/index.d.cts",
1215
"exports": {
1316
".": {
14-
"types": "./dist/types/index.d.mts",
17+
"types": "./dist/index.d.mts",
1518
"import": "./dist/index.mjs",
1619
"require": "./dist/index.cjs"
1720
}
@@ -44,11 +47,6 @@
4447
"format": "prettier --write .",
4548
"prepublishOnly": "npm run build"
4649
},
47-
"packageManager": "pnpm@10.4.1",
48-
"engines": {
49-
"node": ">=20.0.0",
50-
"pnpm": ">=9.0.0"
51-
},
5250
"peerDependencies": {
5351
"@types/node": ">=20.0.0",
5452
"typescript": ">=5.0.0"
@@ -62,25 +60,25 @@
6260
}
6361
},
6462
"dependencies": {
65-
"@hypernym/args": "^0.3.0",
66-
"@hypernym/colors": "^1.0.2",
67-
"@hypernym/utils": "^3.4.2",
63+
"@hypernym/args": "^0.3.2",
64+
"@hypernym/colors": "^1.0.4",
65+
"@hypernym/utils": "^3.4.4",
6866
"@rollup/plugin-alias": "^5.1.1",
6967
"@rollup/plugin-json": "^6.1.0",
70-
"@rollup/plugin-node-resolve": "^16.0.0",
68+
"@rollup/plugin-node-resolve": "^16.0.1",
7169
"@rollup/plugin-replace": "^6.0.2",
7270
"@rollup/pluginutils": "^5.1.4",
73-
"esbuild": "^0.25.0",
74-
"rollup": "^4.34.8",
75-
"rollup-plugin-dts": "^6.1.1"
71+
"esbuild": "^0.25.4",
72+
"rollup": "^4.40.2",
73+
"rollup-plugin-dts": "^6.2.1"
7674
},
7775
"devDependencies": {
78-
"@hypernym/eslint-config": "^3.5.6",
79-
"@hypernym/prettier-config": "^3.2.2",
80-
"@hypernym/tsconfig": "^2.6.0",
81-
"@types/node": "^22.13.5",
82-
"eslint": "^9.21.0",
83-
"prettier": "^3.5.2",
84-
"typescript": "^5.7.3"
76+
"@hypernym/eslint-config": "^3.6.1",
77+
"@hypernym/prettier-config": "^3.2.4",
78+
"@hypernym/tsconfig": "^2.6.1",
79+
"@types/node": "^22.15.17",
80+
"eslint": "^9.26.0",
81+
"prettier": "^3.5.3",
82+
"typescript": "^5.8.3"
8583
}
8684
}

0 commit comments

Comments
 (0)