-
-
Notifications
You must be signed in to change notification settings - Fork 788
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(deps): update all non-major dependencies (#424)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information
1 parent
3004eff
commit 952dbea
Showing
4 changed files
with
269 additions
and
261 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "Shiro", | ||
"version": "1.1.5", | ||
"private": false, | ||
"packageManager": "pnpm@9.7.1", | ||
"packageManager": "pnpm@9.9.0", | ||
"license": "AGPL-3.0", | ||
"engines": { | ||
"node": ">=18" | ||
|
@@ -22,7 +22,7 @@ | |
"start": "npm run dev" | ||
}, | ||
"dependencies": { | ||
"@aws-sdk/client-s3": "3.627.0", | ||
"@aws-sdk/client-s3": "3.637.0", | ||
"@clerk/nextjs": "5.3.6", | ||
"@clerk/themes": "2.1.24", | ||
"@excalidraw/excalidraw": "0.17.6", | ||
|
@@ -48,12 +48,12 @@ | |
"@radix-ui/react-select": "2.1.1", | ||
"@radix-ui/react-switch": "1.1.0", | ||
"@radix-ui/react-tabs": "1.1.0", | ||
"@shikijs/transformers": "1.12.1", | ||
"@shikijs/transformers": "1.14.1", | ||
"@shiro/fetch": "link:./packages/fetch", | ||
"@tanstack/query-async-storage-persister": "5.51.24", | ||
"@tanstack/react-query": "5.51.24", | ||
"@tanstack/react-query-devtools": "5.51.24", | ||
"@tanstack/react-query-persist-client": "5.51.24", | ||
"@tanstack/query-async-storage-persister": "5.52.2", | ||
"@tanstack/react-query": "5.52.2", | ||
"@tanstack/react-query-devtools": "5.52.2", | ||
"@tanstack/react-query-persist-client": "5.52.2", | ||
"@upstash/redis": "1.34.0", | ||
"@vercel/analytics": "1.3.1", | ||
"@vercel/postgres": "0.9.0", | ||
|
@@ -80,15 +80,15 @@ | |
"kbar": "0.1.0-beta.45", | ||
"markdown-escape": "2.0.0", | ||
"markdown-to-jsx": "npm:@innei/[email protected]", | ||
"marked": "14.0.0", | ||
"marked": "14.1.0", | ||
"medium-zoom": "1.1.0", | ||
"mermaid": "11.0.2", | ||
"nanoid": "^5.0.7", | ||
"next": "14.2.7", | ||
"next-runtime-env": "3.2.2", | ||
"next-themes": "0.3.0", | ||
"ofetch": "1.3.4", | ||
"openai": "4.55.9", | ||
"openai": "4.56.1", | ||
"pngjs": "7.0.0", | ||
"prop-types": "15.8.1", | ||
"qrcode.react": "3.1.0", | ||
|
@@ -104,7 +104,7 @@ | |
"rss": "1.2.2", | ||
"server-only": "^0.0.1", | ||
"socket.io-client": "4.7.5", | ||
"tailwind-merge": "2.4.0", | ||
"tailwind-merge": "2.5.2", | ||
"unidata.js": "0.8.0", | ||
"unified": "^11.0.5", | ||
"uniqolor": "1.1.1", | ||
|
@@ -127,7 +127,7 @@ | |
"@types/js-yaml": "4.0.9", | ||
"@types/katex": "^0.16.7", | ||
"@types/markdown-escape": "1.1.3", | ||
"@types/node": "20.14.15", | ||
"@types/node": "20.16.2", | ||
"@types/pngjs": "6.0.5", | ||
"@types/react": "18.3.4", | ||
"@types/react-dom": "18.3.0", | ||
|
@@ -136,7 +136,7 @@ | |
"@types/rss": "0.0.32", | ||
"autoprefixer": "10.4.20", | ||
"client-only": "0.0.1", | ||
"code-inspector-plugin": "0.15.2", | ||
"code-inspector-plugin": "0.16.0", | ||
"cross-env": "7.0.3", | ||
"dotenv": "16.4.5", | ||
"eslint": "9.9.1", | ||
|
@@ -150,7 +150,7 @@ | |
"postcss-prune-var": "1.1.2", | ||
"prettier": "3.3.3", | ||
"rimraf": "6.0.1", | ||
"shiki": "1.12.1", | ||
"shiki": "1.14.1", | ||
"simple-git-hooks": "2.11.1", | ||
"tailwind-scrollbar": "3.1.0", | ||
"tailwind-variants": "0.2.1", | ||
|
Oops, something went wrong.