Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (patch) (#417)
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 13, 2024
1 parent c1c0066 commit 73730d6
Show file tree
Hide file tree
Showing 2 changed files with 404 additions and 468 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"dependencies": {
"@aws-sdk/client-s3": "3.627.0",
"@clerk/nextjs": "5.3.0",
"@clerk/themes": "2.1.16",
"@clerk/themes": "2.1.19",
"@excalidraw/excalidraw": "0.17.6",
"@floating-ui/react-dom": "2.1.1",
"@milkdown/core": "7.5.0",
Expand All @@ -51,9 +51,9 @@
"@shikijs/transformers": "1.12.1",
"@shiro/fetch": "link:./packages/fetch",
"@tanstack/query-async-storage-persister": "5.51.21",
"@tanstack/react-query": "5.51.21",
"@tanstack/react-query-devtools": "5.51.21",
"@tanstack/react-query-persist-client": "5.51.21",
"@tanstack/react-query": "5.51.23",
"@tanstack/react-query-devtools": "5.51.23",
"@tanstack/react-query-persist-client": "5.51.23",
"@upstash/redis": "1.34.0",
"@vercel/analytics": "1.3.1",
"@vercel/postgres": "0.9.0",
Expand All @@ -72,7 +72,7 @@
"idb-keyval": "6.2.1",
"immer": "^10.1.1",
"jojoo": "0.1.4",
"jotai": "2.9.1",
"jotai": "2.9.2",
"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.0",
"openai": "4.55.5",
"pngjs": "7.0.0",
"prop-types": "15.8.1",
"qrcode.react": "3.1.0",
Expand All @@ -114,20 +114,20 @@
"xss": "1.0.15"
},
"devDependencies": {
"@iconify-json/material-symbols": "1.1.85",
"@iconify-json/mingcute": "1.1.18",
"@iconify-json/material-symbols": "1.1.87",
"@iconify-json/mingcute": "1.1.19",
"@iconify/tailwind": "1.1.2",
"@innei/prettier": "0.15.0",
"@mx-space/webhook": "0.3.0",
"@next/bundle-analyzer": "14.2.5",
"@tailwindcss/container-queries": "0.1.1",
"@tailwindcss/typography": "0.5.13",
"@tailwindcss/typography": "0.5.14",
"@types/chroma-js": "2.4.4",
"@types/js-cookie": "3.0.6",
"@types/js-yaml": "4.0.9",
"@types/katex": "^0.16.7",
"@types/markdown-escape": "1.1.3",
"@types/node": "20.14.14",
"@types/node": "20.14.15",
"@types/pngjs": "6.0.5",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
Expand All @@ -140,9 +140,9 @@
"cross-env": "7.0.3",
"dotenv": "16.4.5",
"eslint": "9.9.0",
"eslint-config-hyoban": "3.1.0",
"eslint-config-hyoban": "3.1.2",
"lint-staged": "15.2.8",
"postcss": "8.4.40",
"postcss": "8.4.41",
"postcss-import": "16.1.0",
"postcss-js": "4.0.1",
"postcss-nested": "6.2.0",
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.7",
"tailwindcss": "^3.4.9",
"tailwindcss-animated": "1.1.2",
"typescript": "5.5.4",
"zx": "8.1.4"
Expand Down
Loading

0 comments on commit 73730d6

Please sign in to comment.