Skip to content

Commit

Permalink
Updated nextjs and other packages
Browse files Browse the repository at this point in the history
  • Loading branch information
kyrea committed Nov 24, 2024
1 parent 51b0caf commit 7dd4299
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "waifu-it-website",
"version": "2.0.1",
"version": "2.1.1",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -10,6 +10,7 @@
},
"dependencies": {
"@headlessui/react": "^1.7.17",
"@heroicons/react": "^2.1.5",
"@tailwindcss/line-clamp": "^0.4.4",
"animate.css": "^4.1.1",
"autoprefixer": "^10.4.16",
Expand All @@ -19,10 +20,11 @@
"eslint": "8.46.0",
"eslint-config-next": "13.4.12",
"find-config": "^1.0.0",
"framer-motion": "^11.2.12",
"fs": "^0.0.1-security",
"js-cookie": "^3.0.5",
"mongoose": "^7.4.2",
"next": "^14.2.4",
"next": "^15.0.3",
"postcss": "^8.4.27",
"react": "18.2.0",
"react-confirm-alert": "^3.0.6",
Expand All @@ -42,4 +44,4 @@
"repository": "https://github.com/WaifuAPI/website.git",
"author": "kyrea",
"license": "AGPLv3"
}
}

0 comments on commit 7dd4299

Please sign in to comment.