Skip to content

Commit 84c9d5f

Browse files
Guillermo Alejandro Gallardo DiezGuillermo Alejandro Gallardo Diez
Guillermo Alejandro Gallardo Diez
authored and
Guillermo Alejandro Gallardo Diez
committed
updated lint
1 parent 81823d5 commit 84c9d5f

File tree

3 files changed

+128
-104
lines changed

3 files changed

+128
-104
lines changed

examples/angular/src/app/components/form/form.component.ts

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import type { OnInit } from "@angular/core";
21
import { Component, EventEmitter, Input, Output } from "@angular/core";
32
import { Account } from "../../interfaces/account";
43

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -196,14 +196,14 @@
196196
"css-loader": "7.1.2",
197197
"cypress": "12.2.0",
198198
"eslint": "8.15.0",
199-
"eslint-config-next": "14.2.5",
199+
"eslint-config-next": "15.2.1",
200200
"eslint-config-prettier": "8.1.0",
201201
"eslint-plugin-cypress": "2.10.3",
202202
"eslint-plugin-import": "2.26.0",
203203
"eslint-plugin-jsx-a11y": "6.6.1",
204204
"eslint-plugin-prettier": "4.2.1",
205205
"eslint-plugin-react": "7.31.11",
206-
"eslint-plugin-react-hooks": "4.6.2",
206+
"eslint-plugin-react-hooks": "5.2.0",
207207
"gh-pages": "6.1.1",
208208
"jest": "29.7.0",
209209
"jest-environment-jsdom": "29.7.0",

0 commit comments

Comments
 (0)