Skip to content

Commit 7dd4299

Browse files
committed
Updated nextjs and other packages
1 parent 51b0caf commit 7dd4299

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "waifu-it-website",
3-
"version": "2.0.1",
3+
"version": "2.1.1",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",
@@ -10,6 +10,7 @@
1010
},
1111
"dependencies": {
1212
"@headlessui/react": "^1.7.17",
13+
"@heroicons/react": "^2.1.5",
1314
"@tailwindcss/line-clamp": "^0.4.4",
1415
"animate.css": "^4.1.1",
1516
"autoprefixer": "^10.4.16",
@@ -19,10 +20,11 @@
1920
"eslint": "8.46.0",
2021
"eslint-config-next": "13.4.12",
2122
"find-config": "^1.0.0",
23+
"framer-motion": "^11.2.12",
2224
"fs": "^0.0.1-security",
2325
"js-cookie": "^3.0.5",
2426
"mongoose": "^7.4.2",
25-
"next": "^14.2.4",
27+
"next": "^15.0.3",
2628
"postcss": "^8.4.27",
2729
"react": "18.2.0",
2830
"react-confirm-alert": "^3.0.6",
@@ -42,4 +44,4 @@
4244
"repository": "https://github.com/WaifuAPI/website.git",
4345
"author": "kyrea",
4446
"license": "AGPLv3"
45-
}
47+
}

0 commit comments

Comments
 (0)