Skip to content

Commit 2724cbb

Browse files
authored
fix: remove unused fast-glob dependency (#8)
1 parent 67e02e7 commit 2724cbb

File tree

2 files changed

+9
-113
lines changed

2 files changed

+9
-113
lines changed

package.json

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@
2020
],
2121
"scripts": {
2222
"build": "rslib build",
23+
"bump": "npx bumpp",
2324
"dev": "rslib build --watch",
2425
"lint": "biome check .",
2526
"lint:write": "biome check . --write",
2627
"prepare": "simple-git-hooks && npm run build",
2728
"test": "pnpm run test:unit && pnpm run test:e2e",
28-
"test:unit": "rstest --config=./test/rstest.config.ts",
29-
"test:e2e": "playwright test --config=./test/playwright.config.ts",
30-
"bump": "npx bumpp"
29+
"test:e2e": "playwright test --config=./test/playwright.config.ts",
30+
"test:unit": "rstest --config=./test/rstest.config.ts"
3131
},
3232
"simple-git-hooks": {
3333
"pre-commit": "npx nano-staged"
@@ -38,12 +38,11 @@
3838
]
3939
},
4040
"dependencies": {
41-
"fast-glob": "^3.3.3",
42-
"json5": "^2.2.3",
43-
"yaml": "^2.8.1",
4441
"@manypkg/get-packages": "^3.1.0",
42+
"chalk": "^5.6.2",
4543
"graphlib": "^2.1.8",
46-
"chalk": "^5.6.2"
44+
"json5": "^2.2.3",
45+
"yaml": "^2.8.1"
4746
},
4847
"devDependencies": {
4948
"@biomejs/biome": "^2.3.3",
@@ -52,16 +51,16 @@
5251
"@rsbuild/plugin-react": "^1.4.1",
5352
"@rsbuild/plugin-type-check": "^1.3.0",
5453
"@rslib/core": "^0.17.0",
54+
"@rstest/core": "^0.6.6",
55+
"@types/graphlib": "^2.1.12",
5556
"@types/node": "^22.18.8",
5657
"@types/react": "^19.1.16",
5758
"@types/react-dom": "^19.1.9",
5859
"playwright": "^1.55.1",
5960
"react": "^19.1.1",
6061
"react-dom": "^19.1.1",
6162
"simple-git-hooks": "^2.13.1",
62-
"typescript": "^5.9.3",
63-
"@types/graphlib": "^2.1.12",
64-
"@rstest/core": "^0.6.6"
63+
"typescript": "^5.9.3"
6564
},
6665
"peerDependencies": {
6766
"@rsbuild/core": "1.x"

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)