Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#299)
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 Feb 28, 2024
1 parent a1298f4 commit a0474b3
Show file tree
Hide file tree
Showing 2 changed files with 940 additions and 904 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"prod:reload": "pm2 reload ecosystem.config.js"
},
"dependencies": {
"@aws-sdk/client-s3": "3.515.0",
"@aws-sdk/client-s3": "3.523.0",
"@clerk/nextjs": "4.29.8",
"@excalidraw/excalidraw": "0.17.3",
"@floating-ui/react-dom": "2.0.8",
Expand All @@ -62,10 +62,10 @@
"@radix-ui/react-select": "2.0.0",
"@radix-ui/react-switch": "1.0.3",
"@radix-ui/react-tabs": "1.0.4",
"@tanstack/query-async-storage-persister": "5.21.7",
"@tanstack/react-query": "5.21.7",
"@tanstack/react-query-devtools": "5.21.7",
"@tanstack/react-query-persist-client": "5.21.7",
"@tanstack/query-async-storage-persister": "5.24.1",
"@tanstack/react-query": "5.24.1",
"@tanstack/react-query-devtools": "5.24.1",
"@tanstack/react-query-persist-client": "5.24.1",
"@upstash/redis": "1.28.4",
"@vercel/analytics": "1.2.2",
"@vercel/postgres": "0.7.2",
Expand All @@ -77,14 +77,14 @@
"daisyui": "4.7.2",
"dayjs": "1.11.10",
"emoji-mart": "5.5.2",
"emoji-picker-react": "4.7.18",
"emoji-picker-react": "4.8.0",
"foxact": "0.2.31",
"framer-motion": "^11.0.6",
"fuse.js": "7.0.0",
"idb-keyval": "6.2.1",
"immer": "^10.0.3",
"jojoo": "0.1.4",
"jotai": "2.6.5",
"jotai": "2.7.0",
"js-cookie": "3.0.5",
"js-yaml": "4.1.0",
"jsondiffpatch": "^0.6.0",
Expand All @@ -104,7 +104,7 @@
"react-dom": "18.2.0",
"react-error-boundary": "4.0.12",
"react-intersection-observer": "9.8.1",
"react-responsive-masonry": "2.1.7",
"react-responsive-masonry": "2.2.0",
"react-toastify": "10.0.4",
"react-tweet": "3.2.0",
"react-wrap-balancer": "1.1.0",
Expand Down Expand Up @@ -143,12 +143,12 @@
"autoprefixer": "10.4.17",
"cross-env": "7.0.3",
"dotenv": "16.4.5",
"eslint": "8.56.0",
"eslint": "8.57.0",
"lint-staged": "15.2.2",
"postcss": "8.4.35",
"postcss-import": "16.0.1",
"postcss-nested": "6.0.1",
"postcss-preset-env": "9.3.0",
"postcss-preset-env": "9.4.0",
"postcss-prune-var": "1.1.1",
"prettier": "3.2.5",
"rimraf": "5.0.5",
Expand Down
Loading

0 comments on commit a0474b3

Please sign in to comment.