Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#92)
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 Oct 4, 2023
1 parent 8e4808d commit 6fe4c96
Show file tree
Hide file tree
Showing 4 changed files with 153 additions and 139 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"prod:reload": "pm2 reload ecosystem.config.js"
},
"dependencies": {
"@clerk/nextjs": "4.24.2",
"@clerk/nextjs": "4.25.1",
"@floating-ui/react-dom": "2.0.2",
"@mx-space/api-client": "1.5.1",
"@radix-ui/react-dialog": "1.0.5",
Expand All @@ -49,7 +49,7 @@
"@vercel/postgres": "0.5.0",
"axios": "1.5.1",
"clsx": "2.0.0",
"daisyui": "3.7.7",
"daisyui": "3.8.3",
"dayjs": "1.11.10",
"emoji-mart": "5.5.2",
"emoji-picker-react": "4.5.2",
Expand All @@ -62,10 +62,10 @@
"js-cookie": "3.0.5",
"markdown-to-jsx": "npm:@innei/markdown-to-jsx@7.2.1-beta.0",
"medium-zoom": "1.0.8",
"mermaid": "10.4.0",
"mermaid": "10.5.0",
"next": "13.5.4",
"next-themes": "0.2.1",
"openai": "4.10.0",
"openai": "4.11.1",
"qrcode.react": "3.1.0",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand All @@ -90,7 +90,7 @@
"@tailwindcss/typography": "0.5.10",
"@types/js-cookie": "3.0.4",
"@types/markdown-escape": "1.1.1",
"@types/node": "20.6.5",
"@types/node": "20.8.2",
"@types/react": "18.2.24",
"@types/react-dom": "18.2.8",
"@types/remove-markdown": "0.3.2",
Expand Down
80 changes: 33 additions & 47 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 @@ -19,7 +19,7 @@
"@types/marked": "^4.3.2",
"@types/react": "^18.2.24",
"@types/react-dom": "^18.2.8",
"@vitejs/plugin-react": "^4.0.4",
"@vitejs/plugin-react": "^4.1.0",
"buffer": "6.0.3",
"concurrently": "^8.2.1",
"unplugin-macros": "0.8.3",
Expand Down
Loading

0 comments on commit 6fe4c96

Please sign in to comment.