Skip to content

Commit

Permalink
fix(): Make plugins peer deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
aidanCQ committed Dec 20, 2023
1 parent d5a3dc7 commit 4e6a6e9
Show file tree
Hide file tree
Showing 2 changed files with 114 additions and 2 deletions.
110 changes: 109 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
"@storybook/react": "^7.6.5",
"@storybook/react-vite": "^7.6.5",
"@storybook/test": "^7.6.5",
"@tailwindcss/typography": "^0.5.10",
"autoprefixer": "^10.4.16",
"postcss": "^8.4.32",
"prop-types": "^15.8.1",
Expand All @@ -62,6 +63,7 @@
"rollup-plugin-terser": "^7.0.2",
"serve": "^14.2.1",
"storybook": "^7.6.5",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.22.4"
},
"dependencies": {
Expand Down Expand Up @@ -107,6 +109,8 @@
"peerDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwindcss": "^3.3.6"
"tailwindcss": "^3.3.6",
"tailwindcss-animate": "^1.0.7",
"@tailwindcss/typography": "^0.5.10"
}
}

0 comments on commit 4e6a6e9

Please sign in to comment.