Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@types/papaparse": "^5.5.2",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"eslint": "^10.2.0",
"eslint": "^10.2.1",
"eslint-config-next": "16.2.3",
"typescript": "^6.0.2"
}
Expand Down
26 changes: 13 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ __metadata:
languageName: node
linkType: hard

"@eslint/config-array@npm:^0.23.4":
"@eslint/config-array@npm:^0.23.5":
version: 0.23.5
resolution: "@eslint/config-array@npm:0.23.5"
dependencies:
Expand All @@ -293,7 +293,7 @@ __metadata:
languageName: node
linkType: hard

"@eslint/config-helpers@npm:^0.5.4":
"@eslint/config-helpers@npm:^0.5.5":
version: 0.5.5
resolution: "@eslint/config-helpers@npm:0.5.5"
dependencies:
Expand All @@ -302,7 +302,7 @@ __metadata:
languageName: node
linkType: hard

"@eslint/core@npm:^1.2.0, @eslint/core@npm:^1.2.1":
"@eslint/core@npm:^1.2.1":
version: 1.2.1
resolution: "@eslint/core@npm:1.2.1"
dependencies:
Expand Down Expand Up @@ -335,7 +335,7 @@ __metadata:
languageName: node
linkType: hard

"@eslint/plugin-kit@npm:^0.7.0":
"@eslint/plugin-kit@npm:^0.7.1":
version: 0.7.1
resolution: "@eslint/plugin-kit@npm:0.7.1"
dependencies:
Expand Down Expand Up @@ -3286,7 +3286,7 @@ __metadata:
"@types/papaparse": "npm:^5.5.2"
"@types/react": "npm:^19.2.14"
"@types/react-dom": "npm:^19.2.3"
eslint: "npm:^10.2.0"
eslint: "npm:^10.2.1"
eslint-config-next: "npm:16.2.3"
next: "npm:16.2.3"
papaparse: "npm:^5.5.3"
Expand Down Expand Up @@ -3814,16 +3814,16 @@ __metadata:
languageName: node
linkType: hard

"eslint@npm:^10.2.0":
version: 10.2.0
resolution: "eslint@npm:10.2.0"
"eslint@npm:^10.2.1":
version: 10.2.1
resolution: "eslint@npm:10.2.1"
dependencies:
"@eslint-community/eslint-utils": "npm:^4.8.0"
"@eslint-community/regexpp": "npm:^4.12.2"
"@eslint/config-array": "npm:^0.23.4"
"@eslint/config-helpers": "npm:^0.5.4"
"@eslint/core": "npm:^1.2.0"
"@eslint/plugin-kit": "npm:^0.7.0"
"@eslint/config-array": "npm:^0.23.5"
"@eslint/config-helpers": "npm:^0.5.5"
"@eslint/core": "npm:^1.2.1"
"@eslint/plugin-kit": "npm:^0.7.1"
"@humanfs/node": "npm:^0.16.6"
"@humanwhocodes/module-importer": "npm:^1.0.1"
"@humanwhocodes/retry": "npm:^0.4.2"
Expand Down Expand Up @@ -3855,7 +3855,7 @@ __metadata:
optional: true
bin:
eslint: bin/eslint.js
checksum: 10/583589ed96922aad9507c94339e843c8929c297d505ae7d70579cef56b435a10d8a48d24616eb4fb53fbe75d8655adb8e44add5d5b2bca100148d31d890ab3a4
checksum: 10/954658c846696dc501a2b8e5fb268713e231dd81375dc25d76cd2fb4a1c73094ea73c64197634ece6fca8a54536e89eb44548a11be672544522e7a50eb8aae95
languageName: node
linkType: hard

Expand Down
Loading