Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 23, 2024
1 parent 04858cd commit 05dfeba
Show file tree
Hide file tree
Showing 31 changed files with 1,139 additions and 814 deletions.
6 changes: 3 additions & 3 deletions extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,20 +58,20 @@
"@testing-library/react": "^16.0.1",
"@types/chrome": "^0.0.271",
"@types/lodash-es": "^4.17.12",
"@types/react": "^18.3.6",
"@types/react": "^18.3.8",
"@types/react-dom": "^18.3.0",
"@types/styled-components": "^5.1.34",
"chromedriver": "^126.0.5",
"cross-env": "^7.0.3",
"electron": "^31.6.0",
"esbuild": "^0.23.1",
"esbuild": "^0.24.0",
"globals": "^15.9.0",
"immutable": "^4.3.7",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"pug": "^3.0.3",
"rimraf": "^6.0.1",
"selenium-webdriver": "^4.24.1",
"selenium-webdriver": "^4.25.0",
"sinon-chrome": "^3.0.1",
"ts-jest": "^29.2.5",
"typescript": "~5.5.4",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"jest": "^29.7.0",
"prettier": "3.3.3",
"typescript": "~5.5.4",
"typescript-eslint": "^8.6.0"
"typescript-eslint": "^8.7.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": "pnpm@9.10.0"
"packageManager": "pnpm@9.11.0"
}
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 @@ -32,7 +32,7 @@
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.4",
"@babel/preset-typescript": "^7.24.7",
"@types/node": "^20.16.5",
"@types/node": "^20.16.6",
"babel-loader": "^9.2.1",
"cross-env": "^7.0.3",
"fork-ts-checker-webpack-plugin": "^9.0.2",
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.7",
"@types/lodash": "^4.17.9",
"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,8 +23,8 @@
"@babel/preset-env": "^7.25.4",
"@babel/preset-react": "^7.24.7",
"@babel/preset-typescript": "^7.24.7",
"@types/node": "^20.16.5",
"@types/react": "^18.3.6",
"@types/node": "^20.16.6",
"@types/react": "^18.3.8",
"@types/react-dom": "^18.3.0",
"@types/styled-components": "^5.1.34",
"babel-loader": "^9.2.1",
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 @@ -41,7 +41,7 @@
},
"devDependencies": {
"@types/jest": "^29.5.13",
"@types/react": "^18.3.6",
"@types/react": "^18.3.8",
"@types/react-test-renderer": "^18.3.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.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,8 +30,8 @@
"@babel/preset-env": "^7.25.4",
"@babel/preset-react": "^7.24.7",
"@babel/preset-typescript": "^7.24.7",
"@types/node": "^20.16.5",
"@types/react": "^18.3.6",
"@types/node": "^20.16.6",
"@types/react": "^18.3.8",
"@types/react-dom": "^18.3.0",
"babel-loader": "^9.2.1",
"cross-env": "^7.0.3",
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,12 +40,12 @@
"prepublish": "pnpm run lint && pnpm run test"
},
"dependencies": {
"@types/lodash": "^4.17.7",
"@types/lodash": "^4.17.9",
"react-base16-styling": "workspace:^"
},
"devDependencies": {
"@types/jest": "^29.5.13",
"@types/react": "^18.3.6",
"@types/react": "^18.3.8",
"@types/react-test-renderer": "^18.3.0",
"jest": "^29.7.0",
"react": "^18.3.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/redux-devtools-app-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,12 @@
"@types/jest": "^29.5.13",
"@types/jsan": "^3.1.5",
"@types/json-schema": "^7.0.15",
"@types/node": "^20.16.5",
"@types/react": "^18.3.6",
"@types/node": "^20.16.6",
"@types/react": "^18.3.8",
"@types/react-dom": "^18.3.0",
"@types/styled-components": "^5.1.34",
"cross-env": "^7.0.3",
"esbuild": "^0.23.1",
"esbuild": "^0.24.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"react": "^18.3.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/redux-devtools-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,16 +61,16 @@
"@rjsf/core": "^5.21.1",
"@types/jsan": "^3.1.5",
"@types/json-schema": "^7.0.15",
"@types/node": "^20.16.5",
"@types/react": "^18.3.6",
"@types/node": "^20.16.6",
"@types/react": "^18.3.8",
"@types/react-dom": "^18.3.0",
"@types/socketcluster-client": "^19.1.0",
"@types/styled-components": "^5.1.34",
"@types/webpack-env": "^1.18.5",
"babel-loader": "^9.2.1",
"cross-env": "^7.0.3",
"css-loader": "^7.1.2",
"esbuild": "^0.23.1",
"esbuild": "^0.24.0",
"fork-ts-checker-webpack-plugin": "^9.0.2",
"globals": "^15.9.0",
"html-loader": "^5.1.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 @@ -53,7 +53,7 @@
"@babel/preset-react": "^7.24.7",
"@babel/preset-typescript": "^7.24.7",
"@redux-devtools/core": "workspace:^",
"@types/react": "^18.3.6",
"@types/react": "^18.3.8",
"react": "^18.3.1",
"redux": "^5.0.1",
"rimraf": "^6.0.1",
Expand Down
4 changes: 2 additions & 2 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.3",
"@redux-devtools/app": "workspace:^",
"@reduxjs/toolkit": "^2.2.7",
"@types/react": "^18.3.6",
"@types/react": "^18.3.8",
"body-parser": "^1.20.3",
"chalk": "^5.3.0",
"cors": "^2.8.5",
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": "^20.16.5",
"@types/node": "^20.16.6",
"@types/semver": "^7.5.8",
"@types/socketcluster-client": "^19.1.0",
"@types/socketcluster-server": "^19.0.1",
Expand Down
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 @@ -55,7 +55,7 @@
"@babel/preset-typescript": "^7.24.7",
"@redux-devtools/core": "workspace:^",
"@types/parse-key": "^0.2.2",
"@types/react": "^18.3.6",
"@types/react": "^18.3.8",
"react": "^18.3.1",
"redux": "^5.0.1",
"rimraf": "^6.0.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
"@babel/preset-react": "^7.24.7",
"@babel/preset-typescript": "^7.24.7",
"@types/lodash.shuffle": "^4.2.9",
"@types/node": "^20.16.5",
"@types/react": "^18.3.6",
"@types/node": "^20.16.6",
"@types/react": "^18.3.8",
"@types/react-dom": "^18.3.0",
"@types/redux-logger": "^3.0.13",
"@types/styled-components": "^5.1.34",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"@types/jest": "^29.5.13",
"@types/jsan": "^3.1.5",
"@types/object-path": "^0.11.4",
"@types/react": "^18.3.6",
"@types/react": "^18.3.8",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"react": "^18.3.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@babel/code-frame": "^8.0.0-alpha.12",
"@babel/runtime": "^7.25.6",
"@types/chrome": "^0.0.271",
"anser": "^2.1.1",
"anser": "^2.2.0",
"html-entities": "^2.5.2",
"path-browserify": "^1.0.1",
"react-base16-styling": "workspace:^",
Expand All @@ -54,9 +54,9 @@
"@testing-library/react": "^16.0.1",
"@types/babel__code-frame": "^7.0.6",
"@types/jest": "^29.5.13",
"@types/node": "^20.16.5",
"@types/node": "^20.16.6",
"@types/path-browserify": "^1.0.3",
"@types/react": "^18.3.6",
"@types/react": "^18.3.8",
"@types/source-map": "0.5.2",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.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,8 +31,8 @@
"@babel/preset-react": "^7.24.7",
"@babel/preset-typescript": "^7.24.7",
"@types/lodash.shuffle": "^4.2.9",
"@types/node": "^20.16.5",
"@types/react": "^18.3.6",
"@types/node": "^20.16.6",
"@types/react": "^18.3.8",
"@types/react-dom": "^18.3.0",
"@types/redux-logger": "^3.0.13",
"@types/webpack-env": "^1.18.5",
Expand Down
4 changes: 2 additions & 2 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.7",
"@types/lodash": "^4.17.9",
"dateformat": "^5.0.3",
"hex-rgba": "^1.0.2",
"immutable": "^4.3.7",
Expand All @@ -64,7 +64,7 @@
"@types/dateformat": "^5.0.2",
"@types/hex-rgba": "^1.0.3",
"@types/lodash.debounce": "^4.0.9",
"@types/react": "^18.3.6",
"@types/react": "^18.3.8",
"react": "^18.3.1",
"redux": "^5.0.1",
"rimraf": "^6.0.1",
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.4",
"@babel/preset-typescript": "^7.24.7",
"@types/jest": "^29.5.13",
"@types/node": "^20.16.5",
"@types/node": "^20.16.6",
"jest": "^29.7.0",
"redux": "^5.0.1",
"rimraf": "^6.0.1",
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 @@ -56,7 +56,7 @@
"@babel/preset-react": "^7.24.7",
"@babel/preset-typescript": "^7.24.7",
"@redux-devtools/core": "workspace:^",
"@types/react": "^18.3.6",
"@types/react": "^18.3.8",
"react": "^18.3.1",
"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.4",
"@babel/preset-typescript": "^7.24.7",
"@types/jsan": "^3.1.5",
"@types/node": "^20.16.5",
"@types/node": "^20.16.6",
"@types/rn-host-detect": "^1.2.2",
"@types/socketcluster-client": "^19.1.0",
"@typescript-eslint/eslint-plugin": "^8.6.0",
"@typescript-eslint/parser": "^8.6.0",
"@typescript-eslint/eslint-plugin": "^8.7.0",
"@typescript-eslint/parser": "^8.7.0",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"redux": "^5.0.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/redux-devtools-rtk-query-monitor/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@redux-devtools/dock-monitor": "workspace:^",
"@redux-devtools/rtk-query-monitor": "workspace:^",
"@reduxjs/toolkit": "^2.2.7",
"framer-motion": "^11.5.4",
"framer-motion": "^11.5.6",
"msw": "^2.4.7",
"react": "^18.3.1",
"react-dom": "^18.3.1",
Expand All @@ -35,8 +35,8 @@
"@babel/preset-env": "^7.25.4",
"@babel/preset-react": "^7.24.7",
"@babel/preset-typescript": "^7.24.7",
"@types/node": "^20.16.5",
"@types/react": "^18.3.6",
"@types/node": "^20.16.6",
"@types/react": "^18.3.8",
"@types/react-dom": "^18.3.0",
"@types/styled-components": "^5.1.34",
"babel-loader": "^9.2.1",
Expand Down
4 changes: 2 additions & 2 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.6",
"@redux-devtools/ui": "workspace:^",
"@types/lodash": "^4.17.7",
"@types/lodash": "^4.17.9",
"hex-rgba": "^1.0.2",
"immutable": "^4.3.7",
"lodash.debounce": "^4.0.8",
Expand All @@ -71,7 +71,7 @@
"@types/jest": "^29.5.13",
"@types/hex-rgba": "^1.0.3",
"@types/lodash.debounce": "^4.0.9",
"@types/react": "^18.3.6",
"@types/react": "^18.3.8",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"react": "^18.3.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
"@babel/preset-env": "^7.25.4",
"@babel/preset-react": "^7.24.7",
"@babel/preset-typescript": "^7.24.7",
"@types/node": "^20.16.5",
"@types/react": "^18.3.6",
"@types/node": "^20.16.6",
"@types/react": "^18.3.8",
"@types/react-dom": "^18.3.0",
"@types/styled-components": "^5.1.34",
"@types/webpack-env": "^1.18.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/redux-devtools-slider-monitor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
"@babel/preset-react": "^7.24.7",
"@babel/preset-typescript": "^7.24.7",
"@redux-devtools/core": "workspace:^",
"@types/node": "^20.16.5",
"@types/react": "^18.3.6",
"@types/node": "^20.16.6",
"@types/react": "^18.3.8",
"react": "^18.3.1",
"redux": "^5.0.1",
"rimraf": "^6.0.1",
Expand Down
24 changes: 12 additions & 12 deletions packages/redux-devtools-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@
"@types/codemirror": "^5.60.15",
"@types/json-schema": "^7.0.15",
"@types/simple-element-resize-detector": "^1.3.3",
"codemirror": "^5.65.17",
"codemirror": "^5.65.18",
"color": "^4.2.3",
"react-base16-styling": "workspace:^",
"react-icons": "^5.3.0",
"react-select": "^5.8.0",
"react-select": "^5.8.1",
"simple-element-resize-detector": "^1.3.0"
},
"devDependencies": {
Expand All @@ -65,21 +65,21 @@
"@babel/preset-react": "^7.24.7",
"@babel/preset-typescript": "^7.24.7",
"@chromatic-com/storybook": "^2.0.2",
"@storybook/addon-essentials": "^8.3.1",
"@storybook/addon-interactions": "^8.3.1",
"@storybook/addon-links": "^8.3.1",
"@storybook/addon-onboarding": "^8.3.1",
"@storybook/addon-essentials": "^8.3.2",
"@storybook/addon-interactions": "^8.3.2",
"@storybook/addon-links": "^8.3.2",
"@storybook/addon-onboarding": "^8.3.2",
"@storybook/addon-webpack5-compiler-swc": "1.0.5",
"@storybook/blocks": "^8.3.1",
"@storybook/react": "^8.3.1",
"@storybook/react-webpack5": "^8.3.1",
"@storybook/test": "^8.3.1",
"@storybook/blocks": "^8.3.2",
"@storybook/react": "^8.3.2",
"@storybook/react-webpack5": "^8.3.2",
"@storybook/test": "^8.3.2",
"@testing-library/dom": "^10.4.0",
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "^14.5.2",
"@types/color": "^3.0.6",
"@types/jest": "^29.5.13",
"@types/react": "^18.3.6",
"@types/react": "^18.3.8",
"@types/styled-components": "^5.1.34",
"babel-loader": "^9.2.1",
"csstype": "^3.1.3",
Expand All @@ -90,7 +90,7 @@
"react-dom": "^18.3.1",
"react-is": "^18.3.1",
"rimraf": "^6.0.1",
"storybook": "^8.3.1",
"storybook": "^8.3.2",
"styled-components": "^5.3.11",
"stylelint": "^16.9.0",
"stylelint-config-standard": "^36.0.1",
Expand Down
Loading

0 comments on commit 05dfeba

Please sign in to comment.