Skip to content

Commit 4f02f78

Browse files
committed
Bump eslint-plugin-react dependency to 7.37.5
1 parent 48e28c0 commit 4f02f78

File tree

4 files changed

+37
-24
lines changed

4 files changed

+37
-24
lines changed

packages/oxygen-ui-icons-react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
"build:watch": "node esbuild.config.js --watch",
3333
"dev": "node esbuild.config.js --watch",
3434
"typecheck": "tsc --noEmit",
35-
"lint": "eslint src --ext .ts,.tsx",
36-
"lint:fix": "eslint src --ext .ts,.tsx --fix",
35+
"lint": "eslint src",
36+
"lint:fix": "eslint src --fix",
3737
"generate:icons": "node scripts/build-icons.js",
3838
"clean": "rimraf dist",
3939
"prepublishOnly": "npm run clean && npm run build",

packages/oxygen-ui/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
"build:watch": "node esbuild.config.js --watch",
3333
"dev": "node esbuild.config.js --watch",
3434
"typecheck": "tsc --noEmit",
35-
"lint": "eslint src --ext .ts,.tsx",
36-
"lint:fix": "eslint src --ext .ts,.tsx --fix",
35+
"lint": "eslint src",
36+
"lint:fix": "eslint src --fix",
3737
"clean": "rimraf dist",
3838
"prepublishOnly": "npm run clean && npm run build",
3939
"test": "vitest run --passWithNoTests",

pnpm-lock.yaml

Lines changed: 32 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pnpm-workspace.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ catalog:
2222
'@vitest/ui': 4.0.6
2323
esbuild: 0.25.11
2424
eslint: 9.12.0
25-
eslint-plugin-react: 7.33.2
25+
eslint-plugin-react: 7.37.5
2626
eslint-plugin-react-hooks: 4.6.2
2727
eslint-plugin-react-refresh: 0.4.24
2828
glob: 11.0.3

0 commit comments

Comments
 (0)