Skip to content

Commit f02f45b

Browse files
committed
fix(deps): update all non-major dependencies
1 parent 79a507b commit f02f45b

File tree

4 files changed

+983
-1067
lines changed

4 files changed

+983
-1067
lines changed

package.json

+14-14
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"dependencies": {
2525
"@aws-sdk/client-s3": "3.651.1",
2626
"@excalidraw/excalidraw": "0.17.6",
27-
"@floating-ui/react-dom": "2.1.1",
27+
"@floating-ui/react-dom": "2.1.2",
2828
"@milkdown/core": "7.5.0",
2929
"@milkdown/ctx": "7.5.0",
3030
"@milkdown/plugin-clipboard": "7.5.0",
@@ -48,7 +48,7 @@
4848
"@radix-ui/react-select": "2.1.1",
4949
"@radix-ui/react-switch": "1.1.0",
5050
"@radix-ui/react-tabs": "1.1.0",
51-
"@shikijs/transformers": "1.17.6",
51+
"@shikijs/transformers": "1.17.7",
5252
"@shiro/fetch": "link:./packages/fetch",
5353
"@tanstack/query-async-storage-persister": "5.56.2",
5454
"@tanstack/react-query": "5.56.2",
@@ -82,14 +82,14 @@
8282
"markdown-to-jsx": "npm:@innei/[email protected]",
8383
"marked": "14.1.2",
8484
"medium-zoom": "1.1.0",
85-
"mermaid": "11.2.0",
85+
"mermaid": "11.2.1",
8686
"nanoid": "^5.0.7",
87-
"next": "14.2.11",
87+
"next": "14.2.12",
8888
"next-auth": "4.24.7",
8989
"next-runtime-env": "3.2.2",
9090
"next-themes": "0.3.0",
9191
"ofetch": "1.3.4",
92-
"openai": "4.62.0",
92+
"openai": "4.62.1",
9393
"pngjs": "7.0.0",
9494
"prop-types": "15.8.1",
9595
"qrcode.react": "3.2.0",
@@ -111,7 +111,7 @@
111111
"uniqolor": "1.1.1",
112112
"unist-util-visit": "5.0.0",
113113
"use-context-selector": "2.0.0",
114-
"vaul": "0.9.3",
114+
"vaul": "0.9.4",
115115
"xss": "1.0.15"
116116
},
117117
"devDependencies": {
@@ -120,17 +120,17 @@
120120
"@iconify/tailwind": "1.1.3",
121121
"@innei/prettier": "0.15.0",
122122
"@mx-space/webhook": "0.5.0",
123-
"@next/bundle-analyzer": "14.2.11",
123+
"@next/bundle-analyzer": "14.2.12",
124124
"@tailwindcss/container-queries": "0.1.1",
125125
"@tailwindcss/typography": "0.5.15",
126126
"@types/chroma-js": "2.4.4",
127127
"@types/js-cookie": "3.0.6",
128128
"@types/js-yaml": "4.0.9",
129129
"@types/katex": "^0.16.7",
130130
"@types/markdown-escape": "1.1.3",
131-
"@types/node": "22.5.4",
131+
"@types/node": "22.5.5",
132132
"@types/pngjs": "6.0.5",
133-
"@types/react": "18.3.5",
133+
"@types/react": "18.3.7",
134134
"@types/react-dom": "18.3.0",
135135
"@types/react-responsive-masonry": "2.1.3",
136136
"@types/remove-markdown": "0.3.4",
@@ -141,25 +141,25 @@
141141
"cross-env": "7.0.3",
142142
"dotenv": "16.4.5",
143143
"eslint": "9.10.0",
144-
"eslint-config-hyoban": "3.1.5",
144+
"eslint-config-hyoban": "3.1.6",
145145
"lint-staged": "15.2.10",
146-
"postcss": "8.4.45",
146+
"postcss": "8.4.47",
147147
"postcss-import": "16.1.0",
148148
"postcss-js": "4.0.1",
149149
"postcss-nested": "6.2.0",
150150
"postcss-preset-env": "10.0.3",
151151
"postcss-prune-var": "1.1.2",
152152
"prettier": "3.3.3",
153153
"rimraf": "6.0.1",
154-
"shiki": "1.17.6",
154+
"shiki": "1.17.7",
155155
"simple-git-hooks": "2.11.1",
156156
"tailwind-scrollbar": "3.1.0",
157157
"tailwind-variants": "0.2.1",
158-
"tailwindcss": "^3.4.11",
158+
"tailwindcss": "^3.4.12",
159159
"tailwindcss-animate": "1.0.7",
160160
"tailwindcss-animated": "1.1.2",
161161
"typescript": "5.6.2",
162-
"zx": "8.1.6"
162+
"zx": "8.1.7"
163163
},
164164
"pnpm": {
165165
"overrides": {

0 commit comments

Comments
 (0)