Skip to content

Commit 302db77

Browse files
committed
feat: theme color
Signed-off-by: Innei <[email protected]>
1 parent 44aceca commit 302db77

23 files changed

+327
-145
lines changed

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"last 2 Firefox versions"
5656
],
5757
"dependencies": {
58-
"@floating-ui/react-dom": "2.0.0",
58+
"@floating-ui/react-dom": "2.0.1",
5959
"@formkit/auto-animate": "1.0.0-beta.6",
6060
"@headlessui/react": "1.7.15",
6161
"@mx-space/api-client": "1.4.1",
@@ -64,7 +64,7 @@
6464
"@tanstack/react-query-persist-client": "4.29.12",
6565
"axios": "1.4.0",
6666
"clsx": "1.2.1",
67-
"daisyui": "3.0.23",
67+
"daisyui": "3.0.25",
6868
"dayjs": "1.11.8",
6969
"framer-motion": "^10.12.16",
7070
"idb-keyval": "6.2.1",
@@ -74,7 +74,7 @@
7474
"lodash-es": "4.17.21",
7575
"markdown-escape": "2.0.0",
7676
"markdown-to-jsx": "npm:@innei/[email protected]",
77-
"next": "13.4.4",
77+
"next": "13.4.5",
7878
"next-themes": "0.2.1",
7979
"react": "18.2.0",
8080
"react-dom": "18.2.0",
@@ -113,14 +113,14 @@
113113
"@iconify/tailwind": "0.1.3",
114114
"@innei/eslint-config-react-ts": "0.10.1",
115115
"@innei/prettier": "0.10.1",
116-
"@next/bundle-analyzer": "13.4.4",
116+
"@next/bundle-analyzer": "13.4.5",
117117
"@tailwindcss/typography": "0.5.9",
118118
"@types/color": "3.0.3",
119119
"@types/js-cookie": "3.0.3",
120120
"@types/lodash-es": "4.17.7",
121121
"@types/markdown-escape": "1.1.0",
122-
"@types/node": "20.2.6",
123-
"@types/react": "18.2.10",
122+
"@types/node": "20.3.0",
123+
"@types/react": "18.2.11",
124124
"@types/react-dom": "18.2.4",
125125
"@types/remove-markdown": "0.3.1",
126126
"@types/validator": "13.7.17",

0 commit comments

Comments
 (0)