Skip to content

Commit 84a3830

Browse files
committed
fix(deps): update all non-major dependencies
1 parent 69b8cca commit 84a3830

File tree

4 files changed

+73
-73
lines changed

4 files changed

+73
-73
lines changed

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
},
3838
"dependencies": {
3939
"@clerk/nextjs": "4.27.1",
40-
"@floating-ui/react-dom": "2.0.3",
40+
"@floating-ui/react-dom": "2.0.4",
4141
"@mx-space/api-client": "1.6.2",
4242
"@radix-ui/react-dialog": "1.0.5",
4343
"@radix-ui/react-select": "2.0.0",
@@ -64,31 +64,31 @@
6464
"markdown-to-jsx": "npm:@innei/[email protected]",
6565
"medium-zoom": "1.0.8",
6666
"mermaid": "10.6.1",
67-
"next": "14.0.1",
67+
"next": "14.0.2",
6868
"next-themes": "0.2.1",
6969
"openai": "4.17.4",
7070
"qrcode.react": "3.1.0",
7171
"react": "18.2.0",
7272
"react-dom": "18.2.0",
7373
"react-error-boundary": "4.0.11",
74-
"react-intersection-observer": "9.5.2",
74+
"react-intersection-observer": "9.5.3",
7575
"react-toastify": "9.1.3",
7676
"react-tweet": "3.1.1",
7777
"react-wrap-balancer": "1.1.0",
7878
"remove-markdown": "0.5.0",
7979
"socket.io-client": "4.7.2",
8080
"tailwind-merge": "2.0.0",
8181
"uniqolor": "1.1.0",
82-
"vaul": "0.7.8",
82+
"vaul": "0.7.9",
8383
"xss": "1.0.14"
8484
},
8585
"devDependencies": {
86-
"@iconify-json/material-symbols": "1.1.61",
86+
"@iconify-json/material-symbols": "1.1.62",
8787
"@iconify-json/mingcute": "1.1.11",
8888
"@iconify/tailwind": "0.1.3",
8989
"@innei/eslint-config-react-ts": "0.11.1",
9090
"@innei/prettier": "0.11.1",
91-
"@next/bundle-analyzer": "14.0.1",
91+
"@next/bundle-analyzer": "14.0.2",
9292
"@tailwindcss/typography": "0.5.10",
9393
"@types/js-cookie": "3.0.6",
9494
"@types/markdown-escape": "1.1.3",

pnpm-lock.yaml

+61-61
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
@@ -6,7 +6,7 @@
66
"dependencies": {
77
"@radix-ui/react-scroll-area": "1.0.5",
88
"@types/marked": "^6.0.0",
9-
"marked": "^9.1.5",
9+
"marked": "^9.1.6",
1010
"postcss-import": "^15.1.0",
1111
"react-error-boundary": "4.0.11",
1212
"react-router-dom": "6.18.0",

0 commit comments

Comments
 (0)