Skip to content

Commit

Permalink
[frontend] Update dependency @eslint/eslintrc to v3 (#483)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 17, 2024
1 parent 23f9b8f commit 024a57e
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 4 deletions.
4 changes: 2 additions & 2 deletions openex-front/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
},
"devDependencies": {
"@babel/plugin-transform-modules-commonjs": "7.23.3",
"@eslint/eslintrc": "2.1.4",
"@eslint/eslintrc": "3.0.0",
"@eslint/js": "8.55.0",
"@stylistic/eslint-plugin": "1.5.0",
"@testing-library/react": "14.0.0",
Expand Down Expand Up @@ -99,7 +99,7 @@
"vitest": "1.1.1"
},
"engines": {
"node": ">= 16.*"
"node": ">= 20.10.0"
},
"scripts": {
"start": "vite",
Expand Down
21 changes: 19 additions & 2 deletions openex-front/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2571,7 +2571,24 @@ __metadata:
languageName: node
linkType: hard

"@eslint/eslintrc@npm:2.1.4, @eslint/eslintrc@npm:^2.1.3":
"@eslint/eslintrc@npm:3.0.0":
version: 3.0.0
resolution: "@eslint/eslintrc@npm:3.0.0"
dependencies:
ajv: ^6.12.4
debug: ^4.3.2
espree: ^9.6.0
globals: ^13.19.0
ignore: ^5.2.0
import-fresh: ^3.2.1
js-yaml: ^4.1.0
minimatch: ^3.1.2
strip-json-comments: ^3.1.1
checksum: 298410e9ab27cea1d5b5f723f8f61d00ab7ad742676a7ceb11383b336e223a663e6f462a5cd309859e506c33e7671ab751aaeadacc8d2d5d5a9f405cff1b7d27
languageName: node
linkType: hard

"@eslint/eslintrc@npm:^2.1.3":
version: 2.1.4
resolution: "@eslint/eslintrc@npm:2.1.4"
dependencies:
Expand Down Expand Up @@ -10974,7 +10991,7 @@ __metadata:
"@ckeditor/ckeditor5-react": 6.2.0
"@emotion/react": 11.11.3
"@emotion/styled": 11.11.0
"@eslint/eslintrc": 2.1.4
"@eslint/eslintrc": 3.0.0
"@eslint/js": 8.55.0
"@hookform/resolvers": 3.3.4
"@mui/icons-material": 5.14.19
Expand Down

0 comments on commit 024a57e

Please sign in to comment.