aboutsummaryrefslogtreecommitdiff
path: root/web/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'web/package.json')
-rw-r--r--web/package.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/web/package.json b/web/package.json
index 5bac297..8e69990 100644
--- a/web/package.json
+++ b/web/package.json
@@ -9,16 +9,16 @@
"lint": "next lint"
},
"dependencies": {
- "next": "15.2.3",
+ "next": "^15.2.3",
"next-auth": "^5.0.0-beta.25",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
- "@tailwindcss/postcss": "^4",
- "tailwindcss": "^4",
+ "@eslint/eslintrc": "^3",
+ "@tailwindcss/postcss": "^4.0.15",
"eslint": "^9",
"eslint-config-next": "15.2.3",
- "@eslint/eslintrc": "^3"
+ "tailwindcss": "^4.0.15"
}
}