Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 28, 2024
1 parent b6d777b commit 19a967e
Show file tree
Hide file tree
Showing 2 changed files with 129 additions and 117 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Shiro",
"version": "1.2.3",
"private": false,
"packageManager": "pnpm@9.13.2",
"packageManager": "pnpm@9.14.3",
"license": "AGPL-3.0",
"engines": {
"node": ">=18"
Expand All @@ -22,7 +22,7 @@
"start": "npm run dev"
},
"dependencies": {
"@aws-sdk/client-s3": "3.700.0",
"@aws-sdk/client-s3": "3.701.0",
"@excalidraw/excalidraw": "0.17.6",
"@floating-ui/react-dom": "2.1.2",
"@milkdown/core": "7.5.0",
Expand All @@ -49,11 +49,11 @@
"@radix-ui/react-select": "2.1.2",
"@radix-ui/react-switch": "1.1.1",
"@radix-ui/react-tabs": "1.1.1",
"@shikijs/transformers": "1.23.1",
"@shikijs/transformers": "1.24.0",
"@shiro/fetch": "link:./packages/fetch",
"@simplewebauthn/browser": "12.0.0",
"@simplewebauthn/types": "12.0.0",
"@tanstack/query-async-storage-persister": "5.60.6",
"@tanstack/query-async-storage-persister": "5.61.5",
"@tanstack/react-query": "5.61.3",
"@tanstack/react-query-devtools": "5.61.3",
"@tanstack/react-query-persist-client": "5.61.3",
Expand Down Expand Up @@ -88,13 +88,13 @@
"marked": "15.0.2",
"medium-zoom": "1.1.0",
"mermaid": "11.4.0",
"motion": "11.11.17",
"motion": "11.12.0",
"nanoid": "^5.0.8",
"next": "14.2.8",
"next-runtime-env": "3.2.2",
"next-themes": "0.4.3",
"ofetch": "1.4.1",
"openai": "4.72.0",
"openai": "4.73.1",
"pngjs": "7.0.0",
"prop-types": "15.8.1",
"qrcode.react": "4.1.0",
Expand Down Expand Up @@ -134,7 +134,7 @@
"@types/js-yaml": "4.0.9",
"@types/katex": "^0.16.7",
"@types/markdown-escape": "1.1.3",
"@types/node": "22.9.3",
"@types/node": "22.10.1",
"@types/pngjs": "6.0.5",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
Expand All @@ -157,7 +157,7 @@
"postcss-prune-var": "1.1.2",
"prettier": "3.4.0",
"rimraf": "6.0.1",
"shiki": "1.23.1",
"shiki": "1.24.0",
"simple-git-hooks": "2.11.1",
"tailwind-scrollbar": "3.1.0",
"tailwind-variants": "0.3.0",
Expand Down
Loading

0 comments on commit 19a967e

Please sign in to comment.