Skip to content

Commit 0bf0a58

Browse files
committed
fix(test): move fast glob to devdependencies
1 parent cb052ad commit 0bf0a58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/ui/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@
4545
"eslint": "^8.57.0",
4646
"postcss": "^8",
4747
"tsup": "^8.2.0",
48-
"typescript": "^5.3.3"
48+
"typescript": "^5.3.3",
49+
"fast-glob": "^3.3.2"
4950
},
5051
"dependencies": {
5152
"@lit/react": "^1.0.5",
5253
"@material/web": "^2.2.0",
5354
"autoprefixer": "^10.4.19",
54-
"fast-glob": "^3.3.2",
5555
"lit": "^3.2.0",
5656
"react": "^18.2.0",
5757
"react-hot-toast": "^2.4.1",

0 commit comments

Comments
 (0)