Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (minor) (#268)
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 2, 2024
1 parent ff4137c commit e0132ef
Show file tree
Hide file tree
Showing 4 changed files with 62 additions and 57 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,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.17.19",
"@tanstack/react-query": "5.17.19",
"@tanstack/react-query-devtools": "5.17.21",
"@tanstack/react-query-persist-client": "5.17.19",
"@tanstack/query-async-storage-persister": "5.18.0",
"@tanstack/react-query": "5.18.0",
"@tanstack/react-query-devtools": "5.18.0",
"@tanstack/react-query-persist-client": "5.18.0",
"@vercel/analytics": "1.1.2",
"@vercel/postgres": "0.7.2",
"axios": "1.6.7",
Expand Down Expand Up @@ -97,7 +97,7 @@
"react": "18.2.0",
"react-dom": "18.2.0",
"react-error-boundary": "4.0.12",
"react-intersection-observer": "9.5.3",
"react-intersection-observer": "9.6.0",
"react-responsive-masonry": "2.1.7",
"react-toastify": "10.0.4",
"react-tweet": "3.2.0",
Expand All @@ -113,7 +113,7 @@
"uniqolor": "1.1.1",
"unist-util-visit": "5.0.0",
"use-context-selector": "1.4.1",
"vaul": "0.8.9",
"vaul": "0.9.0",
"xss": "1.0.14"
},
"devDependencies": {
Expand Down
83 changes: 44 additions & 39 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"marked": "^11.2.0",
"postcss-import": "^16.0.0",
"react-error-boundary": "4.0.12",
"react-router-dom": "6.21.3",
"react-router-dom": "6.22.0",
"vite": "5.0.12",
"vite-plugin-restart": "0.4.0"
},
Expand Down
22 changes: 11 additions & 11 deletions storybook/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e0132ef

Please sign in to comment.