chore: Updata eslint config dependencies (#23040)

This commit is contained in:
Wu Tianwei
2025-07-28 13:58:21 +08:00
committed by GitHub
parent bd5b938571
commit ee731c7810
2 changed files with 220 additions and 118 deletions

View File

@@ -152,7 +152,7 @@
"zustand": "^4.5.2"
},
"devDependencies": {
"@antfu/eslint-config": "^4.1.1",
"@antfu/eslint-config": "^5.0.0",
"@chromatic-com/storybook": "^3.1.0",
"@eslint-react/eslint-plugin": "^1.15.0",
"@eslint/eslintrc": "^3.1.0",
@@ -160,7 +160,7 @@
"@faker-js/faker": "^9.0.3",
"@happy-dom/jest-environment": "^17.4.4",
"@next/bundle-analyzer": "^15.4.1",
"@next/eslint-plugin-next": "~15.3.5",
"@next/eslint-plugin-next": "~15.4.4",
"@rgrove/parse-xml": "^4.1.0",
"@storybook/addon-essentials": "8.5.0",
"@storybook/addon-interactions": "8.5.0",
@@ -197,7 +197,7 @@
"code-inspector-plugin": "^0.18.1",
"cross-env": "^7.0.3",
"eslint": "^9.20.1",
"eslint-config-next": "~15.3.5",
"eslint-config-next": "~15.4.4",
"eslint-plugin-oxlint": "^1.6.0",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.19",
@@ -216,7 +216,7 @@
"tailwindcss": "^3.4.14",
"ts-node": "^10.9.2",
"typescript": "^5.8.3",
"typescript-eslint": "^8.36.0",
"typescript-eslint": "^8.38.0",
"uglify-js": "^3.19.3"
},
"resolutions": {
@@ -270,4 +270,4 @@
"which-typed-array": "npm:@nolyfill/which-typed-array@^1"
}
}
}
}