Skip to content

Commit aff5fad

Browse files
committed
fix(deps): downgrade dependencies to stable versions
1 parent 1bd7e5e commit aff5fad

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,20 @@
1212
"dependencies": {
1313
"@types/d3": "^7.4.3",
1414
"d3": "^7.9.0",
15-
"react": "^19.0.0",
16-
"react-dom": "^19.0.0"
15+
"react": "^18.2.0",
16+
"react-dom": "^18.2.0"
1717
},
1818
"devDependencies": {
19-
"@eslint/js": "^9.22.0",
20-
"@types/react": "^19.0.10",
21-
"@types/react-dom": "^19.0.4",
22-
"@vitejs/plugin-react": "^4.3.4",
23-
"eslint": "^9.22.0",
24-
"eslint-plugin-react-hooks": "^5.2.0",
25-
"eslint-plugin-react-refresh": "^0.4.19",
26-
"globals": "^16.0.0",
27-
"typescript": "~5.7.2",
28-
"typescript-eslint": "^8.26.1",
29-
"vite": "^6.3.1"
19+
"@eslint/js": "^8.56.0",
20+
"@types/react": "^18.2.55",
21+
"@types/react-dom": "^18.2.19",
22+
"@vitejs/plugin-react": "^4.2.1",
23+
"eslint": "^8.56.0",
24+
"eslint-plugin-react-hooks": "^4.6.0",
25+
"eslint-plugin-react-refresh": "^0.4.5",
26+
"globals": "^13.24.0",
27+
"typescript": "~5.3.3",
28+
"typescript-eslint": "^6.21.0",
29+
"vite": "^5.1.0"
3030
}
3131
}

0 commit comments

Comments
 (0)