Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (minor) (Innei#487)
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 and amehana92 committed Nov 18, 2024
1 parent c3dd574 commit ba50932
Show file tree
Hide file tree
Showing 4 changed files with 1,277 additions and 1,232 deletions.
32 changes: 16 additions & 16 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.12.2",
"packageManager": "pnpm@9.13.2",
"license": "AGPL-3.0",
"engines": {
"node": ">=18"
Expand All @@ -22,7 +22,7 @@
"start": "npm run dev"
},
"dependencies": {
"@aws-sdk/client-s3": "3.685.0",
"@aws-sdk/client-s3": "3.693.0",
"@excalidraw/excalidraw": "0.17.6",
"@floating-ui/react-dom": "2.1.2",
"@milkdown/core": "7.5.0",
Expand All @@ -49,14 +49,14 @@
"@radix-ui/react-select": "2.1.2",
"@radix-ui/react-switch": "1.1.1",
"@radix-ui/react-tabs": "1.1.1",
"@shikijs/transformers": "1.22.1",
"@shikijs/transformers": "1.23.0",
"@shiro/fetch": "link:./packages/fetch",
"@tanstack/query-async-storage-persister": "5.59.16",
"@tanstack/react-query": "5.59.16",
"@tanstack/react-query-devtools": "5.59.16",
"@tanstack/react-query-persist-client": "5.59.16",
"@tanstack/query-async-storage-persister": "5.60.5",
"@tanstack/react-query": "5.60.5",
"@tanstack/react-query-devtools": "5.60.5",
"@tanstack/react-query-persist-client": "5.60.5",
"@upstash/redis": "1.34.3",
"@vercel/analytics": "1.3.2",
"@vercel/analytics": "1.4.0",
"@vercel/postgres": "0.10.0",
"bypass-vue-devtools": "0.0.6",
"chroma-js": "3.1.2",
Expand Down Expand Up @@ -89,9 +89,9 @@
"next": "14.2.8",
"next-auth": "4.24.7",
"next-runtime-env": "3.2.2",
"next-themes": "0.3.0",
"next-themes": "0.4.3",
"ofetch": "1.4.1",
"openai": "4.70.2",
"openai": "4.72.0",
"pngjs": "7.0.0",
"prop-types": "15.8.1",
"qrcode.react": "4.1.0",
Expand Down Expand Up @@ -131,7 +131,7 @@
"@types/js-yaml": "4.0.9",
"@types/katex": "^0.16.7",
"@types/markdown-escape": "1.1.3",
"@types/node": "22.8.6",
"@types/node": "22.9.0",
"@types/pngjs": "6.0.5",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
Expand All @@ -140,24 +140,24 @@
"@types/rss": "0.0.32",
"autoprefixer": "10.4.20",
"client-only": "0.0.1",
"code-inspector-plugin": "0.17.4",
"code-inspector-plugin": "0.18.1",
"cross-env": "7.0.3",
"dotenv": "16.4.5",
"eslint": "9.14.0",
"eslint": "9.15.0",
"eslint-config-hyoban": "3.1.11",
"lint-staged": "15.2.10",
"postcss": "8.4.47",
"postcss-import": "16.1.0",
"postcss-js": "4.0.1",
"postcss-nested": "7.0.2",
"postcss-preset-env": "10.0.8",
"postcss-preset-env": "10.1.0",
"postcss-prune-var": "1.1.2",
"prettier": "3.3.3",
"rimraf": "6.0.1",
"shiki": "1.22.1",
"shiki": "1.23.0",
"simple-git-hooks": "2.11.1",
"tailwind-scrollbar": "3.1.0",
"tailwind-variants": "0.2.1",
"tailwind-variants": "0.3.0",
"tailwindcss": "^3.4.14",
"tailwindcss-animate": "1.0.7",
"tailwindcss-animated": "1.1.2",
Expand Down
Loading

0 comments on commit ba50932

Please sign in to comment.