Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#405)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 25, 2024
1 parent c50113c commit 46b6c08
Show file tree
Hide file tree
Showing 4 changed files with 417 additions and 424 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
},
"dependencies": {
"@aws-sdk/client-s3": "3.616.0",
"@clerk/nextjs": "5.2.3",
"@clerk/themes": "2.1.10",
"@clerk/nextjs": "5.2.6",
"@clerk/themes": "2.1.13",
"@excalidraw/excalidraw": "0.17.6",
"@floating-ui/react-dom": "2.1.1",
"@milkdown/core": "7.4.0",
Expand All @@ -67,10 +67,10 @@
"@radix-ui/react-tabs": "1.1.0",
"@shikijs/transformers": "1.10.3",
"@shiro/fetch": "link:./packages/fetch",
"@tanstack/query-async-storage-persister": "5.51.1",
"@tanstack/react-query": "5.51.1",
"@tanstack/react-query-devtools": "5.51.1",
"@tanstack/react-query-persist-client": "5.51.1",
"@tanstack/query-async-storage-persister": "5.51.9",
"@tanstack/react-query": "5.51.11",
"@tanstack/react-query-devtools": "5.51.11",
"@tanstack/react-query-persist-client": "5.51.11",
"@upstash/redis": "1.33.0",
"@vercel/analytics": "1.3.1",
"@vercel/postgres": "0.9.0",
Expand All @@ -80,7 +80,7 @@
"colorjs.io": "^0.5.2",
"crossbell": "1.12.0",
"daisyui": "4.12.10",
"dayjs": "1.11.11",
"dayjs": "1.11.12",
"emoji-mart": "5.6.0",
"emoji-picker-react": "4.11.1",
"foxact": "0.2.36",
Expand All @@ -89,7 +89,7 @@
"idb-keyval": "6.2.1",
"immer": "^10.1.1",
"jojoo": "0.1.4",
"jotai": "2.9.0",
"jotai": "2.9.1",
"js-cookie": "3.0.5",
"js-yaml": "4.1.0",
"jsondiffpatch": "^0.6.0",
Expand Down Expand Up @@ -132,7 +132,7 @@
},
"devDependencies": {
"@biomejs/biome": "1.8.3",
"@iconify-json/material-symbols": "1.1.84",
"@iconify-json/material-symbols": "1.1.85",
"@iconify-json/mingcute": "1.1.18",
"@iconify/tailwind": "1.1.1",
"@innei/prettier": "0.13.3",
Expand All @@ -145,7 +145,7 @@
"@types/js-yaml": "4.0.9",
"@types/katex": "^0.16.7",
"@types/markdown-escape": "1.1.3",
"@types/node": "20.14.10",
"@types/node": "20.14.12",
"@types/pngjs": "6.0.5",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
Expand All @@ -158,7 +158,7 @@
"cross-env": "7.0.3",
"dotenv": "16.4.5",
"lint-staged": "15.2.7",
"postcss": "8.4.39",
"postcss": "8.4.40",
"postcss-import": "16.1.0",
"postcss-js": "4.0.1",
"postcss-nested": "6.0.1",
Expand All @@ -170,9 +170,9 @@
"simple-git-hooks": "2.11.1",
"tailwind-scrollbar": "3.1.0",
"tailwind-variants": "0.2.1",
"tailwindcss": "^3.4.4",
"tailwindcss": "^3.4.6",
"tailwindcss-animated": "1.1.2",
"typescript": "5.5.3",
"typescript": "5.5.4",
"zx": "8.1.4"
},
"nextBundleAnalysis": {
Expand Down
Loading

0 comments on commit 46b6c08

Please sign in to comment.