fix eslint

This commit is contained in:
2025-02-14 13:45:59 +08:00
parent 82306492d3
commit 02680bc2d6
7 changed files with 61 additions and 85 deletions

View File

@@ -2,6 +2,7 @@
"name": "hipmi",
"version": "1.2.55",
"private": true,
"type": "module",
"prisma": {
"seed": "bun prisma/seed.ts"
},
@@ -56,7 +57,7 @@
"echarts": "^5.4.3",
"echarts-for-react": "^3.0.2",
"embla-carousel-react": "^8.0.0-rc14",
"eslint-config-next": "^15.1.7",
"eslint-config-next": "^13.5.4",
"iron-session": "^6.3.1",
"jose": "^5.9.2",
"jotai": "^2.4.3",
@@ -65,7 +66,7 @@
"midtrans-client": "^1.3.1",
"moment": "^2.29.4",
"mqtt": "^5.5.0",
"next": "^13.5.4-canary.8",
"next": "^13.5.4",
"next-dev": "^1.1.9",
"next-scroll-loader": "^1.0.9",
"p-limit": "^6.2.0",
@@ -103,7 +104,8 @@
"yaml": "^2.3.2"
},
"devDependencies": {
"@eslint/eslintrc": "^3.2.0",
"eslint": "8.x"
"eslint": "^8.56.0",
"@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/parser": "^7.0.0"
}
}
}