Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#534)
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 Jan 30, 2025
1 parent 18b34bc commit c4148a2
Show file tree
Hide file tree
Showing 2 changed files with 444 additions and 438 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"start": "npm run dev"
},
"dependencies": {
"@aws-sdk/client-s3": "3.733.0",
"@aws-sdk/client-s3": "3.738.0",
"@excalidraw/excalidraw": "0.17.6",
"@floating-ui/react-dom": "2.1.2",
"@milkdown/core": "7.6.1",
Expand Down Expand Up @@ -53,10 +53,10 @@
"@shiro/fetch": "link:./packages/fetch",
"@simplewebauthn/browser": "13.1.0",
"@simplewebauthn/types": "12.0.0",
"@tanstack/query-async-storage-persister": "5.64.2",
"@tanstack/react-query": "5.64.2",
"@tanstack/react-query-devtools": "5.64.2",
"@tanstack/react-query-persist-client": "5.64.2",
"@tanstack/query-async-storage-persister": "5.65.0",
"@tanstack/react-query": "5.65.1",
"@tanstack/react-query-devtools": "5.65.1",
"@tanstack/react-query-persist-client": "5.65.1",
"@upstash/redis": "1.34.3",
"@vercel/analytics": "1.4.1",
"@vercel/postgres": "0.10.0",
Expand Down Expand Up @@ -94,7 +94,7 @@
"next-runtime-env": "3.2.2",
"next-themes": "0.4.4",
"ofetch": "1.4.1",
"openai": "4.80.1",
"openai": "4.81.0",
"pngjs": "7.0.0",
"prop-types": "15.8.1",
"qrcode.react": "4.2.0",
Expand All @@ -121,7 +121,7 @@
"xss": "1.0.15"
},
"devDependencies": {
"@egoist/tailwindcss-icons": "1.8.2",
"@egoist/tailwindcss-icons": "1.9.0",
"@iconify-json/material-symbols": "1.2.13",
"@iconify-json/mingcute": "1.2.3",
"@innei/prettier": "0.15.0",
Expand All @@ -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.10",
"@types/node": "22.12.0",
"@types/pngjs": "6.0.5",
"@types/react": "18.3.18",
"@types/react-dom": "18.3.5",
Expand All @@ -146,7 +146,7 @@
"code-inspector-plugin": "0.19.2",
"cross-env": "7.0.3",
"dotenv": "16.4.7",
"eslint": "9.18.0",
"eslint": "9.19.0",
"eslint-config-hyoban": "3.2.0",
"lint-staged": "15.4.3",
"postcss": "8.5.1",
Expand Down
Loading

0 comments on commit c4148a2

Please sign in to comment.