Skip to content

Commit

Permalink
chore(ui): update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
tszhong0411 committed May 11, 2024
1 parent 7dc6305 commit 8a53ec9
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 131 deletions.
5 changes: 5 additions & 0 deletions .changeset/few-lemons-grow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@tszhong0411/ui": patch
---

update deps
2 changes: 1 addition & 1 deletion packages/ui/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://json.schemastore.org/eslintrc",
"extends": ["@tszhong0411/eslint-config"],
"extends": ["next/core-web-vitals", "@tszhong0411/eslint-config"],
"root": true
}
3 changes: 2 additions & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@
"@tszhong0411/utils": "workspace:*",
"@types/react": "^18.2.60",
"eslint": "^8.57.0",
"next": "14.1.1-canary.44",
"eslint-config-next": "^14.2.3",
"next": "14.2.3",
"react": "^18.2.0",
"tailwindcss": "^3.4.1"
},
Expand Down
135 changes: 6 additions & 129 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 8a53ec9

Please sign in to comment.