Skip to content

Commit

Permalink
fix(test): move fast glob to devdependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
SaadBazaz committed Dec 17, 2024
1 parent cb052ad commit 0bf0a58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@
"eslint": "^8.57.0",
"postcss": "^8",
"tsup": "^8.2.0",
"typescript": "^5.3.3"
"typescript": "^5.3.3",
"fast-glob": "^3.3.2"
},
"dependencies": {
"@lit/react": "^1.0.5",
"@material/web": "^2.2.0",
"autoprefixer": "^10.4.19",
"fast-glob": "^3.3.2",
"lit": "^3.2.0",
"react": "^18.2.0",
"react-hot-toast": "^2.4.1",
Expand Down

0 comments on commit 0bf0a58

Please sign in to comment.