Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#1810)
Browse files Browse the repository at this point in the history
* fix(deps): update all non-major dependencies

* Dedupe

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Nathan Bierema <[email protected]>
  • Loading branch information
renovate[bot] and Methuselah96 authored Jan 9, 2025
1 parent 9a46407 commit 6ea51af
Show file tree
Hide file tree
Showing 38 changed files with 536 additions and 455 deletions.
4 changes: 2 additions & 2 deletions extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.1.0",
"@types/chrome": "^0.0.287",
"@types/chrome": "^0.0.292",
"@types/lodash-es": "^4.17.12",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
Expand All @@ -74,7 +74,7 @@
"selenium-webdriver": "^4.27.0",
"sinon-chrome": "^3.0.1",
"ts-jest": "^29.2.5",
"typescript": "~5.7.2",
"typescript": "~5.7.3",
"webpack": "^5.97.1",
"webpack-cli": "^5.1.4"
}
Expand Down
4 changes: 2 additions & 2 deletions extension/src/background/contextMenus.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ export function createMenu() {
});
}

export function removeMenu() {
chrome.contextMenus.removeAll();
export async function removeMenu() {
await chrome.contextMenus.removeAll();
}

chrome.contextMenus.onClicked.addListener(({ menuItemId }) => {
Expand Down
2 changes: 1 addition & 1 deletion extension/src/background/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ chrome.runtime.onInstalled.addListener(() => {
chrome.storage.onChanged.addListener((changes) => {
if (changes.showContextMenus) {
if (changes.showContextMenus.newValue) createMenu();
else removeMenu();
else void removeMenu();
}
});

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"eslint-plugin-react-hooks": "^4.6.2",
"jest": "^29.7.0",
"prettier": "3.4.2",
"typescript": "~5.7.2",
"typescript-eslint": "^8.18.2"
"typescript": "~5.7.3",
"typescript-eslint": "^8.19.1"
},
"scripts": {
"format": "prettier --write .",
Expand All @@ -24,5 +24,5 @@
"clean:all": "pnpm --recursive run clean",
"release": "pnpm build:all && pnpm publish -r"
},
"packageManager": "[email protected].2"
"packageManager": "[email protected].3"
}
4 changes: 2 additions & 2 deletions packages/d3-state-visualizer/examples/tree/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"@babel/preset-typescript": "^7.26.0",
"@types/node": "^22.10.2",
"@types/node": "^22.10.5",
"babel-loader": "^9.2.1",
"cross-env": "^7.0.3",
"fork-ts-checker-webpack-plugin": "^9.0.2",
"html-webpack-plugin": "^5.6.3",
"ts-node": "^10.9.2",
"typescript": "~5.7.2",
"typescript": "~5.7.3",
"webpack": "^5.97.1",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.2.0"
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 @@ -47,6 +47,6 @@
"devDependencies": {
"@types/ramda": "^0.30.2",
"rimraf": "^6.0.1",
"typescript": "~5.7.2"
"typescript": "~5.7.3"
}
}
2 changes: 1 addition & 1 deletion packages/d3tooltip/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@types/d3": "^7.4.3",
"d3": "^7.9.0",
"rimraf": "^6.0.1",
"typescript": "~5.7.2"
"typescript": "~5.7.3"
},
"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 @@ -46,6 +46,6 @@
"jest": "^29.7.0",
"rimraf": "^6.0.1",
"ts-jest": "^29.2.5",
"typescript": "~5.7.2"
"typescript": "~5.7.3"
}
}
4 changes: 2 additions & 2 deletions packages/react-base16-styling/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"prepublish": "pnpm run lint && pnpm run test"
},
"dependencies": {
"@types/lodash": "^4.17.13",
"@types/lodash": "^4.17.14",
"color": "^4.2.3",
"csstype": "^3.1.3",
"lodash-es": "^4.17.21"
Expand All @@ -49,6 +49,6 @@
"jest-environment-jsdom": "^29.7.0",
"rimraf": "^6.0.1",
"ts-jest": "^29.2.5",
"typescript": "~5.7.2"
"typescript": "~5.7.3"
}
}
4 changes: 2 additions & 2 deletions packages/react-dock/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@babel/preset-env": "^7.26.0",
"@babel/preset-react": "^7.26.3",
"@babel/preset-typescript": "^7.26.0",
"@types/node": "^22.10.2",
"@types/node": "^22.10.5",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@types/styled-components": "^5.1.34",
Expand All @@ -32,7 +32,7 @@
"fork-ts-checker-webpack-plugin": "^9.0.2",
"html-webpack-plugin": "^5.6.3",
"ts-node": "^10.9.2",
"typescript": "~5.7.2",
"typescript": "~5.7.3",
"webpack": "^5.97.1",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.2.0"
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 @@ -49,7 +49,7 @@
"react-test-renderer": "^18.3.1",
"rimraf": "^6.0.1",
"ts-jest": "^29.2.5",
"typescript": "~5.7.2"
"typescript": "~5.7.3"
},
"peerDependencies": {
"@types/react": "^16.3.0 || ^17.0.0 || ^18.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/react-json-tree/examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@
"@babel/preset-env": "^7.26.0",
"@babel/preset-react": "^7.26.3",
"@babel/preset-typescript": "^7.26.0",
"@types/node": "^22.10.2",
"@types/node": "^22.10.5",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"babel-loader": "^9.2.1",
"cross-env": "^7.0.3",
"fork-ts-checker-webpack-plugin": "^9.0.2",
"html-webpack-plugin": "^5.6.3",
"ts-node": "^10.9.2",
"typescript": "~5.7.2",
"typescript": "~5.7.3",
"webpack": "^5.97.1",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.2.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/react-json-tree/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"prepublish": "pnpm run lint && pnpm run test"
},
"dependencies": {
"@types/lodash": "^4.17.13",
"@types/lodash": "^4.17.14",
"react-base16-styling": "workspace:^"
},
"devDependencies": {
Expand All @@ -52,7 +52,7 @@
"react-test-renderer": "^18.3.1",
"rimraf": "^6.0.1",
"ts-jest": "^29.2.5",
"typescript": "~5.7.2"
"typescript": "~5.7.3"
},
"peerDependencies": {
"@types/react": "^16.8.0 || ^17.0.0 || ^18.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/redux-devtools-app-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"@types/jest": "^29.5.14",
"@types/jsan": "^3.1.5",
"@types/json-schema": "^7.0.15",
"@types/node": "^22.10.2",
"@types/node": "^22.10.5",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@types/styled-components": "^5.1.34",
Expand All @@ -86,7 +86,7 @@
"styled-components": "^5.3.11",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"typescript": "~5.7.2"
"typescript": "~5.7.3"
},
"peerDependencies": {
"@emotion/react": "^11.14.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/redux-devtools-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"@rjsf/core": "^5.23.2",
"@types/jsan": "^3.1.5",
"@types/json-schema": "^7.0.15",
"@types/node": "^22.10.2",
"@types/node": "^22.10.5",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@types/socketcluster-client": "^19.1.0",
Expand All @@ -82,7 +82,7 @@
"styled-components": "^5.3.11",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"typescript": "~5.7.2",
"typescript": "~5.7.3",
"webpack": "^5.97.1",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.2.0"
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 @@ -57,7 +57,7 @@
"react": "^18.3.1",
"redux": "^5.0.1",
"rimraf": "^6.0.1",
"typescript": "~5.7.2"
"typescript": "~5.7.3"
},
"peerDependencies": {
"@redux-devtools/core": "workspace:^",
Expand Down
6 changes: 3 additions & 3 deletions packages/redux-devtools-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"node": ">= 18.12.0"
},
"dependencies": {
"@apollo/server": "^4.11.2",
"@apollo/server": "^4.11.3",
"@emotion/react": "^11.14.0",
"@redux-devtools/app": "workspace:^",
"@reduxjs/toolkit": "^2.5.0",
Expand Down Expand Up @@ -77,7 +77,7 @@
"@types/lodash-es": "^4.17.12",
"@types/minimist": "^1.2.5",
"@types/morgan": "^1.9.9",
"@types/node": "^22.10.2",
"@types/node": "^22.10.5",
"@types/semver": "^7.5.8",
"@types/socketcluster-client": "^19.1.0",
"@types/socketcluster-server": "^19.0.1",
Expand All @@ -91,6 +91,6 @@
"socketcluster-client": "^19.2.3",
"supertest": "^7.0.0",
"ts-jest": "^29.2.5",
"typescript": "~5.7.2"
"typescript": "~5.7.3"
}
}
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 @@ -59,7 +59,7 @@
"react": "^18.3.1",
"redux": "^5.0.1",
"rimraf": "^6.0.1",
"typescript": "~5.7.2"
"typescript": "~5.7.3"
},
"peerDependencies": {
"@redux-devtools/core": "workspace:^",
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 @@ -41,7 +41,7 @@
"@babel/preset-typescript": "^7.26.0",
"redux": "^5.0.1",
"rimraf": "^6.0.1",
"typescript": "~5.7.2"
"typescript": "~5.7.3"
},
"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 @@ -33,7 +33,7 @@
"@babel/preset-react": "^7.26.3",
"@babel/preset-typescript": "^7.26.0",
"@types/lodash.shuffle": "^4.2.9",
"@types/node": "^22.10.2",
"@types/node": "^22.10.5",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@types/redux-logger": "^3.0.13",
Expand All @@ -46,7 +46,7 @@
"html-webpack-plugin": "^5.6.3",
"style-loader": "^4.0.0",
"ts-node": "^10.9.2",
"typescript": "~5.7.2",
"typescript": "~5.7.3",
"webpack": "^5.97.1",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.2.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"redux": "^5.0.1",
"rimraf": "^6.0.1",
"ts-jest": "^29.2.5",
"typescript": "~5.7.2"
"typescript": "~5.7.3"
},
"peerDependencies": {
"@emotion/react": "^11.14.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"dependencies": {
"@babel/code-frame": "^8.0.0-alpha.14",
"@babel/runtime": "^7.26.0",
"@types/chrome": "^0.0.287",
"@types/chrome": "^0.0.292",
"anser": "^2.3.0",
"html-entities": "^2.5.2",
"path-browserify": "^1.0.1",
Expand All @@ -54,7 +54,7 @@
"@testing-library/react": "^16.1.0",
"@types/babel__code-frame": "^7.0.6",
"@types/jest": "^29.5.14",
"@types/node": "^22.10.2",
"@types/node": "^22.10.5",
"@types/path-browserify": "^1.0.3",
"@types/react": "^18.3.18",
"@types/source-map": "0.5.2",
Expand All @@ -66,7 +66,7 @@
"redux": "^5.0.1",
"rimraf": "^6.0.1",
"ts-jest": "^29.2.5",
"typescript": "~5.7.2"
"typescript": "~5.7.3"
},
"peerDependencies": {
"@emotion/react": "^11.14.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/redux-devtools-inspector-monitor/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@babel/preset-react": "^7.26.3",
"@babel/preset-typescript": "^7.26.0",
"@types/lodash.shuffle": "^4.2.9",
"@types/node": "^22.10.2",
"@types/node": "^22.10.5",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@types/redux-logger": "^3.0.13",
Expand All @@ -41,7 +41,7 @@
"fork-ts-checker-webpack-plugin": "^9.0.2",
"html-webpack-plugin": "^5.6.3",
"ts-node": "^10.9.2",
"typescript": "~5.7.2",
"typescript": "~5.7.3",
"webpack": "^5.97.1",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.2.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/redux-devtools-inspector-monitor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@dnd-kit/modifiers": "^7.0.0",
"@dnd-kit/sortable": "^8.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@types/lodash": "^4.17.13",
"@types/lodash": "^4.17.14",
"dateformat": "^5.0.3",
"hex-rgba": "^1.0.2",
"immutable": "^4.3.7",
Expand All @@ -61,14 +61,14 @@
"@emotion/babel-preset-css-prop": "^11.12.0",
"@emotion/react": "^11.14.0",
"@redux-devtools/core": "workspace:^",
"@types/dateformat": "^5.0.2",
"@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",
"redux": "^5.0.1",
"rimraf": "^6.0.1",
"typescript": "~5.7.2"
"typescript": "~5.7.3"
},
"peerDependencies": {
"@emotion/react": "^11.14.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/redux-devtools-instrument/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,13 @@
"@babel/preset-env": "^7.26.0",
"@babel/preset-typescript": "^7.26.0",
"@types/jest": "^29.5.14",
"@types/node": "^22.10.2",
"@types/node": "^22.10.5",
"jest": "^29.7.0",
"redux": "^5.0.1",
"rimraf": "^6.0.1",
"rxjs": "^7.8.1",
"ts-jest": "^29.2.5",
"typescript": "~5.7.2"
"typescript": "~5.7.3"
},
"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 @@ -60,7 +60,7 @@
"react": "^18.3.1",
"redux": "^5.0.1",
"rimraf": "^6.0.1",
"typescript": "~5.7.2"
"typescript": "~5.7.3"
},
"peerDependencies": {
"@redux-devtools/core": "workspace:^",
Expand Down
Loading

0 comments on commit 6ea51af

Please sign in to comment.