Files
myeasycms-v2/tooling/eslint/package.json
Giancarlo Buomprisco 40afecde93 28 05 2025 deps update (#262)
* Update dependencies across all packages

Updated multiple dependencies to their latest versions to ensure compatibility, security, and performance improvements. This includes packages like @supabase/supabase-js, @tanstack/react-query, @types/react, and zod across various projects.

* Update selector for Stripe form submission button

Replaced the form button selector with a `data-testid` attribute selector for improved reliability and maintainability. This ensures the test is less prone to breaks from UI changes.
2025-05-28 09:26:28 +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.2",
"@types/eslint": "9.6.1",
"eslint-config-next": "15.3.2",
"eslint-config-turbo": "^2.5.3",
"typescript-eslint": "8.33.0"
},
"devDependencies": {
"@kit/prettier-config": "workspace:*",
"@kit/tsconfig": "workspace:*",
"eslint": "^9.27.0",
"typescript": "^5.8.3"
},
"prettier": "@kit/prettier-config"
}