fix(deps): update react monorepo

This commit is contained in:
renovate[bot] 2025-01-29 19:49:18 +00:00 committed by GitHub
parent 519ec090c6
commit e41061dcbb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
26 changed files with 644 additions and 602 deletions

View File

@ -37,10 +37,10 @@
"jsan": "^3.1.14",
"localforage": "^1.10.0",
"lodash-es": "^4.17.21",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-icons": "^5.4.0",
"react-is": "^18.3.1",
"react-is": "^19.0.0",
"react-json-tree": "workspace:^",
"react-redux": "^9.2.0",
"redux": "^5.0.1",
@ -58,8 +58,8 @@
"@testing-library/react": "^16.2.0",
"@types/chrome": "^0.0.299",
"@types/lodash-es": "^4.17.12",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"@types/styled-components": "^5.1.34",
"chromedriver": "^126.0.5",
"cross-env": "^7.0.3",

View File

@ -9,7 +9,7 @@
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jest": "^28.11.0",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-hooks": "^5.1.0",
"jest": "^29.7.0",
"prettier": "3.4.2",
"typescript": "~5.7.3",

View File

@ -10,12 +10,12 @@
"type-check": "tsc --noEmit"
},
"dependencies": {
"react": "^18.3.1",
"react": "^19.0.0",
"react-bootstrap": "^2.10.8",
"react-dock": "workspace:^",
"react-dom": "^18.3.1",
"react-dom": "^19.0.0",
"react-icons": "^5.4.0",
"react-is": "^18.3.1",
"react-is": "^19.0.0",
"styled-components": "^5.3.11"
},
"devDependencies": {
@ -24,8 +24,8 @@
"@babel/preset-react": "^7.26.3",
"@babel/preset-typescript": "^7.26.0",
"@types/node": "^22.12.0",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"@types/styled-components": "^5.1.34",
"babel-loader": "^9.2.1",
"cross-env": "^7.0.3",

View File

@ -41,18 +41,18 @@
},
"devDependencies": {
"@types/jest": "^29.5.14",
"@types/react": "^18.3.18",
"@types/react": "^19.0.8",
"@types/react-test-renderer": "^18.3.1",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"react": "^18.3.1",
"react-test-renderer": "^18.3.1",
"react": "^19.0.0",
"react-test-renderer": "^19.0.0",
"rimraf": "^6.0.1",
"ts-jest": "^29.2.5",
"typescript": "~5.7.3"
},
"peerDependencies": {
"@types/react": "^16.3.0 || ^17.0.0 || ^18.0.0",
"react": "^16.3.0 || ^17.0.0 || ^18.0.0"
"@types/react": "^16.3.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
"react": "^16.3.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
}
}

View File

@ -20,9 +20,9 @@
},
"dependencies": {
"immutable": "^4.3.7",
"react": "^18.3.1",
"react": "^19.0.0",
"react-base16-styling": "workspace:^",
"react-dom": "^18.3.1",
"react-dom": "^19.0.0",
"react-json-tree": "workspace:^"
},
"devDependencies": {
@ -31,8 +31,8 @@
"@babel/preset-react": "^7.26.3",
"@babel/preset-typescript": "^7.26.0",
"@types/node": "^22.12.0",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"babel-loader": "^9.2.1",
"cross-env": "^7.0.3",
"fork-ts-checker-webpack-plugin": "^9.0.2",

View File

@ -45,17 +45,17 @@
},
"devDependencies": {
"@types/jest": "^29.5.14",
"@types/react": "^18.3.18",
"@types/react": "^19.0.8",
"@types/react-test-renderer": "^18.3.1",
"jest": "^29.7.0",
"react": "^18.3.1",
"react-test-renderer": "^18.3.1",
"react": "^19.0.0",
"react-test-renderer": "^19.0.0",
"rimraf": "^6.0.1",
"ts-jest": "^29.2.5",
"typescript": "~5.7.3"
},
"peerDependencies": {
"@types/react": "^16.8.0 || ^17.0.0 || ^18.0.0",
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
"@types/react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
}
}

View File

@ -50,7 +50,7 @@
"jsan": "^3.1.14",
"jsondiffpatch": "^0.6.0",
"react-icons": "^5.4.0",
"react-is": "^18.3.1"
"react-is": "^19.0.0"
},
"devDependencies": {
"@babel/cli": "^7.26.4",
@ -70,15 +70,15 @@
"@types/jsan": "^3.1.5",
"@types/json-schema": "^7.0.15",
"@types/node": "^22.12.0",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"@types/styled-components": "^5.1.34",
"cross-env": "^7.0.3",
"esbuild": "^0.24.2",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-redux": "^9.2.0",
"redux": "^5.0.1",
"redux-persist": "^6.0.0",
@ -91,10 +91,10 @@
"peerDependencies": {
"@emotion/react": "^11.14.0",
"@reduxjs/toolkit": "^1.0.0 || ^2.0.0",
"@types/react": "^16.8.0 || ^17.0.0 || ^18.0.0",
"@types/react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
"@types/styled-components": "^5.1.34",
"react": "^16.8.4 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.8.4 || ^17.0.0 || ^18.0.0",
"react": "^16.8.4 || ^17.0.0 || ^18.0.0 || ^19.0.0",
"react-dom": "^16.8.4 || ^17.0.0 || ^18.0.0 || ^19.0.0",
"react-redux": "^8.0.0 || ^9.0.0",
"redux": "^4.0.0 || ^5.0.0",
"redux-persist": "^6.0.0",

View File

@ -62,8 +62,8 @@
"@types/jsan": "^3.1.5",
"@types/json-schema": "^7.0.15",
"@types/node": "^22.12.0",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"@types/socketcluster-client": "^19.1.0",
"@types/styled-components": "^5.1.34",
"@types/webpack-env": "^1.18.8",
@ -75,8 +75,8 @@
"globals": "^15.14.0",
"html-loader": "^5.1.0",
"html-webpack-plugin": "^5.6.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"rimraf": "^6.0.1",
"style-loader": "^4.0.0",
"styled-components": "^5.3.11",
@ -90,10 +90,10 @@
"peerDependencies": {
"@emotion/react": "^11.14.0",
"@reduxjs/toolkit": "^1.0.0 || ^2.0.0",
"@types/react": "^16.8.0 || ^17.0.0 || ^18.0.0",
"@types/react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
"@types/styled-components": "^5.1.34",
"react": "^16.8.4 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.8.4 || ^17.0.0 || ^18.0.0",
"react": "^16.8.4 || ^17.0.0 || ^18.0.0 || ^19.0.0",
"react-dom": "^16.8.4 || ^17.0.0 || ^18.0.0 || ^19.0.0",
"styled-components": "^5.3.11"
}
}

View File

@ -53,16 +53,16 @@
"@babel/preset-react": "^7.26.3",
"@babel/preset-typescript": "^7.26.0",
"@redux-devtools/core": "workspace:^",
"@types/react": "^18.3.18",
"react": "^18.3.1",
"@types/react": "^19.0.8",
"react": "^19.0.0",
"redux": "^5.0.1",
"rimraf": "^6.0.1",
"typescript": "~5.7.3"
},
"peerDependencies": {
"@redux-devtools/core": "workspace:^",
"@types/react": "^16.8.0 || ^17.0.0 || ^18.0.0",
"react": "^16.8.4 || ^17.0.0 || ^18.0.0",
"@types/react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
"react": "^16.8.4 || ^17.0.0 || ^18.0.0 || ^19.0.0",
"redux": "^3.4.0 || ^4.0.0 || ^5.0.0"
}
}

View File

@ -45,7 +45,7 @@
"@emotion/react": "^11.14.0",
"@redux-devtools/app": "workspace:^",
"@reduxjs/toolkit": "^2.5.1",
"@types/react": "^18.3.18",
"@types/react": "^19.0.8",
"body-parser": "^1.20.3",
"chalk": "^5.4.1",
"cors": "^2.8.5",
@ -59,9 +59,9 @@
"minimist": "^1.2.8",
"morgan": "^1.10.0",
"open": "^10.1.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-is": "^18.3.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-is": "^19.0.0",
"semver": "^7.7.0",
"socketcluster-server": "^19.1.1",
"sqlite3": "^5.1.7",

View File

@ -55,16 +55,16 @@
"@babel/preset-typescript": "^7.26.0",
"@redux-devtools/core": "workspace:^",
"@types/parse-key": "^0.2.2",
"@types/react": "^18.3.18",
"react": "^18.3.1",
"@types/react": "^19.0.8",
"react": "^19.0.0",
"redux": "^5.0.1",
"rimraf": "^6.0.1",
"typescript": "~5.7.3"
},
"peerDependencies": {
"@redux-devtools/core": "workspace:^",
"@types/react": "^16.8.0 || ^17.0.0 || ^18.0.0",
"react": "^16.8.4 || ^17.0.0 || ^18.0.0",
"@types/react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
"react": "^16.8.4 || ^17.0.0 || ^18.0.0 || ^19.0.0",
"redux": "^3.4.0 || ^4.0.0 || ^5.0.0"
}
}

View File

@ -18,9 +18,9 @@
"@redux-devtools/ui": "workspace:^",
"immutable": "^4.3.7",
"lodash.shuffle": "^4.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-is": "^18.3.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-is": "^19.0.0",
"react-redux": "^9.2.0",
"react-router-dom": "^6.28.2",
"redux": "^5.0.1",
@ -34,8 +34,8 @@
"@babel/preset-typescript": "^7.26.0",
"@types/lodash.shuffle": "^4.2.9",
"@types/node": "^22.12.0",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"@types/redux-logger": "^3.0.13",
"@types/styled-components": "^5.1.34",
"@types/webpack-env": "^1.18.8",

View File

@ -69,11 +69,11 @@
"@types/jest": "^29.5.14",
"@types/jsan": "^3.1.5",
"@types/object-path": "^0.11.4",
"@types/react": "^18.3.18",
"@types/react": "^19.0.8",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"redux": "^5.0.1",
"rimraf": "^6.0.1",
"ts-jest": "^29.2.5",
@ -82,10 +82,10 @@
"peerDependencies": {
"@emotion/react": "^11.14.0",
"@redux-devtools/inspector-monitor": "workspace:^",
"@types/react": "^16.8.0 || ^17.0.0 || ^18.0.0",
"@types/react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
"@types/styled-components": "^5.1.34",
"react": "^16.8.4 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.8.4 || ^17.0.0 || ^18.0.0",
"react": "^16.8.4 || ^17.0.0 || ^18.0.0 || ^19.0.0",
"react-dom": "^16.8.4 || ^17.0.0 || ^18.0.0 || ^19.0.0",
"redux": "^3.4.0 || ^4.0.0 || ^5.0.0",
"styled-components": "^5.3.11"
}

View File

@ -56,13 +56,13 @@
"@types/jest": "^29.5.14",
"@types/node": "^22.12.0",
"@types/path-browserify": "^1.0.3",
"@types/react": "^18.3.18",
"@types/react": "^19.0.8",
"@types/source-map": "0.5.2",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-test-renderer": "^18.3.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-test-renderer": "^19.0.0",
"redux": "^5.0.1",
"rimraf": "^6.0.1",
"ts-jest": "^29.2.5",
@ -71,9 +71,9 @@
"peerDependencies": {
"@emotion/react": "^11.14.0",
"@redux-devtools/inspector-monitor": "workspace:^",
"@types/react": "^16.8.0 || ^17.0.0 || ^18.0.0",
"react": "^16.8.4 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.8.4 || ^17.0.0 || ^18.0.0",
"@types/react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
"react": "^16.8.4 || ^17.0.0 || ^18.0.0 || ^19.0.0",
"react-dom": "^16.8.4 || ^17.0.0 || ^18.0.0 || ^19.0.0",
"redux": "^3.4.0 || ^4.0.0 || ^5.0.0"
}
}

View File

@ -16,10 +16,10 @@
"@redux-devtools/inspector-monitor": "workspace:^",
"immutable": "^4.3.7",
"lodash.shuffle": "^4.2.0",
"react": "^18.3.1",
"react": "^19.0.0",
"react-base16-styling": "workspace:^",
"react-bootstrap": "^2.10.8",
"react-dom": "^18.3.1",
"react-dom": "^19.0.0",
"react-redux": "^9.2.0",
"react-router-dom": "^6.28.2",
"redux": "^5.0.1",
@ -32,8 +32,8 @@
"@babel/preset-typescript": "^7.26.0",
"@types/lodash.shuffle": "^4.2.9",
"@types/node": "^22.12.0",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"@types/redux-logger": "^3.0.13",
"@types/webpack-env": "^1.18.8",
"babel-loader": "^9.2.1",

View File

@ -64,8 +64,8 @@
"@types/dateformat": "^5.0.3",
"@types/hex-rgba": "^1.0.3",
"@types/lodash.debounce": "^4.0.9",
"@types/react": "^18.3.18",
"react": "^18.3.1",
"@types/react": "^19.0.8",
"react": "^19.0.0",
"redux": "^5.0.1",
"rimraf": "^6.0.1",
"typescript": "~5.7.3"
@ -73,9 +73,9 @@
"peerDependencies": {
"@emotion/react": "^11.14.0",
"@redux-devtools/core": "workspace:^",
"@types/react": "^16.8.0 || ^17.0.0 || ^18.0.0",
"react": "^16.8.4 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.8.4 || ^17.0.0 || ^18.0.0",
"@types/react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
"react": "^16.8.4 || ^17.0.0 || ^18.0.0 || ^19.0.0",
"react-dom": "^16.8.4 || ^17.0.0 || ^18.0.0 || ^19.0.0",
"redux": "^3.4.0 || ^4.0.0 || ^5.0.0"
}
}

View File

@ -56,16 +56,16 @@
"@babel/preset-react": "^7.26.3",
"@babel/preset-typescript": "^7.26.0",
"@redux-devtools/core": "workspace:^",
"@types/react": "^18.3.18",
"react": "^18.3.1",
"@types/react": "^19.0.8",
"react": "^19.0.0",
"redux": "^5.0.1",
"rimraf": "^6.0.1",
"typescript": "~5.7.3"
},
"peerDependencies": {
"@redux-devtools/core": "workspace:^",
"@types/react": "^16.8.0 || ^17.0.0 || ^18.0.0",
"react": "^16.8.4 || ^17.0.0 || ^18.0.0",
"@types/react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
"react": "^16.8.4 || ^17.0.0 || ^18.0.0 || ^19.0.0",
"redux": "^3.4.0 || ^4.0.0 || ^5.0.0"
}
}

View File

@ -21,10 +21,10 @@
"@reduxjs/toolkit": "^2.5.1",
"framer-motion": "^11.18.2",
"msw": "^2.7.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-icons": "^5.4.0",
"react-is": "^18.3.1",
"react-is": "^19.0.0",
"react-redux": "^9.2.0",
"react-router-dom": "^6.28.2",
"styled-components": "^5.3.11"
@ -36,8 +36,8 @@
"@babel/preset-react": "^7.26.3",
"@babel/preset-typescript": "^7.26.0",
"@types/node": "^22.12.0",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"@types/styled-components": "^5.1.34",
"babel-loader": "^9.2.1",
"copy-webpack-plugin": "^12.0.2",

View File

@ -71,11 +71,11 @@
"@types/jest": "^29.5.14",
"@types/hex-rgba": "^1.0.3",
"@types/lodash.debounce": "^4.0.9",
"@types/react": "^18.3.18",
"@types/react": "^19.0.8",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-redux": "^9.2.0",
"redux": "^5.0.1",
"rimraf": "^6.0.1",
@ -86,9 +86,9 @@
"@emotion/react": "^11.14.0",
"@redux-devtools/core": "workspace:^",
"@reduxjs/toolkit": "^1.0.0 || ^2.0.0",
"@types/react": "^16.8.0 || ^17.0.0 || ^18.0.0",
"@types/react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
"@types/styled-components": "^5.1.34",
"react": "^16.8.4 || ^17.0.0 || ^18.0.0",
"react": "^16.8.4 || ^17.0.0 || ^18.0.0 || ^19.0.0",
"redux": "^3.4.0 || ^4.0.0 || ^5.0.0",
"styled-components": "^5.3.11"
}

View File

@ -20,9 +20,9 @@
"@redux-devtools/log-monitor": "workspace:^",
"@redux-devtools/slider-monitor": "workspace:^",
"classnames": "^2.5.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-is": "^18.3.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-is": "^19.0.0",
"react-redux": "^9.2.0",
"redux": "^5.0.1",
"styled-components": "^5.3.11",
@ -34,8 +34,8 @@
"@babel/preset-react": "^7.26.3",
"@babel/preset-typescript": "^7.26.0",
"@types/node": "^22.12.0",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"@types/styled-components": "^5.1.34",
"@types/webpack-env": "^1.18.8",
"babel-loader": "^9.2.1",

View File

@ -45,17 +45,17 @@
"@babel/preset-typescript": "^7.26.0",
"@redux-devtools/core": "workspace:^",
"@types/node": "^22.12.0",
"@types/react": "^18.3.18",
"react": "^18.3.1",
"@types/react": "^19.0.8",
"react": "^19.0.0",
"redux": "^5.0.1",
"rimraf": "^6.0.1",
"typescript": "~5.7.3"
},
"peerDependencies": {
"@redux-devtools/core": "workspace:^",
"@types/react": "^16.8.0 || ^17.0.0 || ^18.0.0",
"@types/react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
"@types/styled-components": "^5.1.34",
"react": "^16.8.4 || ^17.0.0 || ^18.0.0",
"react": "^16.8.4 || ^17.0.0 || ^18.0.0 || ^19.0.0",
"redux": "^3.4.0 || ^4.0.0 || ^5.0.0",
"styled-components": "^5.3.11"
}

View File

@ -80,16 +80,16 @@
"@types/color": "^4.2.0",
"@types/node": "^22.12.0",
"@types/jest": "^29.5.14",
"@types/react": "^18.3.18",
"@types/react": "^19.0.8",
"@types/styled-components": "^5.1.34",
"babel-loader": "^9.2.1",
"csstype": "^3.1.3",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"ncp": "^2.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-is": "^18.3.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-is": "^19.0.0",
"rimraf": "^6.0.1",
"storybook": "^8.5.2",
"styled-components": "^5.3.11",
@ -102,9 +102,9 @@
"webpack": "^5.97.1"
},
"peerDependencies": {
"@types/react": "^16.3.0 || ^17.0.0 || ^18.0.0",
"@types/react": "^16.3.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
"@types/styled-components": "^5.1.34",
"react": "^16.3.0 || ^17.0.0 || ^18.0.0",
"react": "^16.3.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
"styled-components": "^5.3.11"
}
}

View File

@ -22,8 +22,8 @@
"@redux-devtools/core": "workspace:^",
"@redux-devtools/dock-monitor": "workspace:^",
"@redux-devtools/log-monitor": "workspace:^",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-redux": "^9.2.0",
"redux": "^5.0.1",
"redux-thunk": "^3.1.0"
@ -34,8 +34,8 @@
"@babel/preset-react": "^7.26.3",
"@babel/preset-typescript": "^7.26.0",
"@types/node": "^22.12.0",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"@types/webpack-env": "^1.18.8",
"babel-loader": "^9.2.1",
"cross-env": "^7.0.3",

View File

@ -35,8 +35,8 @@
"@redux-devtools/dock-monitor": "workspace:^",
"@redux-devtools/log-monitor": "workspace:^",
"classnames": "^2.5.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-redux": "^9.2.0",
"redux": "^5.0.1",
"todomvc-app-css": "^2.4.3"
@ -47,8 +47,8 @@
"@babel/preset-react": "^7.26.3",
"@babel/preset-typescript": "^7.26.0",
"@types/node": "^22.12.0",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"@types/webpack-env": "^1.18.8",
"babel-loader": "^9.2.1",
"cross-env": "^7.0.3",

View File

@ -54,10 +54,10 @@
"@babel/preset-typescript": "^7.26.0",
"@types/jest": "^29.5.14",
"@types/node": "^22.12.0",
"@types/react": "^18.3.18",
"@types/react": "^19.0.8",
"jest": "^29.7.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-redux": "^9.2.0",
"redux": "^5.0.1",
"rimraf": "^6.0.1",
@ -65,7 +65,7 @@
"typescript": "~5.7.3"
},
"peerDependencies": {
"react": "^16.8.4 || ^17.0.0 || ^18.0.0",
"react": "^16.8.4 || ^17.0.0 || ^18.0.0 || ^19.0.0",
"react-redux": "^7.0.0 || ^8.0.0 || ^9.0.0",
"redux": "^3.5.2 || ^4.0.0 || ^5.0.0"
}

File diff suppressed because it is too large Load Diff