update peer and dev dependencies for React and TypeScript

This commit is contained in:
2025-01-24 00:31:52 +01:00
parent 7362d80a9e
commit f6b18af6e4
2 changed files with 1451 additions and 1006 deletions

2421
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -29,9 +29,9 @@
},
"license": "ISC",
"peerDependencies": {
"@types/react": "^16.8.0 || ^17.0.0 || ^18.0.0",
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
"@types/react": "^18.0.0 || ^19.0.0",
"react": "^18.0.0 || ^19.0.0",
"react-dom": "^18.0.0 || ^19.0.0"
},
"peerDependenciesMeta": {
"@types/react": {
@@ -43,22 +43,22 @@
"src"
],
"dependencies": {
"@rollup/plugin-typescript": "^11.1.2",
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0",
"rollup-plugin-typescript-paths": "^1.4.0",
"ts-node": "^10.9.1",
"tslib": "^2.6.0"
"@rollup/plugin-typescript": "^12.1.2",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"rollup-plugin-typescript-paths": "^1.5.0",
"ts-node": "^10.9.2",
"tslib": "^2.8.1"
},
"devDependencies": {
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"@vitejs/plugin-react-swc": "^3.3.2",
"eslint": "^8.45.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"typescript": "^5.0.2"
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"@typescript-eslint/eslint-plugin": "^8.21.0",
"@typescript-eslint/parser": "^8.21.0",
"@vitejs/plugin-react-swc": "^3.7.2",
"eslint": "^9.18.0",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.18",
"typescript": "^5.7.3"
}
}