Skip to content

Commit 7d2d092

Browse files
fix(deps): update all non-major dependencies
1 parent 7ebe624 commit 7d2d092

4 files changed

Lines changed: 931 additions & 610 deletions

File tree

package.json

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -28,26 +28,26 @@
2828
"@mx-space/api-client": "1.16.1",
2929
"@openpanel/nextjs": "1.0.7",
3030
"@prosemirror-adapter/react": "0.4.1",
31-
"@radix-ui/react-avatar": "1.1.3",
32-
"@radix-ui/react-dialog": "1.1.6",
33-
"@radix-ui/react-dropdown-menu": "2.1.6",
34-
"@radix-ui/react-label": "2.1.2",
35-
"@radix-ui/react-scroll-area": "1.2.3",
36-
"@radix-ui/react-select": "2.1.6",
37-
"@radix-ui/react-switch": "1.1.3",
38-
"@radix-ui/react-tabs": "1.1.3",
39-
"@shikijs/transformers": "3.2.1",
31+
"@radix-ui/react-avatar": "1.1.4",
32+
"@radix-ui/react-dialog": "1.1.7",
33+
"@radix-ui/react-dropdown-menu": "2.1.7",
34+
"@radix-ui/react-label": "2.1.3",
35+
"@radix-ui/react-scroll-area": "1.2.4",
36+
"@radix-ui/react-select": "2.1.7",
37+
"@radix-ui/react-switch": "1.1.4",
38+
"@radix-ui/react-tabs": "1.1.4",
39+
"@shikijs/transformers": "3.2.2",
4040
"@shiro/fetch": "link:./packages/fetch",
4141
"@simplewebauthn/browser": "13.1.0",
4242
"@simplewebauthn/types": "12.0.0",
4343
"@tanstack/query-async-storage-persister": "5.71.10",
4444
"@tanstack/react-query": "5.71.10",
4545
"@tanstack/react-query-devtools": "5.71.10",
4646
"@tanstack/react-query-persist-client": "5.71.10",
47-
"@upstash/redis": "1.34.6",
47+
"@upstash/redis": "1.34.8",
4848
"@vercel/analytics": "1.5.0",
4949
"@vercel/postgres": "0.10.0",
50-
"better-auth": "1.2.5",
50+
"better-auth": "1.2.7",
5151
"blurhash": "2.0.5",
5252
"bypass-vue-devtools": "0.0.6",
5353
"chroma-js": "3.1.2",
@@ -64,18 +64,18 @@
6464
"idb-keyval": "6.2.1",
6565
"immer": "^10.1.1",
6666
"jojoo": "0.1.4",
67-
"jotai": "2.12.2",
67+
"jotai": "2.12.3",
6868
"js-cookie": "3.0.5",
6969
"js-yaml": "4.1.0",
7070
"jsondiffpatch": "^0.7.3",
71-
"katex": "^0.16.21",
71+
"katex": "^0.16.22",
7272
"kbar": "0.1.0-beta.45",
7373
"markdown-escape": "2.0.0",
7474
"markdown-to-jsx": "npm:@innei/markdown-to-jsx@7.4.5-fork.4",
75-
"marked": "15.0.7",
75+
"marked": "15.0.8",
7676
"medium-zoom": "1.1.0",
7777
"mermaid": "11.6.0",
78-
"motion": "12.6.3",
78+
"motion": "12.6.5",
7979
"nanoid": "^5.1.5",
8080
"next": "14.2.8",
8181
"next-runtime-env": "3.3.0",
@@ -110,19 +110,19 @@
110110
},
111111
"devDependencies": {
112112
"@egoist/tailwindcss-icons": "1.9.0",
113-
"@iconify-json/material-symbols": "1.2.17",
113+
"@iconify-json/material-symbols": "1.2.19",
114114
"@iconify-json/mingcute": "1.2.3",
115115
"@innei/prettier": "0.15.0",
116116
"@mx-space/webhook": "0.5.0",
117-
"@next/bundle-analyzer": "15.2.4",
117+
"@next/bundle-analyzer": "15.2.5",
118118
"@tailwindcss/container-queries": "0.1.1",
119119
"@tailwindcss/typography": "0.5.16",
120120
"@types/chroma-js": "3.1.1",
121121
"@types/js-cookie": "3.0.6",
122122
"@types/js-yaml": "4.0.9",
123123
"@types/katex": "^0.16.7",
124124
"@types/markdown-escape": "1.1.3",
125-
"@types/node": "22.14.0",
125+
"@types/node": "22.14.1",
126126
"@types/pngjs": "6.0.5",
127127
"@types/react": "18.3.20",
128128
"@types/react-dom": "18.3.6",
@@ -131,12 +131,12 @@
131131
"@types/rss": "0.0.32",
132132
"autoprefixer": "10.4.21",
133133
"client-only": "0.0.1",
134-
"code-inspector-plugin": "0.20.7",
134+
"code-inspector-plugin": "0.20.9",
135135
"cross-env": "7.0.3",
136136
"dotenv": "16.4.7",
137137
"eslint": "9.24.0",
138-
"eslint-config-hyoban": "3.2.1",
139-
"lint-staged": "15.5.0",
138+
"eslint-config-hyoban": "3.2.2",
139+
"lint-staged": "15.5.1",
140140
"postcss": "8.5.3",
141141
"postcss-import": "16.1.0",
142142
"postcss-js": "4.0.1",
@@ -145,7 +145,7 @@
145145
"postcss-prune-var": "1.1.2",
146146
"prettier": "3.5.3",
147147
"rimraf": "6.0.1",
148-
"shiki": "3.2.1",
148+
"shiki": "3.2.2",
149149
"simple-git-hooks": "2.12.1",
150150
"tailwind-scrollbar": "4.0.2",
151151
"tailwind-variants": "0.3.1",
@@ -154,7 +154,7 @@
154154
"tailwindcss-animated": "2.0.0",
155155
"tailwindcss-motion": "1.1.0",
156156
"typescript": "5.8.3",
157-
"zx": "8.5.0"
157+
"zx": "8.5.2"
158158
},
159159
"pnpm": {
160160
"overrides": {

0 commit comments

Comments
 (0)