Skip to content

Commit

Permalink
feat: theme color
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <tukon479@gmail.com>
  • Loading branch information
Innei committed Jun 11, 2023
1 parent 44aceca commit 302db77
Show file tree
Hide file tree
Showing 23 changed files with 327 additions and 145 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"last 2 Firefox versions"
],
"dependencies": {
"@floating-ui/react-dom": "2.0.0",
"@floating-ui/react-dom": "2.0.1",
"@formkit/auto-animate": "1.0.0-beta.6",
"@headlessui/react": "1.7.15",
"@mx-space/api-client": "1.4.1",
Expand All @@ -64,7 +64,7 @@
"@tanstack/react-query-persist-client": "4.29.12",
"axios": "1.4.0",
"clsx": "1.2.1",
"daisyui": "3.0.23",
"daisyui": "3.0.25",
"dayjs": "1.11.8",
"framer-motion": "^10.12.16",
"idb-keyval": "6.2.1",
Expand All @@ -74,7 +74,7 @@
"lodash-es": "4.17.21",
"markdown-escape": "2.0.0",
"markdown-to-jsx": "npm:@innei/markdown-to-jsx@7.1.3-beta.2",
"next": "13.4.4",
"next": "13.4.5",
"next-themes": "0.2.1",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand Down Expand Up @@ -113,14 +113,14 @@
"@iconify/tailwind": "0.1.3",
"@innei/eslint-config-react-ts": "0.10.1",
"@innei/prettier": "0.10.1",
"@next/bundle-analyzer": "13.4.4",
"@next/bundle-analyzer": "13.4.5",
"@tailwindcss/typography": "0.5.9",
"@types/color": "3.0.3",
"@types/js-cookie": "3.0.3",
"@types/lodash-es": "4.17.7",
"@types/markdown-escape": "1.1.0",
"@types/node": "20.2.6",
"@types/react": "18.2.10",
"@types/node": "20.3.0",
"@types/react": "18.2.11",
"@types/react-dom": "18.2.4",
"@types/remove-markdown": "0.3.1",
"@types/validator": "13.7.17",
Expand Down
Loading

1 comment on commit 302db77

@vercel
Copy link

@vercel vercel bot commented on 302db77 Jun 11, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

springtide – ./

springtide-innei.vercel.app
springtide-git-main-innei.vercel.app
springtide.vercel.app

Please sign in to comment.