Skip to content

Commit 14c7d47

Browse files
committed
chore: update dependencies
1 parent 5a43abb commit 14c7d47

2 files changed

Lines changed: 24 additions & 23 deletions

File tree

package-lock.json

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

package.json

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
],
2020
"keywords": [
2121
"module",
22+
"modules",
23+
"bundling",
2224
"javascript",
2325
"typescript",
2426
"bundler",
@@ -31,10 +33,10 @@
3133
"dts"
3234
],
3335
"bin": {
34-
"hyperbuild": "./dist/cli/index.mjs"
36+
"hyperbuild": "./dist/bin/index.mjs"
3537
},
3638
"scripts": {
37-
"build": "tsx src/cli/index.ts",
39+
"build": "tsx src/bin/index.ts",
3840
"lint": "ESLINT_USE_FLAT_CONFIG=true eslint -c .config/eslint.config.js .",
3941
"lint:fix": "ESLINT_USE_FLAT_CONFIG=true eslint -c .config/eslint.config.js --fix .",
4042
"format": "prettier --config .config/prettier.config.js --write .",
@@ -56,9 +58,10 @@
5658
"@hypernym/args": "^0.2.0",
5759
"@hypernym/colors": "^1.0.0",
5860
"@hypernym/spinner": "^0.1.0",
59-
"@rollup/plugin-json": "^6.0.0",
60-
"@rollup/plugin-node-resolve": "^15.2.1",
61-
"@rollup/plugin-replace": "^5.0.2",
61+
"@hypernym/utils": "^2.0.2",
62+
"@rollup/plugin-json": "^6.0.1",
63+
"@rollup/plugin-node-resolve": "^15.2.2",
64+
"@rollup/plugin-replace": "^5.0.3",
6265
"esbuild": "^0.19.4",
6366
"rollup": "^3.29.4",
6467
"rollup-plugin-dts": "^6.0.2"
@@ -67,7 +70,6 @@
6770
"@hypernym/eslint-config": "^2.0.1",
6871
"@hypernym/prettier-config": "^2.0.1",
6972
"@hypernym/tsconfig": "^1.1.0",
70-
"@hypernym/utils": "^2.0.2",
7173
"@types/node": "^20.8.2",
7274
"eslint": "^8.50.0",
7375
"prettier": "^3.0.3",

0 commit comments

Comments
 (0)