Skip to content

Commit bee9bac

Browse files
fix(deps): update all non-major dependencies (patch) (#33)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 99b36ce commit bee9bac

File tree

4 files changed

+312
-316
lines changed

4 files changed

+312
-316
lines changed

package.json

+9-9
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.21.13",
39+
"@clerk/nextjs": "4.21.14",
4040
"@emoji-mart/data": "1.1.2",
4141
"@emoji-mart/react": "1.1.1",
4242
"@floating-ui/react-dom": "2.0.1",
@@ -51,27 +51,27 @@
5151
"@vercel/analytics": "1.0.1",
5252
"axios": "1.4.0",
5353
"clsx": "1.2.1",
54-
"daisyui": "3.1.7",
54+
"daisyui": "3.1.10",
5555
"dayjs": "1.11.9",
5656
"emoji-mart": "5.5.2",
57-
"foxact": "0.2.13",
57+
"foxact": "0.2.14",
5858
"framer-motion": "^10.12.18",
5959
"idb-keyval": "6.2.1",
6060
"immer": "^10.0.2",
61-
"jotai": "2.2.1",
61+
"jotai": "2.2.2",
6262
"js-cookie": "3.0.5",
6363
"markdown-to-jsx": "npm:@innei/[email protected]",
6464
"medium-zoom": "1.0.8",
6565
"mermaid": "10.2.4",
66-
"next": "13.4.8",
66+
"next": "13.4.9",
6767
"next-themes": "0.2.1",
6868
"qrcode.react": "3.1.0",
6969
"react": "18.2.0",
7070
"react-dom": "18.2.0",
7171
"react-error-boundary": "4.0.10",
7272
"react-intersection-observer": "9.5.2",
7373
"react-toastify": "9.1.3",
74-
"react-tweet": "3.0.0",
74+
"react-tweet": "3.0.1",
7575
"react-wrap-balancer": "1.0.0",
7676
"remove-markdown": "0.5.0",
7777
"socket.io-client": "4.7.1",
@@ -83,7 +83,7 @@
8383
"@iconify/tailwind": "0.1.3",
8484
"@innei/eslint-config-react-ts": "0.10.3",
8585
"@innei/prettier": "0.10.3",
86-
"@next/bundle-analyzer": "13.4.8",
86+
"@next/bundle-analyzer": "13.4.9",
8787
"@tailwindcss/typography": "0.5.9",
8888
"@types/js-cookie": "3.0.3",
8989
"@types/markdown-escape": "1.1.0",
@@ -97,7 +97,7 @@
9797
"eslint": "8.44.0",
9898
"husky": "8.0.3",
9999
"lint-staged": "13.2.3",
100-
"postcss": "8.4.24",
100+
"postcss": "8.4.25",
101101
"postcss-import": "15.1.0",
102102
"postcss-nested": "6.0.1",
103103
"postcss-preset-env": "9.0.0",
@@ -110,7 +110,7 @@
110110
"tailwindcss": "^3.3.2",
111111
"typescript": "5.1.6",
112112
"typewind": "^0.1.3",
113-
"zx": "7.2.2"
113+
"zx": "7.2.3"
114114
},
115115
"nextBundleAnalysis": {
116116
"budget": 358400,

0 commit comments

Comments
 (0)