fix: move patch-package from devDependencies

This commit is contained in:
enscribe 2025-03-21 22:37:51 -07:00
parent 28bd68c09e
commit 0cf9a9fd45
No known key found for this signature in database
GPG key ID: 9BBD5C4114E25322
2 changed files with 9 additions and 55 deletions

View file

@ -40,6 +40,7 @@
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^0.469.0",
"patch-package": "^8.0.0",
"react": "19.0.0",
"react-dom": "19.0.0",
"rehype-external-links": "^3.0.0",
@ -53,7 +54,6 @@
"typescript": "^5.7.3"
},
"devDependencies": {
"patch-package": "^8.0.0",
"prettier": "^3.5.1",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-astro-organize-imports": "^0.4.11",