Skip to content

Commit e2e4756

Browse files
fix(deps): update all non-major dependencies (minor) (#460)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 19a28c8 commit e2e4756

File tree

2 files changed

+896
-906
lines changed

2 files changed

+896
-906
lines changed

package.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "Shiro",
33
"version": "1.2.0",
44
"private": false,
5-
"packageManager": "pnpm@9.10.0",
5+
"packageManager": "pnpm@9.11.0",
66
"license": "AGPL-3.0",
77
"engines": {
88
"node": ">=18"
@@ -22,7 +22,7 @@
2222
"start": "npm run dev"
2323
},
2424
"dependencies": {
25-
"@aws-sdk/client-s3": "3.651.1",
25+
"@aws-sdk/client-s3": "3.657.0",
2626
"@excalidraw/excalidraw": "0.17.6",
2727
"@floating-ui/react-dom": "2.1.2",
2828
"@milkdown/core": "7.5.0",
@@ -49,7 +49,7 @@
4949
"@radix-ui/react-select": "2.1.1",
5050
"@radix-ui/react-switch": "1.1.0",
5151
"@radix-ui/react-tabs": "1.1.0",
52-
"@shikijs/transformers": "1.17.7",
52+
"@shikijs/transformers": "1.18.0",
5353
"@shiro/fetch": "link:./packages/fetch",
5454
"@tanstack/query-async-storage-persister": "5.56.2",
5555
"@tanstack/react-query": "5.56.2",
@@ -73,7 +73,7 @@
7373
"idb-keyval": "6.2.1",
7474
"immer": "^10.1.1",
7575
"jojoo": "0.1.4",
76-
"jotai": "2.9.3",
76+
"jotai": "2.10.0",
7777
"js-cookie": "3.0.5",
7878
"js-yaml": "4.1.0",
7979
"jsondiffpatch": "^0.6.0",
@@ -89,8 +89,8 @@
8989
"next-auth": "4.24.7",
9090
"next-runtime-env": "3.2.2",
9191
"next-themes": "0.3.0",
92-
"ofetch": "1.3.4",
93-
"openai": "4.62.1",
92+
"ofetch": "1.4.0",
93+
"openai": "4.63.0",
9494
"pngjs": "7.0.0",
9595
"prop-types": "15.8.1",
9696
"qrcode.react": "3.2.0",
@@ -105,7 +105,7 @@
105105
"remove-markdown": "0.5.5",
106106
"rss": "1.2.2",
107107
"server-only": "^0.0.1",
108-
"socket.io-client": "4.7.5",
108+
"socket.io-client": "4.8.0",
109109
"tailwind-merge": "2.5.2",
110110
"unidata.js": "0.8.0",
111111
"unified": "^11.0.5",
@@ -129,7 +129,7 @@
129129
"@types/js-yaml": "4.0.9",
130130
"@types/katex": "^0.16.7",
131131
"@types/markdown-escape": "1.1.3",
132-
"@types/node": "22.5.5",
132+
"@types/node": "22.6.1",
133133
"@types/pngjs": "6.0.5",
134134
"@types/react": "18.3.7",
135135
"@types/react-dom": "18.3.0",
@@ -141,7 +141,7 @@
141141
"code-inspector-plugin": "0.16.1",
142142
"cross-env": "7.0.3",
143143
"dotenv": "16.4.5",
144-
"eslint": "9.10.0",
144+
"eslint": "9.11.1",
145145
"eslint-config-hyoban": "3.1.6",
146146
"lint-staged": "15.2.10",
147147
"postcss": "8.4.47",
@@ -152,7 +152,7 @@
152152
"postcss-prune-var": "1.1.2",
153153
"prettier": "3.3.3",
154154
"rimraf": "6.0.1",
155-
"shiki": "1.17.7",
155+
"shiki": "1.18.0",
156156
"simple-git-hooks": "2.11.1",
157157
"tailwind-scrollbar": "3.1.0",
158158
"tailwind-variants": "0.2.1",

0 commit comments

Comments
 (0)