Skip to content

Commit bab239f

Browse files
authored
update denpendency (#10)
1 parent d31b9d2 commit bab239f

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,33 +11,33 @@
1111
"@fortawesome/react-fontawesome": "^0.2.2",
1212
"@heroicons/react": "^2.1.4",
1313
"@tailwindcss/forms": "^0.5.7",
14-
"@vercel/postgres": "^0.9.0",
14+
"@vercel/postgres": "^0.10.0",
1515
"antd": "^5.21.5",
16-
"autoprefixer": "10.4.19",
16+
"autoprefixer": "10.4.20",
1717
"bcrypt": "^5.1.1",
1818
"clsx": "^2.1.1",
1919
"d3": "^7.9.0",
2020
"next": "15.0.2",
2121
"next-auth": "^5.0.0-beta.25",
2222
"pg": "^8.12.0",
23-
"postcss": "8.4.38",
24-
"react": "19.0.0-rc-f38c22b244-20240704",
25-
"react-dom": "19.0.0-rc-f38c22b244-20240704",
26-
"tailwindcss": "3.4.4",
27-
"typescript": "5.5.2",
23+
"postcss": "8.4.47",
24+
"react": "19.0.0-rc.0",
25+
"react-dom": "19.0.0-rc.0",
26+
"tailwindcss": "3.4.14",
27+
"typescript": "5.6.3",
2828
"use-debounce": "^10.0.1",
2929
"zod": "^3.23.8"
3030
},
3131
"devDependencies": {
3232
"@types/bcrypt": "^5.0.2",
3333
"@types/d3": "^7.4.3",
34-
"@types/node": "20.14.8",
35-
"@types/react": "18.3.3",
36-
"@types/react-dom": "18.3.0",
34+
"@types/node": "22.8.6",
35+
"@types/react": "18.3.12",
36+
"@types/react-dom": "18.3.1",
3737
"eslint": "9.13.0",
3838
"eslint-config-next": "15.0.2"
3939
},
4040
"engines": {
4141
"node": ">=20.12.0"
4242
}
43-
}
43+
}

0 commit comments

Comments
 (0)