Skip to content

Commit 1acf473

Browse files
committed
fix(deps): update all non-major dependencies
1 parent 8a542a1 commit 1acf473

File tree

4 files changed

+64
-63
lines changed

4 files changed

+64
-63
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"prod:reload": "pm2 reload ecosystem.config.js"
3737
},
3838
"dependencies": {
39-
"@clerk/nextjs": "4.25.3",
39+
"@clerk/nextjs": "4.25.4",
4040
"@floating-ui/react-dom": "2.0.2",
4141
"@mx-space/api-client": "1.5.1",
4242
"@radix-ui/react-dialog": "1.0.5",
@@ -45,7 +45,7 @@
4545
"@tanstack/react-query-devtools": "4.36.1",
4646
"@tanstack/react-query-persist-client": "4.36.1",
4747
"@upstash/redis": "1.23.3",
48-
"@vercel/analytics": "1.1.0",
48+
"@vercel/analytics": "1.1.1",
4949
"@vercel/postgres": "0.5.0",
5050
"axios": "1.5.1",
5151
"clsx": "2.0.0",
@@ -90,7 +90,7 @@
9090
"@tailwindcss/typography": "0.5.10",
9191
"@types/js-cookie": "3.0.4",
9292
"@types/markdown-escape": "1.1.1",
93-
"@types/node": "20.8.4",
93+
"@types/node": "20.8.6",
9494
"@types/react": "18.2.28",
9595
"@types/react-dom": "18.2.13",
9696
"@types/remove-markdown": "0.3.2",

pnpm-lock.yaml

+55-54
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

storybook/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"dependencies": {
66
"@radix-ui/react-scroll-area": "1.0.5",
77
"@types/marked": "^6.0.0",
8-
"marked": "^9.1.0",
8+
"marked": "^9.1.2",
99
"postcss-import": "^15.1.0",
1010
"react-error-boundary": "4.0.11",
1111
"react-router-dom": "6.16.0",

0 commit comments

Comments
 (0)