Skip to content

Commit f17b1eb

Browse files
committed
chore: drop rc and fixpack
1 parent fdad45f commit f17b1eb

File tree

3 files changed

+1
-375
lines changed

3 files changed

+1
-375
lines changed

package.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,7 @@
5858
"eslint:inspector": "npx @eslint/config-inspector",
5959
"example:ssr": "cd examples/ssr/vite && pnpm dev",
6060
"fix": "run-p lint:fix format:fix",
61-
"format:fix": "run-p \"format:prettier --write\" format:package",
62-
"format:package": "tsx ./scripts/fixpack.ts",
61+
"format:fix": "run-p \"format:prettier --write\"",
6362
"format:prettier": "prettier --config prettier.config.mjs --ignore-path .prettierignore --list-different '**/*.{ts,js,json,html}'",
6463
"lint": "run-p lint:codes",
6564
"lint:codes": "eslint . --cache",
@@ -106,7 +105,6 @@
106105
"eslint-plugin-vue": "^9.28.0",
107106
"execa": "^9.3.0",
108107
"fast-glob": "^3.3.3",
109-
"fixpack": "^4.0.0",
110108
"get-port-please": "^3.1.2",
111109
"globals": "^15.9.0",
112110
"jsdom": "^25.0.0",
@@ -123,15 +121,13 @@
123121
"pkg-pr-new": "^0.0.60",
124122
"playwright-core": "^1.45.3",
125123
"prettier": "^3.3.3",
126-
"rc": "^1.2.8",
127124
"rolldown": "1.0.0-beta.38",
128125
"rollup": "^4.21.2",
129126
"rollup-plugin-dts": "^6.1.1",
130127
"rollup-plugin-node-builtins": "^2.1.2",
131128
"rollup-plugin-node-globals": "^1.4.0",
132129
"rollup-plugin-typescript2": "^0.36.0",
133130
"serve-handler": "^6.1.6",
134-
"trash-cli": "^6.0.0",
135131
"tslib": "^2.6.2",
136132
"tsx": "^4.11.2",
137133
"typescript": "^5.6.3",

0 commit comments

Comments
 (0)