Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#424)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 28, 2024
1 parent 3004eff commit 952dbea
Show file tree
Hide file tree
Showing 4 changed files with 269 additions and 261 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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",
Expand All @@ -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",
Expand All @@ -80,15 +80,15 @@
"kbar": "0.1.0-beta.45",
"markdown-escape": "2.0.0",
"markdown-to-jsx": "npm:@innei/markdown-to-jsx@7.4.5-fork.4",
"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",
Expand All @@ -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",
Expand All @@ -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",
Expand All @@ -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",
Expand All @@ -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",
Expand Down
Loading

0 comments on commit 952dbea

Please sign in to comment.