Skip to content

Commit 0c03894

Browse files
committed
Fixed vulnerbilities and updated nextjs version
1 parent 89b3cb7 commit 0c03894

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

package.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "waifu-it-website",
3-
"version": "1.0.1",
3+
"version": "2.0.1",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",
@@ -10,13 +10,10 @@
1010
},
1111
"dependencies": {
1212
"@headlessui/react": "^1.7.17",
13-
"@heroicons/react": "^2.1.4",
1413
"@tailwindcss/line-clamp": "^0.4.4",
1514
"animate.css": "^4.1.1",
1615
"autoprefixer": "^10.4.16",
1716
"axios": "^1.4.0",
18-
"bootstrap": "^5.3.3",
19-
"bootstrap-icons": "^1.11.3",
2017
"chart.js": "^4.4.3",
2118
"dotenv": "^16.3.1",
2219
"eslint": "8.46.0",
@@ -25,7 +22,7 @@
2522
"fs": "^0.0.1-security",
2623
"js-cookie": "^3.0.5",
2724
"mongoose": "^7.4.2",
28-
"next": "^13.5.6",
25+
"next": "^14.2.4",
2926
"postcss": "^8.4.27",
3027
"react": "18.2.0",
3128
"react-confirm-alert": "^3.0.6",

0 commit comments

Comments
 (0)