Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (patch) (#427)
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 Aug 21, 2024
1 parent 2273c6a commit ee46178
Show file tree
Hide file tree
Showing 4 changed files with 880 additions and 784 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.1.5",
"private": false,
"packageManager": "pnpm@9.7.0",
"packageManager": "pnpm@9.7.1",
"license": "AGPL-3.0",
"engines": {
"node": ">=18"
Expand All @@ -23,8 +23,8 @@
},
"dependencies": {
"@aws-sdk/client-s3": "3.627.0",
"@clerk/nextjs": "5.3.0",
"@clerk/themes": "2.1.19",
"@clerk/nextjs": "5.3.2",
"@clerk/themes": "2.1.21",
"@excalidraw/excalidraw": "0.17.6",
"@floating-ui/react-dom": "2.1.1",
"@milkdown/core": "7.5.0",
Expand All @@ -40,7 +40,7 @@
"@milkdown/react": "7.5.0",
"@milkdown/transformer": "7.5.0",
"@milkdown/utils": "7.5.0",
"@mx-space/api-client": "1.13.1",
"@mx-space/api-client": "1.13.2",
"@prosemirror-adapter/react": "0.2.6",
"@radix-ui/react-dialog": "1.1.1",
"@radix-ui/react-label": "2.1.0",
Expand All @@ -50,10 +50,10 @@
"@radix-ui/react-tabs": "1.1.0",
"@shikijs/transformers": "1.12.1",
"@shiro/fetch": "link:./packages/fetch",
"@tanstack/query-async-storage-persister": "5.51.21",
"@tanstack/react-query": "5.51.23",
"@tanstack/react-query-devtools": "5.51.23",
"@tanstack/react-query-persist-client": "5.51.23",
"@tanstack/query-async-storage-persister": "5.51.24",
"@tanstack/react-query": "5.51.24",
"@tanstack/react-query-devtools": "5.51.24",
"@tanstack/react-query-persist-client": "5.51.24",
"@upstash/redis": "1.34.0",
"@vercel/analytics": "1.3.1",
"@vercel/postgres": "0.9.0",
Expand All @@ -63,7 +63,7 @@
"colorjs.io": "^0.5.2",
"crossbell": "1.12.0",
"daisyui": "4.12.10",
"dayjs": "1.11.12",
"dayjs": "1.11.13",
"emoji-mart": "5.6.0",
"emoji-picker-react": "4.11.1",
"foxact": "0.2.36",
Expand All @@ -72,7 +72,7 @@
"idb-keyval": "6.2.1",
"immer": "^10.1.1",
"jojoo": "0.1.4",
"jotai": "2.9.2",
"jotai": "2.9.3",
"js-cookie": "3.0.5",
"js-yaml": "4.1.0",
"jsondiffpatch": "^0.6.0",
Expand All @@ -88,7 +88,7 @@
"next-runtime-env": "3.2.2",
"next-themes": "0.3.0",
"ofetch": "1.3.4",
"openai": "4.55.5",
"openai": "4.55.9",
"pngjs": "7.0.0",
"prop-types": "15.8.1",
"qrcode.react": "3.1.0",
Expand All @@ -114,7 +114,7 @@
"xss": "1.0.15"
},
"devDependencies": {
"@iconify-json/material-symbols": "1.1.87",
"@iconify-json/material-symbols": "1.1.88",
"@iconify-json/mingcute": "1.1.19",
"@iconify/tailwind": "1.1.2",
"@innei/prettier": "0.15.0",
Expand All @@ -129,7 +129,7 @@
"@types/markdown-escape": "1.1.3",
"@types/node": "20.14.15",
"@types/pngjs": "6.0.5",
"@types/react": "18.3.3",
"@types/react": "18.3.4",
"@types/react-dom": "18.3.0",
"@types/react-responsive-masonry": "2.1.3",
"@types/remove-markdown": "0.3.4",
Expand All @@ -140,8 +140,8 @@
"cross-env": "7.0.3",
"dotenv": "16.4.5",
"eslint": "9.9.0",
"eslint-config-hyoban": "3.1.2",
"lint-staged": "15.2.8",
"eslint-config-hyoban": "3.1.3",
"lint-staged": "15.2.9",
"postcss": "8.4.41",
"postcss-import": "16.1.0",
"postcss-js": "4.0.1",
Expand All @@ -154,7 +154,7 @@
"simple-git-hooks": "2.11.1",
"tailwind-scrollbar": "3.1.0",
"tailwind-variants": "0.2.1",
"tailwindcss": "^3.4.9",
"tailwindcss": "^3.4.10",
"tailwindcss-animated": "1.1.2",
"typescript": "5.5.4",
"zx": "8.1.4"
Expand Down
Loading

0 comments on commit ee46178

Please sign in to comment.