- Updated application version from 2.23.7 to 2.23.8 in package.json. - Upgraded various dependencies including @turbo/gen to 2.7.5, prettier to 3.8.0, and turbo to 2.7.5. - Updated package versions in pnpm-lock.yaml and pnpm-workspace.yaml for consistency. - Enhanced @next/bundle-analyzer, @next/eslint-plugin-next, and other related packages to their latest versions. - Improved @types/node and @types/react versions for better type support.
27 lines
587 B
JSON
27 lines
587 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": "catalog:",
|
|
"@types/eslint": "9.6.1",
|
|
"eslint-config-next": "catalog:",
|
|
"eslint-config-turbo": "^2.7.5"
|
|
},
|
|
"devDependencies": {
|
|
"@kit/prettier-config": "workspace:*",
|
|
"eslint": "^9.39.2"
|
|
},
|
|
"prettier": "@kit/prettier-config"
|
|
}
|