Skip to content

Commit

Permalink
missing dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
devongovett committed Jan 24, 2025
1 parent d3d6cce commit 57bcefe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@
"@stylistic/eslint-plugin-ts": "^2.9.0",
"@swc/core": "^1.3.36",
"@swc/jest": "^0.2.36",
"@tailwindcss/postcss": "^4.0.0",
"@testing-library/dom": "^10.1.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^15.0.7",
Expand Down
1 change: 1 addition & 0 deletions scripts/buildWebsite.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ async function build() {
name === 'framer-motion' ||
name === 'tailwindcss-animate' ||
name === 'tailwindcss' ||
name === '@tailwindcss/postcss' ||
name === 'autoprefixer' ||
name === 'lucide-react' ||
name === 'tailwind-variants' ||
Expand Down
1 change: 1 addition & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -29445,6 +29445,7 @@ __metadata:
"@stylistic/eslint-plugin-ts": "npm:^2.9.0"
"@swc/core": "npm:^1.3.36"
"@swc/jest": "npm:^0.2.36"
"@tailwindcss/postcss": "npm:^4.0.0"
"@testing-library/dom": "npm:^10.1.0"
"@testing-library/jest-dom": "npm:^5.16.5"
"@testing-library/react": "npm:^15.0.7"
Expand Down

0 comments on commit 57bcefe

Please sign in to comment.