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 Jan 6, 2025
1 parent 381a3e8 commit 3231fae
Show file tree
Hide file tree
Showing 4 changed files with 98 additions and 98 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Shiro",
"version": "1.2.4",
"private": false,
"packageManager": "[email protected].2",
"packageManager": "[email protected].3",
"license": "AGPL-3.0",
"engines": {
"node": ">=18"
Expand Down Expand Up @@ -53,14 +53,14 @@
"@shiro/fetch": "link:./packages/fetch",
"@simplewebauthn/browser": "13.0.0",
"@simplewebauthn/types": "12.0.0",
"@tanstack/query-async-storage-persister": "5.62.9",
"@tanstack/react-query": "5.62.11",
"@tanstack/react-query-devtools": "5.62.11",
"@tanstack/react-query-persist-client": "5.62.11",
"@tanstack/query-async-storage-persister": "5.62.16",
"@tanstack/react-query": "5.62.16",
"@tanstack/react-query-devtools": "5.62.16",
"@tanstack/react-query-persist-client": "5.62.16",
"@upstash/redis": "1.34.3",
"@vercel/analytics": "1.4.1",
"@vercel/postgres": "0.10.0",
"better-auth": "1.1.7",
"better-auth": "1.1.10",
"blurhash": "2.0.5",
"bypass-vue-devtools": "0.0.6",
"chroma-js": "3.1.2",
Expand All @@ -85,7 +85,7 @@
"lodash.get": "4.4.2",
"markdown-escape": "2.0.0",
"markdown-to-jsx": "npm:@innei/[email protected]",
"marked": "15.0.4",
"marked": "15.0.6",
"medium-zoom": "1.1.0",
"mermaid": "11.4.1",
"motion": "11.15.0",
Expand All @@ -94,7 +94,7 @@
"next-runtime-env": "3.2.2",
"next-themes": "0.4.4",
"ofetch": "1.4.1",
"openai": "4.77.0",
"openai": "4.77.3",
"pngjs": "7.0.0",
"prop-types": "15.8.1",
"qrcode.react": "4.2.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.10.2",
"@types/node": "22.10.5",
"@types/pngjs": "6.0.5",
"@types/react": "18.3.18",
"@types/react-dom": "18.3.5",
Expand Down
128 changes: 64 additions & 64 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
},
"dependencies": {
"@radix-ui/react-scroll-area": "1.2.2",
"marked": "^15.0.4",
"marked": "^15.0.6",
"postcss-import": "^16.1.0",
"react-error-boundary": "5.0.0",
"react-router-dom": "7.1.1",
"vite": "6.0.6",
"vite": "6.0.7",
"vite-plugin-node-polyfills": "0.22.0",
"vite-plugin-restart": "0.4.2"
},
Expand Down
Loading

0 comments on commit 3231fae

Please sign in to comment.