Skip to content

Commit a15e189

Browse files
fix: add eslint as explicit devDependency and revert @eslint/js to ^9.x
- Add eslint@^9.0.0 as devDependency to fix 'Cannot find module eslint' build error - Revert @eslint/js from ^10.0.1 to ^9.39.2 for compatibility with react-scripts 5.x - Regenerate pnpm-lock.yaml Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 4224fbc commit a15e189

2 files changed

Lines changed: 409 additions & 79 deletions

File tree

src/ContentProcessorWeb/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@
5656
]
5757
},
5858
"devDependencies": {
59-
"@eslint/js": "^10.0.1",
59+
"@eslint/js": "^9.39.2",
60+
"eslint": "^9.0.0",
6061
"@testing-library/jest-dom": "^6.9.1",
6162
"@testing-library/react": "^16.3.2",
6263
"@testing-library/user-event": "^14.6.1",

0 commit comments

Comments
 (0)