Skip to content

Commit

Permalink
chore(deps): update react monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 7, 2024
1 parent c065b03 commit 88ffa51
Show file tree
Hide file tree
Showing 26 changed files with 643 additions and 601 deletions.
10 changes: 5 additions & 5 deletions extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.1.2",
"redux": "^5.0.1",
Expand All @@ -58,8 +58,8 @@
"@testing-library/react": "^16.1.0",
"@types/chrome": "^0.0.287",
"@types/lodash-es": "^4.17.12",
"@types/react": "^18.3.14",
"@types/react-dom": "^18.3.2",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.1",
"@types/styled-components": "^5.1.34",
"chromedriver": "^126.0.5",
"cross-env": "^7.0.3",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jest": "^28.9.0",
"eslint-plugin-react": "^7.37.2",
"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.2",
Expand Down
10 changes: 5 additions & 5 deletions packages/react-dock/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
"type-check": "tsc --noEmit"
},
"dependencies": {
"react": "^18.3.1",
"react": "^19.0.0",
"react-bootstrap": "^2.10.6",
"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": {
Expand All @@ -24,8 +24,8 @@
"@babel/preset-react": "^7.26.3",
"@babel/preset-typescript": "^7.26.0",
"@types/node": "^22.10.1",
"@types/react": "^18.3.14",
"@types/react-dom": "^18.3.2",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.1",
"@types/styled-components": "^5.1.34",
"babel-loader": "^9.2.1",
"cross-env": "^7.0.3",
Expand Down
10 changes: 5 additions & 5 deletions packages/react-dock/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,18 +41,18 @@
},
"devDependencies": {
"@types/jest": "^29.5.14",
"@types/react": "^18.3.14",
"@types/react": "^19.0.1",
"@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.2"
},
"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"
}
}
8 changes: 4 additions & 4 deletions packages/react-json-tree/examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand All @@ -31,8 +31,8 @@
"@babel/preset-react": "^7.26.3",
"@babel/preset-typescript": "^7.26.0",
"@types/node": "^22.10.1",
"@types/react": "^18.3.14",
"@types/react-dom": "^18.3.2",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.1",
"babel-loader": "^9.2.1",
"cross-env": "^7.0.3",
"fork-ts-checker-webpack-plugin": "^9.0.2",
Expand Down
10 changes: 5 additions & 5 deletions packages/react-json-tree/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,17 +45,17 @@
},
"devDependencies": {
"@types/jest": "^29.5.14",
"@types/react": "^18.3.14",
"@types/react": "^19.0.1",
"@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.2"
},
"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"
}
}
16 changes: 8 additions & 8 deletions packages/redux-devtools-app-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -70,15 +70,15 @@
"@types/jsan": "^3.1.5",
"@types/json-schema": "^7.0.15",
"@types/node": "^22.10.1",
"@types/react": "^18.3.14",
"@types/react-dom": "^18.3.2",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.1",
"@types/styled-components": "^5.1.34",
"cross-env": "^7.0.3",
"esbuild": "^0.24.0",
"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.1.2",
"redux": "^5.0.1",
"redux-persist": "^6.0.0",
Expand All @@ -91,10 +91,10 @@
"peerDependencies": {
"@emotion/react": "^11.13.5",
"@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",
Expand Down
14 changes: 7 additions & 7 deletions packages/redux-devtools-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@
"@types/jsan": "^3.1.5",
"@types/json-schema": "^7.0.15",
"@types/node": "^22.10.1",
"@types/react": "^18.3.14",
"@types/react-dom": "^18.3.2",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.1",
"@types/socketcluster-client": "^19.1.0",
"@types/styled-components": "^5.1.34",
"@types/webpack-env": "^1.18.5",
Expand All @@ -75,8 +75,8 @@
"globals": "^15.13.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",
Expand All @@ -90,10 +90,10 @@
"peerDependencies": {
"@emotion/react": "^11.13.5",
"@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"
}
}
8 changes: 4 additions & 4 deletions packages/redux-devtools-chart-monitor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,16 +53,16 @@
"@babel/preset-react": "^7.26.3",
"@babel/preset-typescript": "^7.26.0",
"@redux-devtools/core": "workspace:^",
"@types/react": "^18.3.14",
"react": "^18.3.1",
"@types/react": "^19.0.1",
"react": "^19.0.0",
"redux": "^5.0.1",
"rimraf": "^6.0.1",
"typescript": "~5.7.2"
},
"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"
}
}
8 changes: 4 additions & 4 deletions packages/redux-devtools-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@emotion/react": "^11.13.5",
"@redux-devtools/app": "workspace:^",
"@reduxjs/toolkit": "^2.4.0",
"@types/react": "^18.3.14",
"@types/react": "^19.0.1",
"body-parser": "^1.20.3",
"chalk": "^5.3.0",
"cors": "^2.8.5",
Expand All @@ -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.6.3",
"socketcluster-server": "^19.1.1",
"sqlite3": "^5.1.7",
Expand Down
8 changes: 4 additions & 4 deletions packages/redux-devtools-dock-monitor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,16 +55,16 @@
"@babel/preset-typescript": "^7.26.0",
"@redux-devtools/core": "workspace:^",
"@types/parse-key": "^0.2.2",
"@types/react": "^18.3.14",
"react": "^18.3.1",
"@types/react": "^19.0.1",
"react": "^19.0.0",
"redux": "^5.0.1",
"rimraf": "^6.0.1",
"typescript": "~5.7.2"
},
"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"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -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.1.2",
"react-router-dom": "^6.28.0",
"redux": "^5.0.1",
Expand All @@ -34,8 +34,8 @@
"@babel/preset-typescript": "^7.26.0",
"@types/lodash.shuffle": "^4.2.9",
"@types/node": "^22.10.1",
"@types/react": "^18.3.14",
"@types/react-dom": "^18.3.2",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.1",
"@types/redux-logger": "^3.0.13",
"@types/styled-components": "^5.1.34",
"@types/webpack-env": "^1.18.5",
Expand Down
12 changes: 6 additions & 6 deletions packages/redux-devtools-inspector-monitor-test-tab/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,11 @@
"@types/jest": "^29.5.14",
"@types/jsan": "^3.1.5",
"@types/object-path": "^0.11.4",
"@types/react": "^18.3.14",
"@types/react": "^19.0.1",
"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",
Expand All @@ -82,10 +82,10 @@
"peerDependencies": {
"@emotion/react": "^11.13.5",
"@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"
}
Expand Down
14 changes: 7 additions & 7 deletions packages/redux-devtools-inspector-monitor-trace-tab/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,13 @@
"@types/jest": "^29.5.14",
"@types/node": "^22.10.1",
"@types/path-browserify": "^1.0.3",
"@types/react": "^18.3.14",
"@types/react": "^19.0.1",
"@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",
Expand All @@ -71,9 +71,9 @@
"peerDependencies": {
"@emotion/react": "^11.13.5",
"@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"
}
}
8 changes: 4 additions & 4 deletions packages/redux-devtools-inspector-monitor/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.6",
"react-dom": "^18.3.1",
"react-dom": "^19.0.0",
"react-redux": "^9.1.2",
"react-router-dom": "^6.28.0",
"redux": "^5.0.1",
Expand All @@ -32,8 +32,8 @@
"@babel/preset-typescript": "^7.26.0",
"@types/lodash.shuffle": "^4.2.9",
"@types/node": "^22.10.1",
"@types/react": "^18.3.14",
"@types/react-dom": "^18.3.2",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.1",
"@types/redux-logger": "^3.0.13",
"@types/webpack-env": "^1.18.5",
"babel-loader": "^9.2.1",
Expand Down
Loading

0 comments on commit 88ffa51

Please sign in to comment.