Skip to content

Commit

Permalink
remove unused deps
Browse files Browse the repository at this point in the history
  • Loading branch information
talentlessguy committed Dec 6, 2024
1 parent e9dbc09 commit 603f811
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 96 deletions.
3 changes: 0 additions & 3 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,10 @@
"next": "14.2.7",
"next-mdx-remote": "^3.0.6",
"prism-react-renderer": "^1.2.1",
"prism-theme-vars": "^0.2.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-element-to-jsx-string": "^14.3.4",
"react-live": "3.1.1",
"react-transition-state": "^2.1.2",
"ts-pattern": "^5.5.0"
},
"devDependencies": {
Expand All @@ -42,7 +40,6 @@
"@types/react-dom": "^18.2.13",
"@types/webpack-env": "^1.18.5",
"@vanilla-extract/css": "^1.13.0",
"mini-css-extract-plugin": "^2.7.6",
"react-docgen-typescript": "^2.1.1",
"typescript": "^5.7.2"
}
Expand Down
2 changes: 1 addition & 1 deletion docs/src/components/PaletteModal/PaletteModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { RGBtoRGBA, RGBToHSL, RGBtoHex } from '~/utils/color'

const capitalize = (str: string) => str.charAt(0).toUpperCase() + str.slice(1)

export type PaletteModalProps = {
type PaletteModalProps = {
color?: string | null
shades?: [string, string][] | null
selectedShade?: string | null
Expand Down
93 changes: 1 addition & 92 deletions pnpm-lock.yaml

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

0 comments on commit 603f811

Please sign in to comment.