Skip to content

Commit 04443ca

Browse files
committed
chore: update deps
1 parent af2df61 commit 04443ca

File tree

2 files changed

+398
-8032
lines changed

2 files changed

+398
-8032
lines changed

package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
"scripts": {
1111
"bootstrap": "pnpm install",
1212
"dev": "pnpm storybook",
13-
"start": "dumi dev",
1413
"build": "walrus build",
1514
"build:all": "walrus build all",
1615
"build:docs": "pnpm build:sb",
@@ -31,7 +30,7 @@
3130
"typecheck": "tsc --noEmit",
3231
"lint": "eslint --cache .",
3332
"lint:fix": "nr lint --fix",
34-
"prepare": "husky || true && dumi setup",
33+
"prepare": "husky || true",
3534
"clean:node-modules": "rm -rf node_modules && rm -rf packages/*/node_modules",
3635
"clean:lock": "rm -rf pnpm-lock.yaml && rm -rf package.lock.json",
3736
"clean:dist": "rm -rf packages/*/es && rm -rf packages/*/lib",
@@ -54,7 +53,7 @@
5453
"react-remove-scroll": "^2.5.10"
5554
},
5655
"devDependencies": {
57-
"@antfu/eslint-config": "^2.21.2",
56+
"@antfu/eslint-config": "2.21.2",
5857
"@antfu/ni": "^0.21.12",
5958
"@antv/g-svg": "^2.0.9",
6059
"@antv/g2": "^5.2.2",
@@ -90,7 +89,6 @@
9089
"cypress-real-events": "^1.13.0",
9190
"cypress-vite": "^1.5.0",
9291
"d3-interpolate": "^3.0.1",
93-
"dumi": "^2.4.5",
9492
"eslint": "^8.57.0",
9593
"eslint-plugin-cypress": "^3.3.0",
9694
"eslint-plugin-react-hooks": "^4.6.2",

0 commit comments

Comments
 (0)