Skip to content

Commit

Permalink
chore(deps): update dependency typescript to ~5.5.2 (#1690)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jun 20, 2024
1 parent 42e1151 commit 6512665
Show file tree
Hide file tree
Showing 36 changed files with 311 additions and 309 deletions.
2 changes: 1 addition & 1 deletion extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"selenium-webdriver": "^4.21.0",
"sinon-chrome": "^3.0.1",
"ts-jest": "^29.1.4",
"typescript": "~5.4.5",
"typescript": "~5.5.2",
"webpack": "^5.92.0",
"webpack-cli": "^5.1.4"
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"jest": "^29.7.0",
"nx": "^19.2.3",
"prettier": "3.3.2",
"typescript": "~5.4.5"
"typescript": "~5.5.2"
},
"scripts": {
"format": "prettier --write .",
Expand Down
2 changes: 1 addition & 1 deletion packages/d3-state-visualizer/examples/tree/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"fork-ts-checker-webpack-plugin": "^9.0.2",
"html-webpack-plugin": "^5.6.0",
"ts-node": "^10.9.2",
"typescript": "~5.4.5",
"typescript": "~5.5.2",
"webpack": "^5.92.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/d3-state-visualizer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"rimraf": "^5.0.7",
"typescript": "~5.4.5"
"typescript": "~5.5.2"
}
}
2 changes: 1 addition & 1 deletion packages/d3tooltip/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"rimraf": "^5.0.7",
"typescript": "~5.4.5"
"typescript": "~5.5.2"
},
"peerDependencies": {
"@types/d3": "^7.4.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/map2tree/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@
"jest": "^29.7.0",
"rimraf": "^5.0.7",
"ts-jest": "^29.1.4",
"typescript": "~5.4.5"
"typescript": "~5.5.2"
}
}
2 changes: 1 addition & 1 deletion packages/react-base16-styling/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@
"jest-environment-jsdom": "^29.7.0",
"rimraf": "^5.0.7",
"ts-jest": "^29.1.4",
"typescript": "~5.4.5"
"typescript": "~5.5.2"
}
}
2 changes: 1 addition & 1 deletion packages/react-dock/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"fork-ts-checker-webpack-plugin": "^9.0.2",
"html-webpack-plugin": "^5.6.0",
"ts-node": "^10.9.2",
"typescript": "~5.4.5",
"typescript": "~5.5.2",
"webpack": "^5.92.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/react-dock/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"react-test-renderer": "^18.3.1",
"rimraf": "^5.0.7",
"ts-jest": "^29.1.4",
"typescript": "~5.4.5"
"typescript": "~5.5.2"
},
"peerDependencies": {
"@types/react": "^16.3.0 || ^17.0.0 || ^18.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-json-tree/examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"fork-ts-checker-webpack-plugin": "^9.0.2",
"html-webpack-plugin": "^5.6.0",
"ts-node": "^10.9.2",
"typescript": "~5.4.5",
"typescript": "~5.5.2",
"webpack": "^5.92.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/react-json-tree/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"react-test-renderer": "^18.3.1",
"rimraf": "^5.0.7",
"ts-jest": "^29.1.4",
"typescript": "~5.4.5"
"typescript": "~5.5.2"
},
"peerDependencies": {
"@types/react": "^16.8.0 || ^17.0.0 || ^18.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/redux-devtools-app-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"styled-components": "^5.3.11",
"ts-jest": "^29.1.4",
"ts-node": "^10.9.2",
"typescript": "~5.4.5"
"typescript": "~5.5.2"
},
"peerDependencies": {
"@emotion/react": "^11.11.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/redux-devtools-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"styled-components": "^5.3.11",
"ts-jest": "^29.1.4",
"ts-node": "^10.9.2",
"typescript": "~5.4.5",
"typescript": "~5.5.2",
"webpack": "^5.92.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/redux-devtools-chart-monitor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"react": "^18.3.1",
"redux": "^4.2.1",
"rimraf": "^5.0.7",
"typescript": "~5.4.5"
"typescript": "~5.5.2"
},
"peerDependencies": {
"@redux-devtools/core": "^4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/redux-devtools-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,6 @@
"socketcluster-client": "^19.2.1",
"supertest": "^7.0.0",
"ts-jest": "^29.1.4",
"typescript": "~5.4.5"
"typescript": "~5.5.2"
}
}
2 changes: 1 addition & 1 deletion packages/redux-devtools-dock-monitor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"react": "^18.3.1",
"redux": "^4.2.1",
"rimraf": "^5.0.7",
"typescript": "~5.4.5"
"typescript": "~5.5.2"
},
"peerDependencies": {
"@redux-devtools/core": "^4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/redux-devtools-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"eslint-config-prettier": "^9.1.0",
"redux": "^4.2.1",
"rimraf": "^5.0.7",
"typescript": "~5.4.5"
"typescript": "~5.5.2"
},
"peerDependencies": {
"redux": "^3.1.0 || ^4.0.0 || ^5.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"html-webpack-plugin": "^5.6.0",
"style-loader": "^4.0.0",
"ts-node": "^10.9.2",
"typescript": "~5.4.5",
"typescript": "~5.5.2",
"webpack": "^5.92.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"redux": "^4.2.1",
"rimraf": "^5.0.7",
"ts-jest": "^29.1.4",
"typescript": "~5.4.5"
"typescript": "~5.5.2"
},
"peerDependencies": {
"@emotion/react": "^11.11.4",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"redux": "^4.2.1",
"rimraf": "^5.0.7",
"ts-jest": "^29.1.4",
"typescript": "~5.4.5"
"typescript": "~5.5.2"
},
"peerDependencies": {
"@emotion/react": "^11.11.4",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"fork-ts-checker-webpack-plugin": "^9.0.2",
"html-webpack-plugin": "^5.6.0",
"ts-node": "^10.9.2",
"typescript": "~5.4.5",
"typescript": "~5.5.2",
"webpack": "^5.92.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/redux-devtools-inspector-monitor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"react": "^18.3.1",
"redux": "^4.2.1",
"rimraf": "^5.0.7",
"typescript": "~5.4.5"
"typescript": "~5.5.2"
},
"peerDependencies": {
"@emotion/react": "^11.11.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/redux-devtools-instrument/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"rimraf": "^5.0.7",
"rxjs": "^7.8.1",
"ts-jest": "^29.1.4",
"typescript": "~5.4.5"
"typescript": "~5.5.2"
},
"peerDependencies": {
"redux": "^3.4.0 || ^4.0.0 || ^5.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/redux-devtools-log-monitor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"react": "^18.3.1",
"redux": "^4.2.1",
"rimraf": "^5.0.7",
"typescript": "~5.4.5"
"typescript": "~5.5.2"
},
"peerDependencies": {
"@redux-devtools/core": "^4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/redux-devtools-remote/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"eslint-config-prettier": "^9.1.0",
"redux": "^4.2.1",
"rimraf": "^5.0.7",
"typescript": "~5.4.5"
"typescript": "~5.5.2"
},
"peerDependencies": {
"redux": "^3.5.2 || ^4.0.0 || ^5.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"html-webpack-plugin": "^5.6.0",
"style-loader": "^4.0.0",
"ts-node": "^10.9.2",
"typescript": "~5.4.5",
"typescript": "~5.5.2",
"webpack": "^5.92.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/redux-devtools-rtk-query-monitor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"redux": "^4.2.1",
"rimraf": "^5.0.7",
"ts-jest": "^29.1.4",
"typescript": "~5.4.5"
"typescript": "~5.5.2"
},
"peerDependencies": {
"@emotion/react": "^11.11.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/redux-devtools-serialize/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"jest": "^29.7.0",
"rimraf": "^5.0.7",
"ts-jest": "^29.1.4",
"typescript": "~5.4.5"
"typescript": "~5.5.2"
},
"peerDependencies": {
"immutable": "^4.3.6"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"html-webpack-plugin": "^5.6.0",
"style-loader": "^4.0.0",
"ts-node": "^10.9.2",
"typescript": "~5.4.5",
"typescript": "~5.5.2",
"webpack": "^5.92.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/redux-devtools-slider-monitor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"react": "^18.3.1",
"redux": "^4.2.1",
"rimraf": "^5.0.7",
"typescript": "~5.4.5"
"typescript": "~5.5.2"
},
"peerDependencies": {
"@redux-devtools/core": "^4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/redux-devtools-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
"stylelint-config-styled-components": "^0.1.1",
"stylelint-processor-styled-components": "^1.10.0",
"ts-jest": "^29.1.4",
"typescript": "~5.4.5",
"typescript": "~5.5.2",
"webpack": "^5.92.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/redux-devtools-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"rimraf": "^5.0.7",
"typescript": "~5.4.5"
"typescript": "~5.5.2"
},
"peerDependencies": {
"@redux-devtools/core": "^4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/redux-devtools/examples/counter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"fork-ts-checker-webpack-plugin": "^9.0.2",
"html-webpack-plugin": "^5.6.0",
"ts-node": "^10.9.2",
"typescript": "~5.4.5",
"typescript": "~5.5.2",
"webpack": "^5.92.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/redux-devtools/examples/todomvc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"html-webpack-plugin": "^5.6.0",
"style-loader": "^4.0.0",
"ts-node": "^10.9.2",
"typescript": "~5.4.5",
"typescript": "~5.5.2",
"webpack": "^5.92.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/redux-devtools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"redux": "^4.2.1",
"rimraf": "^5.0.7",
"ts-jest": "^29.1.4",
"typescript": "~5.4.5"
"typescript": "~5.5.2"
},
"peerDependencies": {
"react": "^16.8.4 || ^17.0.0 || ^18.0.0",
Expand Down
Loading

0 comments on commit 6512665

Please sign in to comment.