Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 22, 2024
1 parent 2c65192 commit 72501ea
Show file tree
Hide file tree
Showing 26 changed files with 614 additions and 594 deletions.
8 changes: 4 additions & 4 deletions extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@redux-devtools/slider-monitor": "workspace:^",
"@redux-devtools/ui": "workspace:^",
"@redux-devtools/utils": "workspace:^",
"@reduxjs/toolkit": "^2.2.8",
"@reduxjs/toolkit": "^2.3.0",
"@types/jsan": "^3.1.5",
"jsan": "^3.1.14",
"localforage": "^1.10.0",
Expand All @@ -54,16 +54,16 @@
"@babel/preset-typescript": "^7.25.7",
"@babel/register": "^7.25.7",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/jest-dom": "^6.6.2",
"@testing-library/react": "^16.0.1",
"@types/chrome": "^0.0.278",
"@types/chrome": "^0.0.279",
"@types/lodash-es": "^4.17.12",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"@types/styled-components": "^5.1.34",
"chromedriver": "^126.0.5",
"cross-env": "^7.0.3",
"electron": "^31.7.0",
"electron": "^31.7.1",
"esbuild": "^0.24.0",
"globals": "^15.11.0",
"immutable": "^4.3.7",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"devDependencies": {
"@babel/core": "^7.25.8",
"@changesets/cli": "^2.27.9",
"@eslint/compat": "^1.2.0",
"@eslint/compat": "^1.2.1",
"@eslint/js": "^8.57.1",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
Expand All @@ -13,7 +13,7 @@
"jest": "^29.7.0",
"prettier": "3.3.3",
"typescript": "~5.5.4",
"typescript-eslint": "^8.9.0"
"typescript-eslint": "^8.11.0"
},
"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].1"
"packageManager": "[email protected].2"
}
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,11 +32,11 @@
"@babel/core": "^7.25.8",
"@babel/preset-env": "^7.25.8",
"@babel/preset-typescript": "^7.25.7",
"@types/node": "^20.16.11",
"@types/node": "^20.16.14",
"babel-loader": "^9.2.1",
"cross-env": "^7.0.3",
"fork-ts-checker-webpack-plugin": "^9.0.2",
"html-webpack-plugin": "^5.6.0",
"html-webpack-plugin": "^5.6.2",
"ts-node": "^10.9.2",
"typescript": "~5.5.4",
"webpack": "^5.95.0",
Expand Down
2 changes: 1 addition & 1 deletion 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.10",
"@types/lodash": "^4.17.12",
"color": "^4.2.3",
"csstype": "^3.1.3",
"lodash-es": "^4.17.21"
Expand Down
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,14 +23,14 @@
"@babel/preset-env": "^7.25.8",
"@babel/preset-react": "^7.25.7",
"@babel/preset-typescript": "^7.25.7",
"@types/node": "^20.16.11",
"@types/node": "^20.16.14",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"@types/styled-components": "^5.1.34",
"babel-loader": "^9.2.1",
"cross-env": "^7.0.3",
"fork-ts-checker-webpack-plugin": "^9.0.2",
"html-webpack-plugin": "^5.6.0",
"html-webpack-plugin": "^5.6.2",
"ts-node": "^10.9.2",
"typescript": "~5.5.4",
"webpack": "^5.95.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,13 +30,13 @@
"@babel/preset-env": "^7.25.8",
"@babel/preset-react": "^7.25.7",
"@babel/preset-typescript": "^7.25.7",
"@types/node": "^20.16.11",
"@types/node": "^20.16.14",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"babel-loader": "^9.2.1",
"cross-env": "^7.0.3",
"fork-ts-checker-webpack-plugin": "^9.0.2",
"html-webpack-plugin": "^5.6.0",
"html-webpack-plugin": "^5.6.2",
"ts-node": "^10.9.2",
"typescript": "~5.5.4",
"webpack": "^5.95.0",
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 @@ -40,7 +40,7 @@
"prepublish": "pnpm run lint && pnpm run test"
},
"dependencies": {
"@types/lodash": "^4.17.10",
"@types/lodash": "^4.17.12",
"react-base16-styling": "workspace:^"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions packages/redux-devtools-app-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,15 +61,15 @@
"@babel/preset-react": "^7.25.7",
"@babel/preset-typescript": "^7.25.7",
"@emotion/react": "^11.13.3",
"@reduxjs/toolkit": "^2.2.8",
"@rjsf/core": "^5.21.2",
"@reduxjs/toolkit": "^2.3.0",
"@rjsf/core": "^5.22.1",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/jest-dom": "^6.6.2",
"@testing-library/react": "^16.0.1",
"@types/jest": "^29.5.13",
"@types/jsan": "^3.1.5",
"@types/json-schema": "^7.0.15",
"@types/node": "^20.16.11",
"@types/node": "^20.16.14",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"@types/styled-components": "^5.1.34",
Expand Down
8 changes: 4 additions & 4 deletions packages/redux-devtools-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,11 @@
"@babel/preset-react": "^7.25.7",
"@babel/preset-typescript": "^7.25.7",
"@emotion/react": "^11.13.3",
"@reduxjs/toolkit": "^2.2.8",
"@rjsf/core": "^5.21.2",
"@reduxjs/toolkit": "^2.3.0",
"@rjsf/core": "^5.22.1",
"@types/jsan": "^3.1.5",
"@types/json-schema": "^7.0.15",
"@types/node": "^20.16.11",
"@types/node": "^20.16.14",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"@types/socketcluster-client": "^19.1.0",
Expand All @@ -74,7 +74,7 @@
"fork-ts-checker-webpack-plugin": "^9.0.2",
"globals": "^15.11.0",
"html-loader": "^5.1.0",
"html-webpack-plugin": "^5.6.0",
"html-webpack-plugin": "^5.6.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"rimraf": "^6.0.1",
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 @@ -44,13 +44,13 @@
"@apollo/server": "^4.11.0",
"@emotion/react": "^11.13.3",
"@redux-devtools/app": "workspace:^",
"@reduxjs/toolkit": "^2.2.8",
"@reduxjs/toolkit": "^2.3.0",
"@types/react": "^18.3.11",
"body-parser": "^1.20.3",
"chalk": "^5.3.0",
"cors": "^2.8.5",
"cross-spawn": "^7.0.3",
"electron": "^31.7.0",
"electron": "^31.7.1",
"express": "^4.21.1",
"get-port": "^7.1.0",
"graphql": "^16.9.0",
Expand All @@ -77,7 +77,7 @@
"@types/lodash-es": "^4.17.12",
"@types/minimist": "^1.2.5",
"@types/morgan": "^1.9.9",
"@types/node": "^20.16.11",
"@types/node": "^20.16.14",
"@types/semver": "^7.5.8",
"@types/socketcluster-client": "^19.1.0",
"@types/socketcluster-server": "^19.0.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@babel/preset-react": "^7.25.7",
"@babel/preset-typescript": "^7.25.7",
"@types/lodash.shuffle": "^4.2.9",
"@types/node": "^20.16.11",
"@types/node": "^20.16.14",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"@types/redux-logger": "^3.0.13",
Expand All @@ -43,7 +43,7 @@
"cross-env": "^7.0.3",
"css-loader": "^7.1.2",
"fork-ts-checker-webpack-plugin": "^9.0.2",
"html-webpack-plugin": "^5.6.0",
"html-webpack-plugin": "^5.6.2",
"style-loader": "^4.0.0",
"ts-node": "^10.9.2",
"typescript": "~5.5.4",
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.12",
"@babel/runtime": "^7.25.7",
"@types/chrome": "^0.0.278",
"@types/chrome": "^0.0.279",
"anser": "^2.3.0",
"html-entities": "^2.5.2",
"path-browserify": "^1.0.1",
Expand All @@ -54,7 +54,7 @@
"@testing-library/react": "^16.0.1",
"@types/babel__code-frame": "^7.0.6",
"@types/jest": "^29.5.13",
"@types/node": "^20.16.11",
"@types/node": "^20.16.14",
"@types/path-browserify": "^1.0.3",
"@types/react": "^18.3.11",
"@types/source-map": "0.5.2",
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,15 +31,15 @@
"@babel/preset-react": "^7.25.7",
"@babel/preset-typescript": "^7.25.7",
"@types/lodash.shuffle": "^4.2.9",
"@types/node": "^20.16.11",
"@types/node": "^20.16.14",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"@types/redux-logger": "^3.0.13",
"@types/webpack-env": "^1.18.5",
"babel-loader": "^9.2.1",
"cross-env": "^7.0.3",
"fork-ts-checker-webpack-plugin": "^9.0.2",
"html-webpack-plugin": "^5.6.0",
"html-webpack-plugin": "^5.6.2",
"ts-node": "^10.9.2",
"typescript": "~5.5.4",
"webpack": "^5.95.0",
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 @@ -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.10",
"@types/lodash": "^4.17.12",
"dateformat": "^5.0.3",
"hex-rgba": "^1.0.2",
"immutable": "^4.3.7",
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 @@ -48,7 +48,7 @@
"@babel/preset-env": "^7.25.8",
"@babel/preset-typescript": "^7.25.7",
"@types/jest": "^29.5.13",
"@types/node": "^20.16.11",
"@types/node": "^20.16.14",
"jest": "^29.7.0",
"redux": "^5.0.1",
"rimraf": "^6.0.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/redux-devtools-remote/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,11 @@
"@babel/preset-env": "^7.25.8",
"@babel/preset-typescript": "^7.25.7",
"@types/jsan": "^3.1.5",
"@types/node": "^20.16.11",
"@types/node": "^20.16.14",
"@types/rn-host-detect": "^1.2.2",
"@types/socketcluster-client": "^19.1.0",
"@typescript-eslint/eslint-plugin": "^8.9.0",
"@typescript-eslint/parser": "^8.9.0",
"@typescript-eslint/eslint-plugin": "^8.11.0",
"@typescript-eslint/parser": "^8.11.0",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"redux": "^5.0.1",
Expand Down
10 changes: 5 additions & 5 deletions packages/redux-devtools-rtk-query-monitor/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@
},
"dependencies": {
"@babel/runtime": "^7.25.7",
"@chakra-ui/react": "^2.10.2",
"@chakra-ui/react": "^2.10.3",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@mswjs/data": "^0.16.2",
"@redux-devtools/core": "workspace:^",
"@redux-devtools/dock-monitor": "workspace:^",
"@redux-devtools/rtk-query-monitor": "workspace:^",
"@reduxjs/toolkit": "^2.2.8",
"framer-motion": "^11.11.8",
"@reduxjs/toolkit": "^2.3.0",
"framer-motion": "^11.11.9",
"msw": "^2.4.7",
"react": "^18.3.1",
"react-dom": "^18.3.1",
Expand All @@ -35,7 +35,7 @@
"@babel/preset-env": "^7.25.8",
"@babel/preset-react": "^7.25.7",
"@babel/preset-typescript": "^7.25.7",
"@types/node": "^20.16.11",
"@types/node": "^20.16.14",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"@types/styled-components": "^5.1.34",
Expand All @@ -44,7 +44,7 @@
"cross-env": "^7.0.3",
"css-loader": "^7.1.2",
"fork-ts-checker-webpack-plugin": "^9.0.2",
"html-webpack-plugin": "^5.6.0",
"html-webpack-plugin": "^5.6.2",
"style-loader": "^4.0.0",
"ts-node": "^10.9.2",
"typescript": "~5.5.4",
Expand Down
6 changes: 3 additions & 3 deletions packages/redux-devtools-rtk-query-monitor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"dependencies": {
"@babel/runtime": "^7.25.7",
"@redux-devtools/ui": "workspace:^",
"@types/lodash": "^4.17.10",
"@types/lodash": "^4.17.12",
"hex-rgba": "^1.0.2",
"immutable": "^4.3.7",
"lodash.debounce": "^4.0.8",
Expand All @@ -64,9 +64,9 @@
"@emotion/babel-preset-css-prop": "^11.12.0",
"@emotion/react": "^11.13.3",
"@redux-devtools/core": "workspace:^",
"@reduxjs/toolkit": "^2.2.8",
"@reduxjs/toolkit": "^2.3.0",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/jest-dom": "^6.6.2",
"@testing-library/react": "^16.0.1",
"@types/jest": "^29.5.13",
"@types/hex-rgba": "^1.0.3",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@babel/preset-env": "^7.25.8",
"@babel/preset-react": "^7.25.7",
"@babel/preset-typescript": "^7.25.7",
"@types/node": "^20.16.11",
"@types/node": "^20.16.14",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"@types/styled-components": "^5.1.34",
Expand All @@ -42,7 +42,7 @@
"cross-env": "^7.0.3",
"css-loader": "^7.1.2",
"fork-ts-checker-webpack-plugin": "^9.0.2",
"html-webpack-plugin": "^5.6.0",
"html-webpack-plugin": "^5.6.2",
"style-loader": "^4.0.0",
"ts-node": "^10.9.2",
"typescript": "~5.5.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 @@ -44,7 +44,7 @@
"@babel/preset-react": "^7.25.7",
"@babel/preset-typescript": "^7.25.7",
"@redux-devtools/core": "workspace:^",
"@types/node": "^20.16.11",
"@types/node": "^20.16.14",
"@types/react": "^18.3.11",
"react": "^18.3.1",
"redux": "^5.0.1",
Expand Down
Loading

0 comments on commit 72501ea

Please sign in to comment.