Skip to content

Commit 7e57025

Browse files
committed
chore: update dependencies
1 parent cffb5d7 commit 7e57025

File tree

2 files changed

+536
-498
lines changed

2 files changed

+536
-498
lines changed

package.json

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"@visx/responsive": "2.17.0",
3636
"@visx/shape": "2.18.0",
3737
"@visx/tooltip": "2.17.0",
38-
"cookie": "0.5.0",
38+
"cookie": "0.6.0",
3939
"dotenv": "16.4.5",
4040
"focus-trap-react": "10.2.3",
4141
"framer-motion": "7.10.3",
@@ -48,40 +48,39 @@
4848
"maxmind": "4.3.18",
4949
"ms": "2.1.3",
5050
"next": "12.3.4",
51-
"next-auth": "4.24.5",
52-
"nodemailer": "6.9.8",
51+
"next-auth": "4.24.7",
52+
"nodemailer": "6.9.13",
5353
"prisma": "4.14.1",
5454
"react": "18.2.0",
5555
"react-colorful": "5.6.1",
5656
"react-dom": "18.2.0",
5757
"react-hot-toast": "2.4.1",
5858
"react-textarea-autosize": "8.5.3",
59-
"sharp": "0.32.6",
59+
"sharp": "0.33.3",
6060
"swr": "2.2.5",
6161
"tailwind-scrollbar-hide": "1.1.7",
62-
"tsx": "3.12.10",
62+
"tsx": "4.7.2",
6363
"ua-parser-js": "1.0.37",
6464
"use-debounce": "8.0.4",
6565
"zod": "3.22.4"
6666
},
6767
"devDependencies": {
6868
"@rushstack/eslint-patch": "^1.2.0",
6969
"@tailwindcss/line-clamp": "0.4.4",
70-
"@types/cookie": "0.5.3",
70+
"@types/cookie": "0.6.0",
7171
"@types/html-escaper": "3.0.2",
72-
"@types/ioredis": "4.28.10",
7372
"@types/minimatch": "5.1.2",
7473
"@types/ms": "0.7.34",
75-
"@types/node": "18.18.13",
74+
"@types/node": "20.12.5",
7675
"@types/react": "18.0.34",
7776
"@types/react-dom": "18.0.11",
7877
"@types/ua-parser-js": "0.7.39",
79-
"autoprefixer": "10.4.16",
80-
"enquirer": "2.3.6",
78+
"autoprefixer": "10.4.19",
79+
"enquirer": "2.4.1",
8180
"eslint": "8.56.0",
8281
"eslint-config-snazzah": "1.2.1",
83-
"postcss": "8.4.32",
84-
"tailwindcss": "3.3.6",
82+
"postcss": "8.4.38",
83+
"tailwindcss": "3.4.3",
8584
"typescript": "4.9.5"
8685
},
8786
"packageManager": "yarn@3.3.1"

0 commit comments

Comments
 (0)