Skip to content

Commit

Permalink
clsx up
Browse files Browse the repository at this point in the history
  • Loading branch information
abernier committed Aug 10, 2024
1 parent a8a0b94 commit 9916610
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 11 deletions.
9 changes: 3 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,6 @@
.pnp.js
node_modules/

# dependency lock files
package-lock.json
pnpm-lock.yaml
yarn.lock

# other
.next/
.DS_Store
Expand All @@ -20,4 +15,6 @@ dist/
logs/
out/
tmp/
temp/
temp/

tsconfig.tsbuildinfo
8 changes: 4 additions & 4 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"dependencies": {
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/typography": "^0.5.14",
"clsx": "^1.2.1",
"clsx": "^2.1.1",
"gray-matter": "^4.0.3",
"match-sorter": "^6.3.4",
"next": "^14.2.5",
Expand Down

0 comments on commit 9916610

Please sign in to comment.