Skip to content

Commit

Permalink
πŸ”§ Moved build-only deps to dev-deps list (#403)
Browse files Browse the repository at this point in the history
* πŸ”§ Moved build-only deps to dev-deps list

moved tailwindcss, postcss, autoprefixer, and daisyui to dev deps list given they are strictly build-time.

* πŸ“ Updated changeset with info on latest commit.
  • Loading branch information
KemingHe authored Dec 9, 2024
1 parent 4708372 commit 82f1b49
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions .changeset/big-eggs-appear.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"socialify": patch
---

moved strictly build-time deps to dev-deps list in package.json
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,12 @@
},
"dependencies": {
"@resvg/resvg-wasm": "^2.6.2",
"autoprefixer": "^10.4.20",
"badgen": "^3.2.3",
"clsx": "^2.1.1",
"copee": "^1.0.6",
"daisyui": "^2.52.0",
"hero-patterns": "^2.1.0",
"is-ci": "^3.0.1",
"next": "^14.2.8",
"postcss": "^8.4.49",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-error-boundary": "^4.1.2",
Expand All @@ -44,12 +41,15 @@
"satori": "^0.10.14",
"simple-icons": "^13.17.0",
"styled-jsx": "^5.1.6",
"tailwindcss": "^3.4.15",
"typescript": "~5.7.2",
"use-debounce": "^10.0.4",
"yoga-wasm-web": "^0.3.3"
},
"devDependencies": {
"tailwindcss": "^3.4.15",
"typescript": "~5.7.2",
"daisyui": "^2.52.0",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.49",
"@biomejs/biome": "^1.9.4",
"@changesets/cli": "^2.27.10",
"@testing-library/dom": "^10.4.0",
Expand Down

0 comments on commit 82f1b49

Please sign in to comment.