Files
myeasycms-v2/tooling/eslint/package.json
Giancarlo Buomprisco 1327a8efb7 Upgrade dependencies across packages (#241)
Updated multiple dependencies to their latest versions, including `next` to `15.3.1`, `zod` to `3.24.3`, `@tanstack/react-query` to `5.74.4`, and others. This ensures compatibility, improves stability, and incorporates the latest bug fixes.
2025-04-20 20:48:08 +08:00

30 lines
682 B
JSON

{
"name": "@kit/eslint-config",
"version": "0.2.0",
"private": true,
"type": "module",
"files": [
"./apps.js",
"./base.js",
"./nextjs.js"
],
"scripts": {
"clean": "rm -rf .turbo node_modules",
"format": "prettier --check \"**/*.{js,json}\""
},
"dependencies": {
"@next/eslint-plugin-next": "15.3.1",
"@types/eslint": "9.6.1",
"eslint-config-next": "15.3.1",
"eslint-config-turbo": "^2.5.0",
"typescript-eslint": "8.30.1"
},
"devDependencies": {
"@kit/prettier-config": "workspace:*",
"@kit/tsconfig": "workspace:*",
"eslint": "^9.25.0",
"typescript": "^5.8.3"
},
"prettier": "@kit/prettier-config"
}