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 Dec 10, 2024
1 parent c065b03 commit e928ed5
Show file tree
Hide file tree
Showing 19 changed files with 230 additions and 171 deletions.
4 changes: 2 additions & 2 deletions extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"type-check": "tsc --noEmit"
},
"dependencies": {
"@emotion/react": "^11.13.5",
"@emotion/react": "^11.14.0",
"@redux-devtools/app": "workspace:^",
"@redux-devtools/core": "workspace:^",
"@redux-devtools/instrument": "workspace:^",
Expand Down Expand Up @@ -59,7 +59,7 @@
"@types/chrome": "^0.0.287",
"@types/lodash-es": "^4.17.12",
"@types/react": "^18.3.14",
"@types/react-dom": "^18.3.2",
"@types/react-dom": "^18.3.3",
"@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 @@ -13,7 +13,7 @@
"jest": "^29.7.0",
"prettier": "3.4.2",
"typescript": "~5.7.2",
"typescript-eslint": "^8.17.0"
"typescript-eslint": "^8.18.0"
},
"scripts": {
"format": "prettier --write .",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-dock/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@babel/preset-typescript": "^7.26.0",
"@types/node": "^22.10.1",
"@types/react": "^18.3.14",
"@types/react-dom": "^18.3.2",
"@types/react-dom": "^18.3.3",
"@types/styled-components": "^5.1.34",
"babel-loader": "^9.2.1",
"cross-env": "^7.0.3",
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 @@ -32,7 +32,7 @@
"@babel/preset-typescript": "^7.26.0",
"@types/node": "^22.10.1",
"@types/react": "^18.3.14",
"@types/react-dom": "^18.3.2",
"@types/react-dom": "^18.3.3",
"babel-loader": "^9.2.1",
"cross-env": "^7.0.3",
"fork-ts-checker-webpack-plugin": "^9.0.2",
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 @@ -60,7 +60,7 @@
"@babel/preset-env": "^7.26.0",
"@babel/preset-react": "^7.26.3",
"@babel/preset-typescript": "^7.26.0",
"@emotion/react": "^11.13.5",
"@emotion/react": "^11.14.0",
"@reduxjs/toolkit": "^2.4.0",
"@rjsf/core": "^5.23.1",
"@testing-library/dom": "^10.4.0",
Expand All @@ -71,7 +71,7 @@
"@types/json-schema": "^7.0.15",
"@types/node": "^22.10.1",
"@types/react": "^18.3.14",
"@types/react-dom": "^18.3.2",
"@types/react-dom": "^18.3.3",
"@types/styled-components": "^5.1.34",
"cross-env": "^7.0.3",
"esbuild": "^0.24.0",
Expand All @@ -89,7 +89,7 @@
"typescript": "~5.7.2"
},
"peerDependencies": {
"@emotion/react": "^11.13.5",
"@emotion/react": "^11.14.0",
"@reduxjs/toolkit": "^1.0.0 || ^2.0.0",
"@types/react": "^16.8.0 || ^17.0.0 || ^18.0.0",
"@types/styled-components": "^5.1.34",
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 @@ -56,14 +56,14 @@
"@babel/preset-env": "^7.26.0",
"@babel/preset-react": "^7.26.3",
"@babel/preset-typescript": "^7.26.0",
"@emotion/react": "^11.13.5",
"@emotion/react": "^11.14.0",
"@reduxjs/toolkit": "^2.4.0",
"@rjsf/core": "^5.23.1",
"@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-dom": "^18.3.3",
"@types/socketcluster-client": "^19.1.0",
"@types/styled-components": "^5.1.34",
"@types/webpack-env": "^1.18.5",
Expand All @@ -88,7 +88,7 @@
"webpack-dev-server": "^5.1.0"
},
"peerDependencies": {
"@emotion/react": "^11.13.5",
"@emotion/react": "^11.14.0",
"@reduxjs/toolkit": "^1.0.0 || ^2.0.0",
"@types/react": "^16.8.0 || ^17.0.0 || ^18.0.0",
"@types/styled-components": "^5.1.34",
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 @@ -42,14 +42,14 @@
},
"dependencies": {
"@apollo/server": "^4.11.2",
"@emotion/react": "^11.13.5",
"@emotion/react": "^11.14.0",
"@redux-devtools/app": "workspace:^",
"@reduxjs/toolkit": "^2.4.0",
"@types/react": "^18.3.14",
"body-parser": "^1.20.3",
"chalk": "^5.3.0",
"cors": "^2.8.5",
"cross-spawn": "^7.0.3",
"cross-spawn": "^7.0.6",
"electron": "^31.7.6",
"express": "^4.21.2",
"get-port": "^7.1.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"type-check": "tsc --noEmit"
},
"dependencies": {
"@emotion/react": "^11.13.5",
"@emotion/react": "^11.14.0",
"@redux-devtools/core": "workspace:^",
"@redux-devtools/dock-monitor": "workspace:^",
"@redux-devtools/inspector-monitor": "workspace:^",
Expand All @@ -35,7 +35,7 @@
"@types/lodash.shuffle": "^4.2.9",
"@types/node": "^22.10.1",
"@types/react": "^18.3.14",
"@types/react-dom": "^18.3.2",
"@types/react-dom": "^18.3.3",
"@types/redux-logger": "^3.0.13",
"@types/styled-components": "^5.1.34",
"@types/webpack-env": "^1.18.5",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"@babel/preset-env": "^7.26.0",
"@babel/preset-react": "^7.26.3",
"@babel/preset-typescript": "^7.26.0",
"@emotion/react": "^11.13.5",
"@emotion/react": "^11.14.0",
"@redux-devtools/core": "workspace:^",
"@redux-devtools/inspector-monitor": "workspace:^",
"@testing-library/dom": "^10.4.0",
Expand All @@ -80,7 +80,7 @@
"typescript": "~5.7.2"
},
"peerDependencies": {
"@emotion/react": "^11.13.5",
"@emotion/react": "^11.14.0",
"@redux-devtools/inspector-monitor": "workspace:^",
"@types/react": "^16.8.0 || ^17.0.0 || ^18.0.0",
"@types/styled-components": "^5.1.34",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@babel/preset-env": "^7.26.0",
"@babel/preset-react": "^7.26.3",
"@babel/preset-typescript": "^7.26.0",
"@emotion/react": "^11.13.5",
"@emotion/react": "^11.14.0",
"@redux-devtools/core": "workspace:^",
"@redux-devtools/inspector-monitor": "workspace:^",
"@testing-library/dom": "^10.4.0",
Expand All @@ -69,7 +69,7 @@
"typescript": "~5.7.2"
},
"peerDependencies": {
"@emotion/react": "^11.13.5",
"@emotion/react": "^11.14.0",
"@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",
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 @@ -10,7 +10,7 @@
"type-check": "tsc --noEmit"
},
"dependencies": {
"@emotion/react": "^11.13.5",
"@emotion/react": "^11.14.0",
"@redux-devtools/core": "workspace:^",
"@redux-devtools/dock-monitor": "workspace:^",
"@redux-devtools/inspector-monitor": "workspace:^",
Expand All @@ -33,7 +33,7 @@
"@types/lodash.shuffle": "^4.2.9",
"@types/node": "^22.10.1",
"@types/react": "^18.3.14",
"@types/react-dom": "^18.3.2",
"@types/react-dom": "^18.3.3",
"@types/redux-logger": "^3.0.13",
"@types/webpack-env": "^1.18.5",
"babel-loader": "^9.2.1",
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 @@ -59,7 +59,7 @@
"@babel/preset-react": "^7.26.3",
"@babel/preset-typescript": "^7.26.0",
"@emotion/babel-preset-css-prop": "^11.12.0",
"@emotion/react": "^11.13.5",
"@emotion/react": "^11.14.0",
"@redux-devtools/core": "workspace:^",
"@types/dateformat": "^5.0.2",
"@types/hex-rgba": "^1.0.3",
Expand All @@ -71,7 +71,7 @@
"typescript": "~5.7.2"
},
"peerDependencies": {
"@emotion/react": "^11.13.5",
"@emotion/react": "^11.14.0",
"@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",
Expand Down
4 changes: 2 additions & 2 deletions packages/redux-devtools-remote/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@
"@types/node": "^22.10.1",
"@types/rn-host-detect": "^1.2.2",
"@types/socketcluster-client": "^19.1.0",
"@typescript-eslint/eslint-plugin": "^8.17.0",
"@typescript-eslint/parser": "^8.17.0",
"@typescript-eslint/eslint-plugin": "^8.18.0",
"@typescript-eslint/parser": "^8.18.0",
"eslint": "^9.16.0",
"eslint-config-prettier": "^9.1.0",
"redux": "^5.0.1",
Expand Down
8 changes: 4 additions & 4 deletions packages/redux-devtools-rtk-query-monitor/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
"dependencies": {
"@babel/runtime": "^7.26.0",
"@chakra-ui/react": "^2.10.4",
"@emotion/react": "^11.13.5",
"@emotion/styled": "^11.13.5",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@mswjs/data": "^0.16.2",
"@redux-devtools/core": "workspace:^",
"@redux-devtools/dock-monitor": "workspace:^",
"@redux-devtools/rtk-query-monitor": "workspace:^",
"@reduxjs/toolkit": "^2.4.0",
"framer-motion": "^11.13.1",
"framer-motion": "^11.13.4",
"msw": "^2.6.7",
"react": "^18.3.1",
"react-dom": "^18.3.1",
Expand All @@ -37,7 +37,7 @@
"@babel/preset-typescript": "^7.26.0",
"@types/node": "^22.10.1",
"@types/react": "^18.3.14",
"@types/react-dom": "^18.3.2",
"@types/react-dom": "^18.3.3",
"@types/styled-components": "^5.1.34",
"babel-loader": "^9.2.1",
"copy-webpack-plugin": "^12.0.2",
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 @@ -62,7 +62,7 @@
"@babel/preset-react": "^7.26.3",
"@babel/preset-typescript": "^7.26.0",
"@emotion/babel-preset-css-prop": "^11.12.0",
"@emotion/react": "^11.13.5",
"@emotion/react": "^11.14.0",
"@redux-devtools/core": "workspace:^",
"@reduxjs/toolkit": "^2.4.0",
"@testing-library/dom": "^10.4.0",
Expand All @@ -83,7 +83,7 @@
"typescript": "~5.7.2"
},
"peerDependencies": {
"@emotion/react": "^11.13.5",
"@emotion/react": "^11.14.0",
"@redux-devtools/core": "workspace:^",
"@reduxjs/toolkit": "^1.0.0 || ^2.0.0",
"@types/react": "^16.8.0 || ^17.0.0 || ^18.0.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@babel/preset-typescript": "^7.26.0",
"@types/node": "^22.10.1",
"@types/react": "^18.3.14",
"@types/react-dom": "^18.3.2",
"@types/react-dom": "^18.3.3",
"@types/styled-components": "^5.1.34",
"@types/webpack-env": "^1.18.5",
"babel-loader": "^9.2.1",
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 @@ -35,7 +35,7 @@
"@babel/preset-typescript": "^7.26.0",
"@types/node": "^22.10.1",
"@types/react": "^18.3.14",
"@types/react-dom": "^18.3.2",
"@types/react-dom": "^18.3.3",
"@types/webpack-env": "^1.18.5",
"babel-loader": "^9.2.1",
"cross-env": "^7.0.3",
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 @@ -48,7 +48,7 @@
"@babel/preset-typescript": "^7.26.0",
"@types/node": "^22.10.1",
"@types/react": "^18.3.14",
"@types/react-dom": "^18.3.2",
"@types/react-dom": "^18.3.3",
"@types/webpack-env": "^1.18.5",
"babel-loader": "^9.2.1",
"cross-env": "^7.0.3",
Expand Down
Loading

0 comments on commit e928ed5

Please sign in to comment.