Chore: Update node to v24 (#112649)

This commit is contained in:
Laura Fernández
2025-10-29 17:17:07 +01:00
committed by GitHub
parent ec6e516e28
commit af8d166b90
29 changed files with 106 additions and 78 deletions
+1 -1
View File
@@ -89,7 +89,7 @@
"@testing-library/react": "16.3.0",
"@types/history": "4.7.11",
"@types/lodash": "4.17.20",
"@types/node": "22.17.0",
"@types/node": "24.9.2",
"@types/papaparse": "5.3.16",
"@types/react": "18.3.18",
"@types/react-dom": "18.3.5",
@@ -153,13 +153,13 @@ export abstract class FunctionalVector<T = unknown> {
findIndex(predicate: (value: T, index: number, obj: T[]) => unknown, thisArg?: any): number {
return this.toArray().findIndex(predicate, thisArg);
}
entries(): IterableIterator<[number, T]> {
entries(): ArrayIterator<[number, T]> {
return this.toArray().entries();
}
keys(): IterableIterator<number> {
keys(): ArrayIterator<number> {
return this.toArray().keys();
}
values(): IterableIterator<T> {
values(): ArrayIterator<T> {
return this.toArray().values();
}
includes(searchElement: T, fromIndex?: number | undefined): boolean {
+1 -1
View File
@@ -40,7 +40,7 @@
},
"devDependencies": {
"@rollup/plugin-node-resolve": "16.0.1",
"@types/node": "22.17.0",
"@types/node": "24.9.2",
"@types/semver": "7.7.1",
"esbuild": "0.25.8",
"rimraf": "6.0.1",
+1 -1
View File
@@ -67,7 +67,7 @@
"@types/d3": "^7",
"@types/jest": "^29.5.4",
"@types/lodash": "4.17.20",
"@types/node": "22.17.0",
"@types/node": "24.9.2",
"@types/react": "18.3.18",
"@types/react-virtualized-auto-sizer": "1.0.8",
"@types/tinycolor2": "1.4.6",
@@ -35,7 +35,7 @@
"@testing-library/react": "16.3.0",
"@testing-library/user-event": "14.6.1",
"@types/jest": "^29.5.4",
"@types/node": "22.17.0",
"@types/node": "24.9.2",
"@types/react": "18.3.18",
"@types/systemjs": "6.15.3",
"jest": "^29.6.4",
+1 -1
View File
@@ -87,7 +87,7 @@
"@testing-library/react": "16.3.0",
"@testing-library/user-event": "14.6.1",
"@types/jest": "29.5.14",
"@types/node": "22.17.0",
"@types/node": "24.9.2",
"@types/pluralize": "^0.0.33",
"@types/prismjs": "1.26.5",
"esbuild": "0.25.8",
+1 -1
View File
@@ -42,7 +42,7 @@
"@testing-library/user-event": "14.6.1",
"@types/jest": "^29.5.4",
"@types/lodash": "4.17.20",
"@types/node": "22.17.0",
"@types/node": "24.9.2",
"@types/react": "18.3.18",
"@types/react-dom": "18.3.5",
"@types/react-virtualized-auto-sizer": "1.0.8",
+1 -1
View File
@@ -65,7 +65,7 @@
"@types/chance": "^1.1.7",
"@types/jest": "29.5.14",
"@types/lodash": "4.17.20",
"@types/node": "22.17.0",
"@types/node": "24.9.2",
"jest": "29.7.0",
"typescript": "5.9.2"
}
+1 -1
View File
@@ -165,7 +165,7 @@
"@types/is-hotkey": "0.1.10",
"@types/jest": "29.5.14",
"@types/mock-raf": "1.0.6",
"@types/node": "22.17.0",
"@types/node": "24.9.2",
"@types/prismjs": "1.26.5",
"@types/react": "18.3.18",
"@types/react-color": "3.0.13",