Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 5, 2024
1 parent 3189c92 commit 847dd88
Show file tree
Hide file tree
Showing 4 changed files with 534 additions and 578 deletions.
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"prod:reload": "pm2 reload ecosystem.config.cjs"
},
"dependencies": {
"@aws-sdk/client-s3": "3.609.0",
"@aws-sdk/client-s3": "3.624.0",
"@clerk/nextjs": "5.2.12",
"@clerk/themes": "2.1.16",
"@excalidraw/excalidraw": "0.17.6",
Expand All @@ -65,17 +65,17 @@
"@radix-ui/react-select": "2.1.1",
"@radix-ui/react-switch": "1.1.0",
"@radix-ui/react-tabs": "1.1.0",
"@shikijs/transformers": "1.10.3",
"@shikijs/transformers": "1.12.1",
"@shiro/fetch": "link:./packages/fetch",
"@tanstack/query-async-storage-persister": "5.50.1",
"@tanstack/react-query": "5.50.1",
"@tanstack/react-query-devtools": "5.50.1",
"@tanstack/react-query-persist-client": "5.50.1",
"@upstash/redis": "1.32.0",
"@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",
"@upstash/redis": "1.34.0",
"@vercel/analytics": "1.3.1",
"@vercel/postgres": "0.9.0",
"bypass-vue-devtools": "0.0.6",
"chroma-js": "2.4.2",
"chroma-js": "2.6.0",
"clsx": "2.1.1",
"colorjs.io": "^0.5.2",
"crossbell": "1.12.0",
Expand All @@ -89,7 +89,7 @@
"idb-keyval": "6.2.1",
"immer": "^10.1.1",
"jojoo": "0.1.4",
"jotai": "2.8.4",
"jotai": "2.9.1",
"js-cookie": "3.0.5",
"js-yaml": "4.1.0",
"jsondiffpatch": "^0.6.0",
Expand All @@ -105,23 +105,23 @@
"next-runtime-env": "3.2.2",
"next-themes": "0.3.0",
"ofetch": "1.3.4",
"openai": "4.52.7",
"openai": "4.54.0",
"pngjs": "7.0.0",
"prop-types": "15.8.1",
"qrcode.react": "3.1.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-error-boundary": "4.0.13",
"react-intersection-observer": "9.10.3",
"react-responsive-masonry": "2.2.2",
"react-intersection-observer": "9.13.0",
"react-responsive-masonry": "2.3.0",
"react-toastify": "10.0.5",
"react-tweet": "3.2.1",
"remark-directive": "3.0.0",
"remove-markdown": "0.5.2",
"rss": "1.2.2",
"server-only": "^0.0.1",
"socket.io-client": "4.7.5",
"tailwind-merge": "2.3.0",
"tailwind-merge": "2.4.0",
"unidata.js": "0.8.0",
"unified": "^11.0.5",
"uniqolor": "1.1.1",
Expand All @@ -135,7 +135,7 @@
"@iconify-json/material-symbols": "1.1.86",
"@iconify-json/mingcute": "1.1.19",
"@iconify/tailwind": "1.1.2",
"@innei/prettier": "0.13.3",
"@innei/prettier": "0.14.2",
"@mx-space/webhook": "0.3.0",
"@next/bundle-analyzer": "14.2.5",
"@tailwindcss/container-queries": "0.1.1",
Expand All @@ -154,19 +154,19 @@
"@types/rss": "0.0.32",
"autoprefixer": "10.4.20",
"client-only": "0.0.1",
"code-inspector-plugin": "0.14.2",
"code-inspector-plugin": "0.15.2",
"cross-env": "7.0.3",
"dotenv": "16.4.5",
"lint-staged": "15.2.8",
"postcss": "8.4.40",
"postcss-import": "16.1.0",
"postcss-js": "4.0.1",
"postcss-nested": "6.0.1",
"postcss-preset-env": "9.5.16",
"postcss-nested": "6.2.0",
"postcss-preset-env": "9.6.0",
"postcss-prune-var": "1.1.2",
"prettier": "3.3.3",
"rimraf": "5.0.10",
"shiki": "1.10.3",
"shiki": "1.12.1",
"simple-git-hooks": "2.11.1",
"tailwind-scrollbar": "3.1.0",
"tailwind-variants": "0.2.1",
Expand Down Expand Up @@ -200,5 +200,5 @@
"string.prototype.matchall": "npm:@nolyfill/string.prototype.matchall@latest"
}
},
"packageManager": "pnpm@9.4.0"
"packageManager": "pnpm@9.6.0"
}
Loading

0 comments on commit 847dd88

Please sign in to comment.