Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Innei committed Sep 11, 2024
1 parent 088b077 commit ab0db00
Show file tree
Hide file tree
Showing 3 changed files with 748 additions and 644 deletions.
2 changes: 1 addition & 1 deletion next-env.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
/// <reference types="next/image-types/global" />

// NOTE: This file should not be edited
// see https://nextjs.org/docs/basic-features/typescript for more information.
// see https://nextjs.org/docs/app/building-your-application/configuring/typescript for more information.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
"start": "npm run dev"
},
"dependencies": {
"@aws-sdk/client-s3": "3.645.0",
"@clerk/nextjs": "5.4.1",
"@clerk/themes": "2.1.27",
"@aws-sdk/client-s3": "3.649.0",
"@clerk/nextjs": "5.5.1",
"@clerk/themes": "2.1.29",
"@excalidraw/excalidraw": "0.17.6",
"@floating-ui/react-dom": "2.1.1",
"@milkdown/core": "7.5.0",
Expand All @@ -48,7 +48,7 @@
"@radix-ui/react-select": "2.1.1",
"@radix-ui/react-switch": "1.1.0",
"@radix-ui/react-tabs": "1.1.0",
"@shikijs/transformers": "1.16.3",
"@shikijs/transformers": "1.17.0",
"@shiro/fetch": "link:./packages/fetch",
"@tanstack/query-async-storage-persister": "5.55.4",
"@tanstack/react-query": "5.55.4",
Expand All @@ -67,7 +67,7 @@
"emoji-mart": "5.6.0",
"emoji-picker-react": "4.12.0",
"foxact": "0.2.38",
"framer-motion": "11.5.2",
"framer-motion": "11.5.4",
"fuse.js": "7.0.0",
"idb-keyval": "6.2.1",
"immer": "^10.1.1",
Expand Down Expand Up @@ -150,14 +150,14 @@
"postcss-prune-var": "1.1.2",
"prettier": "3.3.3",
"rimraf": "6.0.1",
"shiki": "1.16.3",
"shiki": "1.17.0",
"simple-git-hooks": "2.11.1",
"tailwind-scrollbar": "3.1.0",
"tailwind-variants": "0.2.1",
"tailwindcss": "^3.4.10",
"tailwindcss-animated": "1.1.2",
"typescript": "5.6.2",
"zx": "8.1.5"
"zx": "8.1.6"
},
"pnpm": {
"overrides": {
Expand Down
Loading

0 comments on commit ab0db00

Please sign in to comment.