Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (minor) (#447)
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] committed Sep 10, 2024
1 parent a995ff8 commit ada2d48
Show file tree
Hide file tree
Showing 2 changed files with 523 additions and 520 deletions.
24 changes: 12 additions & 12 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.9.0",
"packageManager": "pnpm@9.10.0",
"license": "AGPL-3.0",
"engines": {
"node": ">=18"
Expand All @@ -22,7 +22,7 @@
"start": "npm run dev"
},
"dependencies": {
"@aws-sdk/client-s3": "3.637.0",
"@aws-sdk/client-s3": "3.645.0",
"@clerk/nextjs": "5.4.1",
"@clerk/themes": "2.1.27",
"@excalidraw/excalidraw": "0.17.6",
Expand Down Expand Up @@ -50,15 +50,15 @@
"@radix-ui/react-tabs": "1.1.0",
"@shikijs/transformers": "1.16.1",
"@shiro/fetch": "link:./packages/fetch",
"@tanstack/query-async-storage-persister": "5.54.1",
"@tanstack/react-query": "5.54.1",
"@tanstack/react-query-devtools": "5.54.1",
"@tanstack/react-query-persist-client": "5.54.1",
"@tanstack/query-async-storage-persister": "5.55.4",
"@tanstack/react-query": "5.55.4",
"@tanstack/react-query-devtools": "5.55.4",
"@tanstack/react-query-persist-client": "5.55.4",
"@upstash/redis": "1.34.0",
"@vercel/analytics": "1.3.1",
"@vercel/postgres": "0.9.0",
"@vercel/postgres": "0.10.0",
"bypass-vue-devtools": "0.0.6",
"chroma-js": "3.0.0",
"chroma-js": "3.1.1",
"clsx": "2.1.1",
"colorjs.io": "^0.5.2",
"crossbell": "1.12.0",
Expand All @@ -82,13 +82,13 @@
"markdown-to-jsx": "npm:@innei/markdown-to-jsx@7.4.5-fork.4",
"marked": "14.1.1",
"medium-zoom": "1.1.0",
"mermaid": "11.1.0",
"mermaid": "11.2.0",
"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.57.1",
"openai": "4.58.2",
"pngjs": "7.0.0",
"prop-types": "15.8.1",
"qrcode.react": "3.2.0",
Expand Down Expand Up @@ -139,7 +139,7 @@
"code-inspector-plugin": "0.16.1",
"cross-env": "7.0.3",
"dotenv": "16.4.5",
"eslint": "9.9.1",
"eslint": "9.10.0",
"eslint-config-hyoban": "3.1.4",
"lint-staged": "15.2.10",
"postcss": "8.4.45",
Expand All @@ -156,7 +156,7 @@
"tailwind-variants": "0.2.1",
"tailwindcss": "^3.4.10",
"tailwindcss-animated": "1.1.2",
"typescript": "5.5.4",
"typescript": "5.6.2",
"zx": "8.1.5"
},
"pnpm": {
Expand Down
Loading

0 comments on commit ada2d48

Please sign in to comment.