Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 82a53bd

Browse files
authoredOct 9, 2022
chore(deps): update all non-major dependencies
1 parent ea55ba2 commit 82a53bd

File tree

35 files changed

+3254
-3274
lines changed

35 files changed

+3254
-3274
lines changed
 

‎extension/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -46,22 +46,22 @@
4646
"react-icons": "^4.4.0",
4747
"react-is": "^18.2.0",
4848
"react-json-tree": "^0.17.0",
49-
"react-redux": "^8.0.2",
49+
"react-redux": "^8.0.4",
5050
"redux": "^4.2.0",
5151
"redux-persist": "^6.0.0",
52-
"styled-components": "^5.3.5"
52+
"styled-components": "^5.3.6"
5353
},
5454
"devDependencies": {
55-
"@babel/core": "^7.18.10",
56-
"@babel/preset-env": "^7.18.10",
55+
"@babel/core": "^7.19.3",
56+
"@babel/preset-env": "^7.19.3",
5757
"@babel/preset-react": "^7.18.6",
5858
"@babel/preset-typescript": "^7.18.6",
5959
"@babel/register": "^7.18.9",
6060
"@testing-library/jest-dom": "^5.16.5",
61-
"@testing-library/react": "^13.3.0",
62-
"@types/chrome": "^0.0.193",
63-
"@types/lodash": "^4.14.182",
64-
"@types/react": "^18.0.17",
61+
"@testing-library/react": "^13.4.0",
62+
"@types/chrome": "^0.0.197",
63+
"@types/lodash": "^4.14.186",
64+
"@types/react": "^18.0.21",
6565
"@types/react-dom": "^18.0.6",
6666
"@types/styled-components": "^5.1.26",
6767
"babel-loader": "^8.2.5",
@@ -71,11 +71,11 @@
7171
"cross-env": "^7.0.3",
7272
"css-loader": "^6.7.1",
7373
"electron": "^21.1.0",
74-
"eslint": "^8.21.0",
74+
"eslint": "^8.25.0",
7575
"eslint-config-airbnb": "^19.0.4",
7676
"eslint-plugin-import": "^2.26.0",
7777
"eslint-plugin-jsx-a11y": "^6.6.1",
78-
"eslint-plugin-react": "^7.30.1",
78+
"eslint-plugin-react": "^7.31.8",
7979
"eslint-plugin-react-hooks": "^4.6.0",
8080
"file-loader": "^6.2.0",
8181
"fork-ts-checker-webpack-plugin": "^7.2.13",
@@ -87,7 +87,7 @@
8787
"react-transform-catch-errors": "^1.0.2",
8888
"react-transform-hmr": "^1.0.4",
8989
"rimraf": "^3.0.2",
90-
"selenium-webdriver": "^4.4.0",
90+
"selenium-webdriver": "^4.5.0",
9191
"sinon-chrome": "^3.0.1",
9292
"style-loader": "^3.3.1",
9393
"ts-jest": "^27.1.5",

‎package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
{
22
"private": true,
33
"devDependencies": {
4-
"@babel/core": "^7.18.10",
5-
"@babel/eslint-parser": "^7.18.9",
6-
"@changesets/cli": "^2.24.2",
7-
"@typescript-eslint/eslint-plugin": "^5.33.0",
8-
"@typescript-eslint/parser": "^5.33.0",
9-
"eslint": "^8.21.0",
4+
"@babel/core": "^7.19.3",
5+
"@babel/eslint-parser": "^7.19.1",
6+
"@changesets/cli": "^2.25.0",
7+
"@typescript-eslint/eslint-plugin": "^5.39.0",
8+
"@typescript-eslint/parser": "^5.39.0",
9+
"eslint": "^8.25.0",
1010
"eslint-config-prettier": "^8.5.0",
11-
"eslint-plugin-jest": "^26.8.2",
12-
"eslint-plugin-react": "^7.30.1",
11+
"eslint-plugin-jest": "^26.9.0",
12+
"eslint-plugin-react": "^7.31.8",
1313
"eslint-plugin-react-hooks": "^4.6.0",
1414
"jest": "^27.5.1",
1515
"prettier": "2.7.1",
1616
"typescript": "~4.7.4",
17-
"nx": "^14.5.4",
18-
"@nrwl/nx-cloud": "^14.3.0"
17+
"nx": "^14.8.3",
18+
"@nrwl/nx-cloud": "^14.7.0"
1919
},
2020
"scripts": {
2121
"format": "prettier --write .",
@@ -38,7 +38,7 @@
3838
"packages/redux-devtools-rtk-query-monitor/demo",
3939
"packages/redux-devtools-slider-monitor/examples/todomvc"
4040
],
41-
"packageManager": "pnpm@7.9.0",
41+
"packageManager": "pnpm@7.13.3",
4242
"pnpm": {
4343
"overrides": {
4444
"@babel/highlight>chalk": "Methuselah96/chalk#v2-without-process"

‎packages/d3-state-visualizer/examples/tree/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,22 +29,22 @@
2929
"map2tree": "^2.1.0"
3030
},
3131
"devDependencies": {
32-
"@babel/core": "^7.18.10",
33-
"@babel/preset-env": "^7.18.10",
32+
"@babel/core": "^7.19.3",
33+
"@babel/preset-env": "^7.19.3",
3434
"@babel/preset-typescript": "^7.18.6",
35-
"@types/node": "^16.11.47",
36-
"@typescript-eslint/eslint-plugin": "^5.33.0",
37-
"@typescript-eslint/parser": "^5.33.0",
35+
"@types/node": "^16.11.64",
36+
"@typescript-eslint/eslint-plugin": "^5.39.0",
37+
"@typescript-eslint/parser": "^5.39.0",
3838
"babel-loader": "^8.2.5",
3939
"cross-env": "^7.0.3",
40-
"eslint": "^8.21.0",
40+
"eslint": "^8.25.0",
4141
"eslint-config-prettier": "^8.5.0",
4242
"fork-ts-checker-webpack-plugin": "^7.2.13",
4343
"html-webpack-plugin": "^5.5.0",
4444
"ts-node": "^10.9.1",
4545
"typescript": "~4.7.4",
4646
"webpack": "^5.74.0",
4747
"webpack-cli": "^4.10.0",
48-
"webpack-dev-server": "^4.10.0"
48+
"webpack-dev-server": "^4.11.1"
4949
}
5050
}

‎packages/d3-state-visualizer/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"prepublish": "pnpm run type-check && pnpm run lint"
4343
},
4444
"dependencies": {
45-
"@babel/runtime": "^7.18.9",
45+
"@babel/runtime": "^7.19.0",
4646
"@types/d3": "^3.5.47",
4747
"d3": "^3.5.17",
4848
"d3tooltip": "^2.1.0",
@@ -51,25 +51,25 @@
5151
"ramda": "^0.28.0"
5252
},
5353
"devDependencies": {
54-
"@babel/cli": "^7.18.10",
55-
"@babel/core": "^7.18.10",
56-
"@babel/eslint-parser": "^7.18.9",
57-
"@babel/plugin-transform-runtime": "^7.18.10",
58-
"@babel/preset-env": "^7.18.10",
54+
"@babel/cli": "^7.19.3",
55+
"@babel/core": "^7.19.3",
56+
"@babel/eslint-parser": "^7.19.1",
57+
"@babel/plugin-transform-runtime": "^7.19.1",
58+
"@babel/preset-env": "^7.19.3",
5959
"@babel/preset-typescript": "^7.18.6",
6060
"@rollup/plugin-babel": "^5.3.1",
6161
"@rollup/plugin-commonjs": "^22.0.2",
6262
"@rollup/plugin-node-resolve": "^13.3.0",
63-
"@types/node": "^16.11.47",
63+
"@types/node": "^16.11.64",
6464
"@types/ramda": "^0.28.15",
65-
"@typescript-eslint/eslint-plugin": "^5.33.0",
66-
"@typescript-eslint/parser": "^5.33.0",
67-
"eslint": "^8.21.0",
65+
"@typescript-eslint/eslint-plugin": "^5.39.0",
66+
"@typescript-eslint/parser": "^5.39.0",
67+
"eslint": "^8.25.0",
6868
"eslint-config-prettier": "^8.5.0",
6969
"rimraf": "^3.0.2",
70-
"rollup": "^2.77.3",
70+
"rollup": "^2.79.1",
7171
"rollup-plugin-terser": "^7.0.2",
72-
"rollup-plugin-typescript2": "^0.32.1",
72+
"rollup-plugin-typescript2": "^0.34.1",
7373
"tslib": "^2.4.0",
7474
"typescript": "~4.7.4"
7575
}

‎packages/d3tooltip/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -38,31 +38,31 @@
3838
"prepublish": "pnpm run type-check && pnpm run lint"
3939
},
4040
"dependencies": {
41-
"@babel/runtime": "^7.18.9",
41+
"@babel/runtime": "^7.19.0",
4242
"ramda": "^0.28.0"
4343
},
4444
"devDependencies": {
45-
"@babel/cli": "^7.18.10",
46-
"@babel/core": "^7.18.10",
47-
"@babel/eslint-parser": "^7.18.9",
48-
"@babel/plugin-transform-runtime": "^7.18.10",
49-
"@babel/preset-env": "^7.18.10",
45+
"@babel/cli": "^7.19.3",
46+
"@babel/core": "^7.19.3",
47+
"@babel/eslint-parser": "^7.19.1",
48+
"@babel/plugin-transform-runtime": "^7.19.1",
49+
"@babel/preset-env": "^7.19.3",
5050
"@babel/preset-typescript": "^7.18.6",
5151
"@rollup/plugin-babel": "^5.3.1",
5252
"@rollup/plugin-commonjs": "^22.0.2",
5353
"@rollup/plugin-node-resolve": "^13.3.0",
5454
"@types/d3": "^3.5.47",
55-
"@types/node": "^16.11.47",
55+
"@types/node": "^16.11.64",
5656
"@types/ramda": "^0.28.15",
57-
"@typescript-eslint/eslint-plugin": "^5.33.0",
58-
"@typescript-eslint/parser": "^5.33.0",
57+
"@typescript-eslint/eslint-plugin": "^5.39.0",
58+
"@typescript-eslint/parser": "^5.39.0",
5959
"d3": "^3.5.17",
60-
"eslint": "^8.21.0",
60+
"eslint": "^8.25.0",
6161
"eslint-config-prettier": "^8.5.0",
6262
"rimraf": "^3.0.2",
63-
"rollup": "^2.77.3",
63+
"rollup": "^2.79.1",
6464
"rollup-plugin-terser": "^7.0.2",
65-
"rollup-plugin-typescript2": "^0.32.1",
65+
"rollup-plugin-typescript2": "^0.34.1",
6666
"tslib": "^2.4.0",
6767
"typescript": "~4.7.4"
6868
},

‎packages/map2tree/package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -42,33 +42,33 @@
4242
"prepublish": "pnpm run type-check && pnpm run lint && pnpm run test"
4343
},
4444
"dependencies": {
45-
"@babel/runtime": "^7.18.9",
45+
"@babel/runtime": "^7.19.0",
4646
"lodash": "^4.17.21"
4747
},
4848
"devDependencies": {
49-
"@babel/cli": "^7.18.10",
50-
"@babel/core": "^7.18.10",
51-
"@babel/eslint-parser": "^7.18.9",
52-
"@babel/plugin-transform-runtime": "^7.18.10",
53-
"@babel/preset-env": "^7.18.10",
49+
"@babel/cli": "^7.19.3",
50+
"@babel/core": "^7.19.3",
51+
"@babel/eslint-parser": "^7.19.1",
52+
"@babel/plugin-transform-runtime": "^7.19.1",
53+
"@babel/preset-env": "^7.19.3",
5454
"@babel/preset-typescript": "^7.18.6",
5555
"@rollup/plugin-babel": "^5.3.1",
5656
"@rollup/plugin-commonjs": "^22.0.2",
5757
"@rollup/plugin-node-resolve": "^13.3.0",
5858
"@types/jest": "^27.5.2",
59-
"@types/lodash": "^4.14.182",
60-
"@types/node": "^16.11.47",
61-
"@typescript-eslint/eslint-plugin": "^5.33.0",
62-
"@typescript-eslint/parser": "^5.33.0",
63-
"eslint": "^8.21.0",
59+
"@types/lodash": "^4.14.186",
60+
"@types/node": "^16.11.64",
61+
"@typescript-eslint/eslint-plugin": "^5.39.0",
62+
"@typescript-eslint/parser": "^5.39.0",
63+
"eslint": "^8.25.0",
6464
"eslint-config-prettier": "^8.5.0",
65-
"eslint-plugin-jest": "^26.8.2",
65+
"eslint-plugin-jest": "^26.9.0",
6666
"immutable": "^4.1.0",
6767
"jest": "^27.5.1",
6868
"rimraf": "^3.0.2",
69-
"rollup": "^2.77.3",
69+
"rollup": "^2.79.1",
7070
"rollup-plugin-terser": "^7.0.2",
71-
"rollup-plugin-typescript2": "^0.32.1",
71+
"rollup-plugin-typescript2": "^0.34.1",
7272
"ts-jest": "^27.1.5",
7373
"tslib": "^2.4.0",
7474
"typescript": "~4.7.4"

‎packages/react-base16-styling/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -39,29 +39,29 @@
3939
"prepublish": "pnpm run type-check && pnpm run lint && pnpm run test"
4040
},
4141
"dependencies": {
42-
"@babel/runtime": "^7.18.9",
42+
"@babel/runtime": "^7.19.0",
4343
"@types/base16": "^1.0.2",
44-
"@types/lodash": "^4.14.182",
44+
"@types/lodash": "^4.14.186",
4545
"base16": "^1.0.0",
4646
"color": "^4.2.3",
47-
"csstype": "^3.1.0",
47+
"csstype": "^3.1.1",
4848
"lodash.curry": "^4.1.1"
4949
},
5050
"devDependencies": {
51-
"@babel/cli": "^7.18.10",
52-
"@babel/core": "^7.18.10",
53-
"@babel/eslint-parser": "^7.18.9",
54-
"@babel/plugin-transform-runtime": "^7.18.10",
55-
"@babel/preset-env": "^7.18.10",
51+
"@babel/cli": "^7.19.3",
52+
"@babel/core": "^7.19.3",
53+
"@babel/eslint-parser": "^7.19.1",
54+
"@babel/plugin-transform-runtime": "^7.19.1",
55+
"@babel/preset-env": "^7.19.3",
5656
"@babel/preset-typescript": "^7.18.6",
5757
"@types/color": "^3.0.3",
5858
"@types/jest": "^27.5.2",
5959
"@types/lodash.curry": "^4.1.7",
60-
"@typescript-eslint/eslint-plugin": "^5.33.0",
61-
"@typescript-eslint/parser": "^5.33.0",
62-
"eslint": "^8.21.0",
60+
"@typescript-eslint/eslint-plugin": "^5.39.0",
61+
"@typescript-eslint/parser": "^5.39.0",
62+
"eslint": "^8.25.0",
6363
"eslint-config-prettier": "^8.5.0",
64-
"eslint-plugin-jest": "^26.8.2",
64+
"eslint-plugin-jest": "^26.9.0",
6565
"jest": "^27.5.1",
6666
"rimraf": "^3.0.2",
6767
"ts-jest": "^27.1.5",

‎packages/react-dock/demo/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,31 +16,31 @@
1616
"react-dom": "^18.2.0",
1717
"react-icons": "^4.4.0",
1818
"react-is": "^18.2.0",
19-
"styled-components": "^5.3.5"
19+
"styled-components": "^5.3.6"
2020
},
2121
"devDependencies": {
22-
"@babel/core": "^7.18.10",
23-
"@babel/preset-env": "^7.18.10",
22+
"@babel/core": "^7.19.3",
23+
"@babel/preset-env": "^7.19.3",
2424
"@babel/preset-react": "^7.18.6",
2525
"@babel/preset-typescript": "^7.18.6",
26-
"@types/node": "^16.11.47",
27-
"@types/react": "^18.0.17",
26+
"@types/node": "^16.11.64",
27+
"@types/react": "^18.0.21",
2828
"@types/react-dom": "^18.0.6",
2929
"@types/styled-components": "^5.1.26",
30-
"@typescript-eslint/eslint-plugin": "^5.33.0",
31-
"@typescript-eslint/parser": "^5.33.0",
30+
"@typescript-eslint/eslint-plugin": "^5.39.0",
31+
"@typescript-eslint/parser": "^5.39.0",
3232
"babel-loader": "^8.2.5",
3333
"cross-env": "^7.0.3",
34-
"eslint": "^8.21.0",
34+
"eslint": "^8.25.0",
3535
"eslint-config-prettier": "^8.5.0",
36-
"eslint-plugin-react": "^7.30.1",
36+
"eslint-plugin-react": "^7.31.8",
3737
"eslint-plugin-react-hooks": "^4.6.0",
3838
"fork-ts-checker-webpack-plugin": "^7.2.13",
3939
"html-webpack-plugin": "^5.5.0",
4040
"ts-node": "^10.9.1",
4141
"typescript": "~4.7.4",
4242
"webpack": "^5.74.0",
4343
"webpack-cli": "^4.10.0",
44-
"webpack-dev-server": "^4.10.0"
44+
"webpack-dev-server": "^4.11.1"
4545
}
4646
}

‎packages/react-dock/package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -39,30 +39,30 @@
3939
"prepublish": "pnpm run type-check && pnpm run lint && pnpm run test"
4040
},
4141
"dependencies": {
42-
"@babel/runtime": "^7.18.9",
43-
"@types/lodash": "^4.14.182",
42+
"@babel/runtime": "^7.19.0",
43+
"@types/lodash": "^4.14.186",
4444
"@types/prop-types": "^15.7.5",
4545
"lodash.debounce": "^4.0.8",
4646
"prop-types": "^15.8.1"
4747
},
4848
"devDependencies": {
49-
"@babel/cli": "^7.18.10",
50-
"@babel/core": "^7.18.10",
51-
"@babel/eslint-parser": "^7.18.9",
52-
"@babel/plugin-transform-runtime": "^7.18.10",
53-
"@babel/preset-env": "^7.18.10",
49+
"@babel/cli": "^7.19.3",
50+
"@babel/core": "^7.19.3",
51+
"@babel/eslint-parser": "^7.19.1",
52+
"@babel/plugin-transform-runtime": "^7.19.1",
53+
"@babel/preset-env": "^7.19.3",
5454
"@babel/preset-react": "^7.18.6",
5555
"@babel/preset-typescript": "^7.18.6",
5656
"@types/jest": "^27.5.2",
5757
"@types/lodash.debounce": "^4.0.7",
58-
"@types/react": "^18.0.17",
58+
"@types/react": "^18.0.21",
5959
"@types/react-test-renderer": "^18.0.0",
60-
"@typescript-eslint/eslint-plugin": "^5.33.0",
61-
"@typescript-eslint/parser": "^5.33.0",
62-
"eslint": "^8.21.0",
60+
"@typescript-eslint/eslint-plugin": "^5.39.0",
61+
"@typescript-eslint/parser": "^5.39.0",
62+
"eslint": "^8.25.0",
6363
"eslint-config-prettier": "^8.5.0",
64-
"eslint-plugin-jest": "^26.8.2",
65-
"eslint-plugin-react": "^7.30.1",
64+
"eslint-plugin-jest": "^26.9.0",
65+
"eslint-plugin-react": "^7.31.8",
6666
"eslint-plugin-react-hooks": "^4.6.0",
6767
"jest": "^27.5.1",
6868
"react": "^18.2.0",

‎packages/react-json-tree/examples/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,27 +26,27 @@
2626
"react-json-tree": "^0.17.0"
2727
},
2828
"devDependencies": {
29-
"@babel/core": "^7.18.10",
30-
"@babel/preset-env": "^7.18.10",
29+
"@babel/core": "^7.19.3",
30+
"@babel/preset-env": "^7.19.3",
3131
"@babel/preset-react": "^7.18.6",
3232
"@babel/preset-typescript": "^7.18.6",
33-
"@types/node": "^16.11.47",
34-
"@types/react": "^18.0.17",
33+
"@types/node": "^16.11.64",
34+
"@types/react": "^18.0.21",
3535
"@types/react-dom": "^18.0.6",
36-
"@typescript-eslint/eslint-plugin": "^5.33.0",
37-
"@typescript-eslint/parser": "^5.33.0",
36+
"@typescript-eslint/eslint-plugin": "^5.39.0",
37+
"@typescript-eslint/parser": "^5.39.0",
3838
"babel-loader": "^8.2.5",
3939
"cross-env": "^7.0.3",
40-
"eslint": "^8.21.0",
40+
"eslint": "^8.25.0",
4141
"eslint-config-prettier": "^8.5.0",
42-
"eslint-plugin-react": "^7.30.1",
42+
"eslint-plugin-react": "^7.31.8",
4343
"eslint-plugin-react-hooks": "^4.6.0",
4444
"fork-ts-checker-webpack-plugin": "^7.2.13",
4545
"html-webpack-plugin": "^5.5.0",
4646
"ts-node": "^10.9.1",
4747
"typescript": "~4.7.4",
4848
"webpack": "^5.74.0",
4949
"webpack-cli": "^4.10.0",
50-
"webpack-dev-server": "^4.10.0"
50+
"webpack-dev-server": "^4.11.1"
5151
}
5252
}

‎packages/react-json-tree/package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -45,41 +45,41 @@
4545
"prepublish": "pnpm run type-check && pnpm run lint && pnpm run test"
4646
},
4747
"dependencies": {
48-
"@babel/runtime": "^7.18.9",
49-
"@types/lodash": "^4.14.182",
48+
"@babel/runtime": "^7.19.0",
49+
"@types/lodash": "^4.14.186",
5050
"@types/prop-types": "^15.7.5",
5151
"prop-types": "^15.8.1",
5252
"react-base16-styling": "^0.9.1"
5353
},
5454
"devDependencies": {
55-
"@babel/cli": "^7.18.10",
56-
"@babel/core": "^7.18.10",
57-
"@babel/eslint-parser": "^7.18.9",
58-
"@babel/plugin-transform-runtime": "^7.18.10",
59-
"@babel/preset-env": "^7.18.10",
55+
"@babel/cli": "^7.19.3",
56+
"@babel/core": "^7.19.3",
57+
"@babel/eslint-parser": "^7.19.1",
58+
"@babel/plugin-transform-runtime": "^7.19.1",
59+
"@babel/preset-env": "^7.19.3",
6060
"@babel/preset-react": "^7.18.6",
6161
"@babel/preset-typescript": "^7.18.6",
6262
"@rollup/plugin-babel": "^5.3.1",
6363
"@rollup/plugin-commonjs": "^22.0.2",
6464
"@rollup/plugin-node-resolve": "^13.3.0",
6565
"@types/jest": "^27.5.2",
66-
"@types/node": "^16.11.47",
67-
"@types/react": "^18.0.17",
66+
"@types/node": "^16.11.64",
67+
"@types/react": "^18.0.21",
6868
"@types/react-test-renderer": "^18.0.0",
69-
"@typescript-eslint/eslint-plugin": "^5.33.0",
70-
"@typescript-eslint/parser": "^5.33.0",
71-
"eslint": "^8.21.0",
69+
"@typescript-eslint/eslint-plugin": "^5.39.0",
70+
"@typescript-eslint/parser": "^5.39.0",
71+
"eslint": "^8.25.0",
7272
"eslint-config-prettier": "^8.5.0",
73-
"eslint-plugin-jest": "^26.8.2",
74-
"eslint-plugin-react": "^7.30.1",
73+
"eslint-plugin-jest": "^26.9.0",
74+
"eslint-plugin-react": "^7.31.8",
7575
"eslint-plugin-react-hooks": "^4.6.0",
7676
"jest": "^27.5.1",
7777
"react": "^18.2.0",
7878
"react-test-renderer": "^18.2.0",
7979
"rimraf": "^3.0.2",
80-
"rollup": "^2.77.3",
80+
"rollup": "^2.79.1",
8181
"rollup-plugin-terser": "^7.0.2",
82-
"rollup-plugin-typescript2": "^0.32.1",
82+
"rollup-plugin-typescript2": "^0.34.1",
8383
"ts-jest": "^27.1.5",
8484
"tslib": "^2.4.0",
8585
"typescript": "~4.7.4"

‎packages/redux-devtools-app/package.json

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"prepublish": "pnpm run type-check && pnpm run lint && pnpm run test"
4141
},
4242
"dependencies": {
43-
"@babel/runtime": "^7.18.9",
43+
"@babel/runtime": "^7.19.0",
4444
"@redux-devtools/chart-monitor": "^3.0.0",
4545
"@redux-devtools/core": "^3.13.0",
4646
"@redux-devtools/inspector-monitor": "^3.0.0",
@@ -50,7 +50,7 @@
5050
"@redux-devtools/rtk-query-monitor": "^3.0.0",
5151
"@redux-devtools/slider-monitor": "^4.0.0",
5252
"@redux-devtools/ui": "^1.3.0",
53-
"@reduxjs/toolkit": "^1.8.4",
53+
"@reduxjs/toolkit": "^1.8.6",
5454
"@types/prop-types": "^15.7.5",
5555
"d3-state-visualizer": "^1.6.0",
5656
"javascript-stringify": "^2.1.0",
@@ -61,64 +61,64 @@
6161
"prop-types": "^15.8.1",
6262
"react-icons": "^4.4.0",
6363
"react-is": "^18.2.0",
64-
"react-redux": "^8.0.2",
64+
"react-redux": "^8.0.4",
6565
"redux": "^4.2.0",
6666
"redux-persist": "^6.0.0",
6767
"socketcluster-client": "^16.1.1"
6868
},
6969
"devDependencies": {
70-
"@babel/cli": "^7.18.10",
71-
"@babel/core": "^7.18.10",
72-
"@babel/eslint-parser": "^7.18.9",
73-
"@babel/plugin-transform-runtime": "^7.18.10",
74-
"@babel/preset-env": "^7.18.10",
70+
"@babel/cli": "^7.19.3",
71+
"@babel/core": "^7.19.3",
72+
"@babel/eslint-parser": "^7.19.1",
73+
"@babel/plugin-transform-runtime": "^7.19.1",
74+
"@babel/preset-env": "^7.19.3",
7575
"@babel/preset-react": "^7.18.6",
7676
"@babel/preset-typescript": "^7.18.6",
7777
"@rjsf/core": "^4.2.3",
7878
"@testing-library/jest-dom": "^5.16.5",
79-
"@testing-library/react": "^13.3.0",
79+
"@testing-library/react": "^13.4.0",
8080
"@types/jest": "^27.5.2",
8181
"@types/jsan": "^3.1.2",
8282
"@types/json-schema": "^7.0.11",
83-
"@types/lodash": "^4.14.182",
84-
"@types/node": "^16.11.47",
85-
"@types/react": "^18.0.17",
83+
"@types/lodash": "^4.14.186",
84+
"@types/node": "^16.11.64",
85+
"@types/react": "^18.0.21",
8686
"@types/react-dom": "^18.0.6",
8787
"@types/socketcluster-client": "^16.0.0",
8888
"@types/styled-components": "^5.1.26",
8989
"@types/testing-library__jest-dom": "^5.14.5",
90-
"@types/webpack-env": "^1.17.0",
91-
"@typescript-eslint/eslint-plugin": "^5.33.0",
92-
"@typescript-eslint/parser": "^5.33.0",
90+
"@types/webpack-env": "^1.18.0",
91+
"@typescript-eslint/eslint-plugin": "^5.39.0",
92+
"@typescript-eslint/parser": "^5.39.0",
9393
"babel-loader": "^8.2.5",
9494
"cross-env": "^7.0.3",
9595
"css-loader": "^6.7.1",
96-
"eslint": "^8.21.0",
96+
"eslint": "^8.25.0",
9797
"eslint-config-prettier": "^8.5.0",
98-
"eslint-plugin-jest": "^26.8.2",
99-
"eslint-plugin-react": "^7.30.1",
98+
"eslint-plugin-jest": "^26.9.0",
99+
"eslint-plugin-react": "^7.31.8",
100100
"eslint-plugin-react-hooks": "^4.6.0",
101101
"fork-ts-checker-webpack-plugin": "^7.2.13",
102-
"html-loader": "^4.1.0",
102+
"html-loader": "^4.2.0",
103103
"html-webpack-plugin": "^5.5.0",
104104
"jest": "^27.5.1",
105105
"path-browserify": "^1.0.1",
106106
"react": "^18.2.0",
107107
"react-dom": "^18.2.0",
108108
"rimraf": "^3.0.2",
109109
"style-loader": "^3.3.1",
110-
"styled-components": "^5.3.5",
110+
"styled-components": "^5.3.6",
111111
"ts-jest": "^27.1.5",
112112
"ts-node": "^10.9.1",
113113
"typescript": "~4.7.4",
114114
"webpack": "^5.74.0",
115115
"webpack-cli": "^4.10.0",
116-
"webpack-dev-server": "^4.10.0"
116+
"webpack-dev-server": "^4.11.1"
117117
},
118118
"peerDependencies": {
119119
"@types/react": "^16.3.0 || ^17.0.0 || ^18.0.0",
120120
"@types/styled-components": "^5.1.26",
121121
"react": "^16.3.0 || ^17.0.0 || ^18.0.0",
122-
"styled-components": "^5.3.5"
122+
"styled-components": "^5.3.6"
123123
}
124124
}

‎packages/redux-devtools-chart-monitor/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"prepublish": "pnpm run type-check && pnpm run lint"
4040
},
4141
"dependencies": {
42-
"@babel/runtime": "^7.18.9",
42+
"@babel/runtime": "^7.19.0",
4343
"@types/prop-types": "^15.7.5",
4444
"@types/redux-devtools-themes": "^1.0.0",
4545
"d3-state-visualizer": "^1.6.0",
@@ -48,20 +48,20 @@
4848
"redux-devtools-themes": "^1.0.0"
4949
},
5050
"devDependencies": {
51-
"@babel/cli": "^7.18.10",
52-
"@babel/core": "^7.18.10",
53-
"@babel/eslint-parser": "^7.18.9",
54-
"@babel/plugin-transform-runtime": "^7.18.10",
55-
"@babel/preset-env": "^7.18.10",
51+
"@babel/cli": "^7.19.3",
52+
"@babel/core": "^7.19.3",
53+
"@babel/eslint-parser": "^7.19.1",
54+
"@babel/plugin-transform-runtime": "^7.19.1",
55+
"@babel/preset-env": "^7.19.3",
5656
"@babel/preset-react": "^7.18.6",
5757
"@babel/preset-typescript": "^7.18.6",
5858
"@redux-devtools/core": "^3.13.1",
59-
"@types/react": "^18.0.17",
60-
"@typescript-eslint/eslint-plugin": "^5.33.0",
61-
"@typescript-eslint/parser": "^5.33.0",
62-
"eslint": "^8.21.0",
59+
"@types/react": "^18.0.21",
60+
"@typescript-eslint/eslint-plugin": "^5.39.0",
61+
"@typescript-eslint/parser": "^5.39.0",
62+
"eslint": "^8.25.0",
6363
"eslint-config-prettier": "^8.5.0",
64-
"eslint-plugin-react": "^7.30.1",
64+
"eslint-plugin-react": "^7.31.8",
6565
"eslint-plugin-react-hooks": "^4.6.0",
6666
"react": "^18.2.0",
6767
"redux": "^4.2.0",

‎packages/redux-devtools-cli/package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -41,56 +41,56 @@
4141
},
4242
"dependencies": {
4343
"@redux-devtools/app": "^2.1.3",
44-
"@types/react": "^18.0.17",
45-
"apollo-server-express": "^3.10.1",
46-
"body-parser": "^1.20.0",
44+
"@types/react": "^18.0.21",
45+
"apollo-server-express": "^3.10.3",
46+
"body-parser": "^1.20.1",
4747
"chalk": "^4.1.2",
4848
"cors": "^2.8.5",
4949
"cross-spawn": "^7.0.3",
5050
"electron": "^21.1.0",
51-
"express": "^4.18.1",
51+
"express": "^4.18.2",
5252
"getport": "^0.1.0",
53-
"graphql": "^16.5.0",
54-
"knex": "^2.2.0",
53+
"graphql": "^16.6.0",
54+
"knex": "^2.3.0",
5555
"lodash": "^4.17.21",
5656
"minimist": "^1.2.6",
5757
"morgan": "^1.10.0",
5858
"open": "^8.4.0",
5959
"react": "^18.2.0",
6060
"react-dom": "^18.2.0",
6161
"react-is": "^18.2.0",
62-
"semver": "^7.3.7",
62+
"semver": "^7.3.8",
6363
"socketcluster-server": "^16.2.1",
64-
"sqlite3": "^5.0.11",
65-
"styled-components": "^5.3.5",
64+
"sqlite3": "^5.1.2",
65+
"styled-components": "^5.3.6",
6666
"uuid": "^8.3.2"
6767
},
6868
"devDependencies": {
6969
"@types/body-parser": "^1.19.2",
7070
"@types/cors": "^2.8.12",
7171
"@types/cross-spawn": "^6.0.2",
72-
"@types/express": "^4.17.13",
72+
"@types/express": "^4.17.14",
7373
"@types/jest": "^27.5.2",
74-
"@types/lodash": "^4.14.182",
74+
"@types/lodash": "^4.14.186",
7575
"@types/minimist": "^1.2.2",
7676
"@types/morgan": "^1.9.3",
77-
"@types/node": "^16.11.47",
77+
"@types/node": "^16.11.64",
7878
"@types/semver": "^7.3.12",
7979
"@types/socketcluster-client": "^16.0.0",
8080
"@types/socketcluster-server": "^16.1.0",
8181
"@types/styled-components": "^5.1.26",
8282
"@types/supertest": "^2.0.12",
8383
"@types/uuid": "^8.3.4",
84-
"@typescript-eslint/eslint-plugin": "^5.33.0",
85-
"@typescript-eslint/parser": "^5.33.0",
86-
"eslint": "^8.21.0",
84+
"@typescript-eslint/eslint-plugin": "^5.39.0",
85+
"@typescript-eslint/parser": "^5.39.0",
86+
"eslint": "^8.25.0",
8787
"eslint-config-prettier": "^8.5.0",
88-
"eslint-plugin-jest": "^26.8.2",
88+
"eslint-plugin-jest": "^26.9.0",
8989
"jest": "^27.5.1",
9090
"ncp": "^2.0.0",
9191
"rimraf": "^3.0.2",
9292
"socketcluster-client": "^16.1.1",
93-
"supertest": "^6.2.4",
93+
"supertest": "^6.3.0",
9494
"ts-jest": "^27.1.5",
9595
"typescript": "~4.7.4"
9696
}

‎packages/redux-devtools-dock-monitor/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -41,28 +41,28 @@
4141
"prepublish": "pnpm run type-check && pnpm run lint"
4242
},
4343
"dependencies": {
44-
"@babel/runtime": "^7.18.9",
44+
"@babel/runtime": "^7.19.0",
4545
"@types/prop-types": "^15.7.5",
4646
"parse-key": "^0.2.1",
4747
"prop-types": "^15.8.1",
4848
"react-dock": "^0.6.0"
4949
},
5050
"devDependencies": {
51-
"@babel/cli": "^7.18.10",
52-
"@babel/core": "^7.18.10",
53-
"@babel/eslint-parser": "^7.18.9",
54-
"@babel/plugin-transform-runtime": "^7.18.10",
55-
"@babel/preset-env": "^7.18.10",
51+
"@babel/cli": "^7.19.3",
52+
"@babel/core": "^7.19.3",
53+
"@babel/eslint-parser": "^7.19.1",
54+
"@babel/plugin-transform-runtime": "^7.19.1",
55+
"@babel/preset-env": "^7.19.3",
5656
"@babel/preset-react": "^7.18.6",
5757
"@babel/preset-typescript": "^7.18.6",
5858
"@redux-devtools/core": "^3.13.1",
5959
"@types/parse-key": "^0.2.0",
60-
"@types/react": "^18.0.17",
61-
"@typescript-eslint/eslint-plugin": "^5.33.0",
62-
"@typescript-eslint/parser": "^5.33.0",
63-
"eslint": "^8.21.0",
60+
"@types/react": "^18.0.21",
61+
"@typescript-eslint/eslint-plugin": "^5.39.0",
62+
"@typescript-eslint/parser": "^5.39.0",
63+
"eslint": "^8.25.0",
6464
"eslint-config-prettier": "^8.5.0",
65-
"eslint-plugin-react": "^7.30.1",
65+
"eslint-plugin-react": "^7.31.8",
6666
"eslint-plugin-react-hooks": "^4.6.0",
6767
"react": "^18.2.0",
6868
"redux": "^4.2.0",

‎packages/redux-devtools-extension/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -29,19 +29,19 @@
2929
"prepublish": "pnpm run type-check && pnpm run lint"
3030
},
3131
"dependencies": {
32-
"@babel/runtime": "^7.18.9",
32+
"@babel/runtime": "^7.19.0",
3333
"immutable": "^4.1.0"
3434
},
3535
"devDependencies": {
36-
"@babel/cli": "^7.18.10",
37-
"@babel/core": "^7.18.10",
38-
"@babel/eslint-parser": "^7.18.9",
39-
"@babel/plugin-transform-runtime": "^7.18.10",
40-
"@babel/preset-env": "^7.18.10",
36+
"@babel/cli": "^7.19.3",
37+
"@babel/core": "^7.19.3",
38+
"@babel/eslint-parser": "^7.19.1",
39+
"@babel/plugin-transform-runtime": "^7.19.1",
40+
"@babel/preset-env": "^7.19.3",
4141
"@babel/preset-typescript": "^7.18.6",
42-
"@typescript-eslint/eslint-plugin": "^5.33.0",
43-
"@typescript-eslint/parser": "^5.33.0",
44-
"eslint": "^8.21.0",
42+
"@typescript-eslint/eslint-plugin": "^5.39.0",
43+
"@typescript-eslint/parser": "^5.39.0",
44+
"eslint": "^8.25.0",
4545
"eslint-config-prettier": "^8.5.0",
4646
"redux": "^4.2.0",
4747
"rimraf": "^3.0.2",

‎packages/redux-devtools-inspector-monitor-test-tab/demo/package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -20,32 +20,32 @@
2020
"react": "^18.2.0",
2121
"react-dom": "^18.2.0",
2222
"react-is": "^18.2.0",
23-
"react-redux": "^8.0.2",
24-
"react-router-dom": "^6.3.0",
23+
"react-redux": "^8.0.4",
24+
"react-router-dom": "^6.4.2",
2525
"redux": "^4.2.0",
2626
"redux-logger": "^3.0.6",
27-
"styled-components": "^5.3.5"
27+
"styled-components": "^5.3.6"
2828
},
2929
"devDependencies": {
30-
"@babel/core": "^7.18.10",
31-
"@babel/preset-env": "^7.18.10",
30+
"@babel/core": "^7.19.3",
31+
"@babel/preset-env": "^7.19.3",
3232
"@babel/preset-react": "^7.18.6",
3333
"@babel/preset-typescript": "^7.18.6",
3434
"@types/lodash.shuffle": "^4.2.7",
35-
"@types/node": "^16.11.47",
36-
"@types/react": "^18.0.17",
35+
"@types/node": "^16.11.64",
36+
"@types/react": "^18.0.21",
3737
"@types/react-dom": "^18.0.6",
3838
"@types/redux-logger": "^3.0.9",
3939
"@types/styled-components": "^5.1.26",
40-
"@types/webpack-env": "^1.17.0",
41-
"@typescript-eslint/eslint-plugin": "^5.33.0",
42-
"@typescript-eslint/parser": "^5.33.0",
40+
"@types/webpack-env": "^1.18.0",
41+
"@typescript-eslint/eslint-plugin": "^5.39.0",
42+
"@typescript-eslint/parser": "^5.39.0",
4343
"babel-loader": "^8.2.5",
4444
"cross-env": "^7.0.3",
4545
"css-loader": "^6.7.1",
46-
"eslint": "^8.21.0",
46+
"eslint": "^8.25.0",
4747
"eslint-config-prettier": "^8.5.0",
48-
"eslint-plugin-react": "^7.30.1",
48+
"eslint-plugin-react": "^7.31.8",
4949
"eslint-plugin-react-hooks": "^4.6.0",
5050
"fork-ts-checker-webpack-plugin": "^7.2.13",
5151
"html-webpack-plugin": "^5.5.0",
@@ -54,6 +54,6 @@
5454
"typescript": "~4.7.4",
5555
"webpack": "^5.74.0",
5656
"webpack-cli": "^4.10.0",
57-
"webpack-dev-server": "^4.10.0"
57+
"webpack-dev-server": "^4.11.1"
5858
}
5959
}

‎packages/redux-devtools-inspector-monitor-test-tab/package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"prepublish": "pnpm run type-check && pnpm run lint && pnpm run test"
4444
},
4545
"dependencies": {
46-
"@babel/runtime": "^7.18.9",
46+
"@babel/runtime": "^7.19.0",
4747
"@redux-devtools/ui": "^1.3.0",
4848
"@types/prop-types": "^15.7.5",
4949
"es6template": "^1.0.5",
@@ -55,28 +55,28 @@
5555
"simple-diff": "^1.6.0"
5656
},
5757
"devDependencies": {
58-
"@babel/cli": "^7.18.10",
59-
"@babel/core": "^7.18.10",
60-
"@babel/eslint-parser": "^7.18.9",
61-
"@babel/plugin-transform-runtime": "^7.18.10",
62-
"@babel/preset-env": "^7.18.10",
58+
"@babel/cli": "^7.19.3",
59+
"@babel/core": "^7.19.3",
60+
"@babel/eslint-parser": "^7.19.1",
61+
"@babel/plugin-transform-runtime": "^7.19.1",
62+
"@babel/preset-env": "^7.19.3",
6363
"@babel/preset-react": "^7.18.6",
6464
"@babel/preset-typescript": "^7.18.6",
6565
"@redux-devtools/core": "^3.13.0",
6666
"@redux-devtools/inspector-monitor": "^3.0.0",
67-
"@testing-library/react": "^13.3.0",
67+
"@testing-library/react": "^13.4.0",
6868
"@types/es6template": "^1.0.0",
6969
"@types/jest": "^27.5.2",
7070
"@types/jsan": "^3.1.2",
7171
"@types/object-path": "^0.11.1",
72-
"@types/react": "^18.0.17",
72+
"@types/react": "^18.0.21",
7373
"@types/simple-diff": "^1.6.1",
74-
"@typescript-eslint/eslint-plugin": "^5.33.0",
75-
"@typescript-eslint/parser": "^5.33.0",
76-
"eslint": "^8.21.0",
74+
"@typescript-eslint/eslint-plugin": "^5.39.0",
75+
"@typescript-eslint/parser": "^5.39.0",
76+
"eslint": "^8.25.0",
7777
"eslint-config-prettier": "^8.5.0",
78-
"eslint-plugin-jest": "^26.8.2",
79-
"eslint-plugin-react": "^7.30.1",
78+
"eslint-plugin-jest": "^26.9.0",
79+
"eslint-plugin-react": "^7.31.8",
8080
"eslint-plugin-react-hooks": "^4.6.0",
8181
"jest": "^27.5.1",
8282
"react": "^18.2.0",
@@ -92,6 +92,6 @@
9292
"@types/styled-components": "^5.1.26",
9393
"react": "^16.3.0 || ^17.0.0 || ^18.0.0",
9494
"redux": "^3.4.0 || ^4.0.0",
95-
"styled-components": "^5.3.5"
95+
"styled-components": "^5.3.6"
9696
}
9797
}

‎packages/redux-devtools-inspector-monitor-trace-tab/package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -31,39 +31,39 @@
3131
},
3232
"dependencies": {
3333
"@babel/code-frame": "^7.18.6",
34-
"@babel/runtime": "^7.18.9",
35-
"@types/chrome": "^0.0.193",
34+
"@babel/runtime": "^7.19.0",
35+
"@types/chrome": "^0.0.197",
3636
"anser": "^2.1.1",
3737
"html-entities": "^2.3.3",
3838
"path-browserify": "^1.0.1",
3939
"redux-devtools-themes": "^1.0.0",
4040
"source-map": "^0.5.7"
4141
},
4242
"devDependencies": {
43-
"@babel/cli": "^7.18.10",
44-
"@babel/core": "^7.18.10",
45-
"@babel/eslint-parser": "^7.18.9",
46-
"@babel/plugin-transform-runtime": "^7.18.10",
47-
"@babel/preset-env": "^7.18.10",
43+
"@babel/cli": "^7.19.3",
44+
"@babel/core": "^7.19.3",
45+
"@babel/eslint-parser": "^7.19.1",
46+
"@babel/plugin-transform-runtime": "^7.19.1",
47+
"@babel/preset-env": "^7.19.3",
4848
"@babel/preset-react": "^7.18.6",
4949
"@babel/preset-typescript": "^7.18.6",
5050
"@redux-devtools/core": "^3.13.0",
5151
"@redux-devtools/inspector-monitor": "^3.0.0",
52-
"@testing-library/react": "^13.3.0",
52+
"@testing-library/react": "^13.4.0",
5353
"@types/babel__code-frame": "^7.0.3",
5454
"@types/html-entities": "^1.3.4",
5555
"@types/jest": "^27.5.2",
56-
"@types/node": "^16.11.47",
56+
"@types/node": "^16.11.64",
5757
"@types/path-browserify": "^1.0.0",
58-
"@types/react": "^18.0.17",
58+
"@types/react": "^18.0.21",
5959
"@types/redux-devtools-themes": "^1.0.0",
6060
"@types/source-map": "0.5.2",
61-
"@typescript-eslint/eslint-plugin": "^5.33.0",
62-
"@typescript-eslint/parser": "^5.33.0",
63-
"eslint": "^8.21.0",
61+
"@typescript-eslint/eslint-plugin": "^5.39.0",
62+
"@typescript-eslint/parser": "^5.39.0",
63+
"eslint": "^8.25.0",
6464
"eslint-config-prettier": "^8.5.0",
65-
"eslint-plugin-jest": "^26.8.2",
66-
"eslint-plugin-react": "^7.30.1",
65+
"eslint-plugin-jest": "^26.9.0",
66+
"eslint-plugin-react": "^7.31.8",
6767
"eslint-plugin-react-hooks": "^4.6.0",
6868
"jest": "^27.5.1",
6969
"react": "^18.2.0",

‎packages/redux-devtools-inspector-monitor/demo/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -19,37 +19,37 @@
1919
"react": "^18.2.0",
2020
"react-bootstrap": "^2.5.0",
2121
"react-dom": "^18.2.0",
22-
"react-redux": "^8.0.2",
23-
"react-router-dom": "^6.3.0",
22+
"react-redux": "^8.0.4",
23+
"react-router-dom": "^6.4.2",
2424
"redux": "^4.2.0",
2525
"redux-logger": "^3.0.6"
2626
},
2727
"devDependencies": {
28-
"@babel/core": "^7.18.10",
29-
"@babel/preset-env": "^7.18.10",
28+
"@babel/core": "^7.19.3",
29+
"@babel/preset-env": "^7.19.3",
3030
"@babel/preset-react": "^7.18.6",
3131
"@babel/preset-typescript": "^7.18.6",
3232
"@types/base16": "^1.0.2",
3333
"@types/lodash.shuffle": "^4.2.7",
34-
"@types/node": "^16.11.47",
35-
"@types/react": "^18.0.17",
34+
"@types/node": "^16.11.64",
35+
"@types/react": "^18.0.21",
3636
"@types/react-dom": "^18.0.6",
3737
"@types/redux-logger": "^3.0.9",
38-
"@types/webpack-env": "^1.17.0",
39-
"@typescript-eslint/eslint-plugin": "^5.33.0",
40-
"@typescript-eslint/parser": "^5.33.0",
38+
"@types/webpack-env": "^1.18.0",
39+
"@typescript-eslint/eslint-plugin": "^5.39.0",
40+
"@typescript-eslint/parser": "^5.39.0",
4141
"babel-loader": "^8.2.5",
4242
"cross-env": "^7.0.3",
43-
"eslint": "^8.21.0",
43+
"eslint": "^8.25.0",
4444
"eslint-config-prettier": "^8.5.0",
45-
"eslint-plugin-react": "^7.30.1",
45+
"eslint-plugin-react": "^7.31.8",
4646
"eslint-plugin-react-hooks": "^4.6.0",
4747
"fork-ts-checker-webpack-plugin": "^7.2.13",
4848
"html-webpack-plugin": "^5.5.0",
4949
"ts-node": "^10.9.1",
5050
"typescript": "~4.7.4",
5151
"webpack": "^5.74.0",
5252
"webpack-cli": "^4.10.0",
53-
"webpack-dev-server": "^4.10.0"
53+
"webpack-dev-server": "^4.11.1"
5454
}
5555
}

‎packages/redux-devtools-inspector-monitor/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@
3535
"prepublish": "pnpm run type-check && pnpm run lint"
3636
},
3737
"dependencies": {
38-
"@babel/runtime": "^7.18.9",
38+
"@babel/runtime": "^7.19.0",
3939
"@types/dragula": "^3.7.1",
40-
"@types/lodash": "^4.14.182",
40+
"@types/lodash": "^4.14.186",
4141
"@types/prop-types": "^15.7.5",
4242
"dateformat": "^4.6.3",
4343
"hex-rgba": "^1.0.2",
@@ -54,26 +54,26 @@
5454
"redux-devtools-themes": "^1.0.0"
5555
},
5656
"devDependencies": {
57-
"@babel/cli": "^7.18.10",
58-
"@babel/core": "^7.18.10",
59-
"@babel/eslint-parser": "^7.18.9",
60-
"@babel/plugin-transform-runtime": "^7.18.10",
61-
"@babel/preset-env": "^7.18.10",
57+
"@babel/cli": "^7.19.3",
58+
"@babel/core": "^7.19.3",
59+
"@babel/eslint-parser": "^7.19.1",
60+
"@babel/plugin-transform-runtime": "^7.19.1",
61+
"@babel/preset-env": "^7.19.3",
6262
"@babel/preset-react": "^7.18.6",
6363
"@babel/preset-typescript": "^7.18.6",
6464
"@redux-devtools/core": "^3.13.1",
6565
"@types/dateformat": "^3.0.1",
6666
"@types/hex-rgba": "^1.0.1",
6767
"@types/history": "^4.7.11",
6868
"@types/lodash.debounce": "^4.0.7",
69-
"@types/react": "^18.0.17",
69+
"@types/react": "^18.0.21",
7070
"@types/react-dragula": "^1.1.0",
7171
"@types/redux-devtools-themes": "^1.0.0",
72-
"@typescript-eslint/eslint-plugin": "^5.33.0",
73-
"@typescript-eslint/parser": "^5.33.0",
74-
"eslint": "^8.21.0",
72+
"@typescript-eslint/eslint-plugin": "^5.39.0",
73+
"@typescript-eslint/parser": "^5.39.0",
74+
"eslint": "^8.25.0",
7575
"eslint-config-prettier": "^8.5.0",
76-
"eslint-plugin-react": "^7.30.1",
76+
"eslint-plugin-react": "^7.31.8",
7777
"eslint-plugin-react-hooks": "^4.6.0",
7878
"react": "^18.2.0",
7979
"redux": "^4.2.0",

‎packages/redux-devtools-instrument/package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -41,28 +41,28 @@
4141
"prepublish": "pnpm run type-check && pnpm run lint && pnpm run test"
4242
},
4343
"dependencies": {
44-
"@babel/runtime": "^7.18.9",
44+
"@babel/runtime": "^7.19.0",
4545
"lodash": "^4.17.21"
4646
},
4747
"devDependencies": {
48-
"@babel/cli": "^7.18.10",
49-
"@babel/core": "^7.18.10",
50-
"@babel/eslint-parser": "^7.18.9",
51-
"@babel/plugin-transform-runtime": "^7.18.10",
52-
"@babel/preset-env": "^7.18.10",
48+
"@babel/cli": "^7.19.3",
49+
"@babel/core": "^7.19.3",
50+
"@babel/eslint-parser": "^7.19.1",
51+
"@babel/plugin-transform-runtime": "^7.19.1",
52+
"@babel/preset-env": "^7.19.3",
5353
"@babel/preset-typescript": "^7.18.6",
5454
"@types/jest": "^27.5.2",
55-
"@types/lodash": "^4.14.182",
56-
"@types/node": "^16.11.47",
57-
"@typescript-eslint/eslint-plugin": "^5.33.0",
58-
"@typescript-eslint/parser": "^5.33.0",
59-
"eslint": "^8.21.0",
55+
"@types/lodash": "^4.14.186",
56+
"@types/node": "^16.11.64",
57+
"@typescript-eslint/eslint-plugin": "^5.39.0",
58+
"@typescript-eslint/parser": "^5.39.0",
59+
"eslint": "^8.25.0",
6060
"eslint-config-prettier": "^8.5.0",
61-
"eslint-plugin-jest": "^26.8.2",
61+
"eslint-plugin-jest": "^26.9.0",
6262
"jest": "^27.5.1",
6363
"redux": "^4.2.0",
6464
"rimraf": "^3.0.2",
65-
"rxjs": "^7.5.6",
65+
"rxjs": "^7.5.7",
6666
"ts-jest": "^27.1.5",
6767
"typescript": "~4.7.4"
6868
},

‎packages/redux-devtools-log-monitor/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"prepublish": "pnpm run type-check && pnpm run lint"
4242
},
4343
"dependencies": {
44-
"@babel/runtime": "^7.18.9",
44+
"@babel/runtime": "^7.19.0",
4545
"@types/lodash.debounce": "^4.0.7",
4646
"@types/prop-types": "^15.7.5",
4747
"@types/redux-devtools-themes": "^1.0.0",
@@ -51,20 +51,20 @@
5151
"redux-devtools-themes": "^1.0.0"
5252
},
5353
"devDependencies": {
54-
"@babel/cli": "^7.18.10",
55-
"@babel/core": "^7.18.10",
56-
"@babel/eslint-parser": "^7.18.9",
57-
"@babel/plugin-transform-runtime": "^7.18.10",
58-
"@babel/preset-env": "^7.18.10",
54+
"@babel/cli": "^7.19.3",
55+
"@babel/core": "^7.19.3",
56+
"@babel/eslint-parser": "^7.19.1",
57+
"@babel/plugin-transform-runtime": "^7.19.1",
58+
"@babel/preset-env": "^7.19.3",
5959
"@babel/preset-react": "^7.18.6",
6060
"@babel/preset-typescript": "^7.18.6",
6161
"@redux-devtools/core": "^3.13.1",
62-
"@types/react": "^18.0.17",
63-
"@typescript-eslint/eslint-plugin": "^5.33.0",
64-
"@typescript-eslint/parser": "^5.33.0",
65-
"eslint": "^8.21.0",
62+
"@types/react": "^18.0.21",
63+
"@typescript-eslint/eslint-plugin": "^5.39.0",
64+
"@typescript-eslint/parser": "^5.39.0",
65+
"eslint": "^8.25.0",
6666
"eslint-config-prettier": "^8.5.0",
67-
"eslint-plugin-react": "^7.30.1",
67+
"eslint-plugin-react": "^7.31.8",
6868
"eslint-plugin-react-hooks": "^4.6.0",
6969
"react": "^18.2.0",
7070
"redux": "^4.2.0",

‎packages/redux-devtools-remote/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"prepublish": "pnpm run type-check && pnpm run lint"
4242
},
4343
"dependencies": {
44-
"@babel/runtime": "^7.18.9",
44+
"@babel/runtime": "^7.19.0",
4545
"@redux-devtools/instrument": "^2.1.0",
4646
"@redux-devtools/utils": "^2.0.0",
4747
"jsan": "^3.1.14",
@@ -50,19 +50,19 @@
5050
"socketcluster-client": "^16.1.1"
5151
},
5252
"devDependencies": {
53-
"@babel/cli": "^7.18.10",
54-
"@babel/core": "^7.18.10",
55-
"@babel/eslint-parser": "^7.18.9",
56-
"@babel/plugin-transform-runtime": "^7.18.10",
57-
"@babel/preset-env": "^7.18.10",
53+
"@babel/cli": "^7.19.3",
54+
"@babel/core": "^7.19.3",
55+
"@babel/eslint-parser": "^7.19.1",
56+
"@babel/plugin-transform-runtime": "^7.19.1",
57+
"@babel/preset-env": "^7.19.3",
5858
"@babel/preset-typescript": "^7.18.6",
5959
"@types/jsan": "^3.1.2",
60-
"@types/node": "^16.11.47",
60+
"@types/node": "^16.11.64",
6161
"@types/rn-host-detect": "^1.2.0",
6262
"@types/socketcluster-client": "^16.0.0",
63-
"@typescript-eslint/eslint-plugin": "^5.33.0",
64-
"@typescript-eslint/parser": "^5.33.0",
65-
"eslint": "^8.21.0",
63+
"@typescript-eslint/eslint-plugin": "^5.39.0",
64+
"@typescript-eslint/parser": "^5.39.0",
65+
"eslint": "^8.25.0",
6666
"eslint-config-prettier": "^8.5.0",
6767
"redux": "^4.2.0",
6868
"rimraf": "^3.0.2",

‎packages/redux-devtools-rtk-query-monitor/demo/package.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -10,45 +10,45 @@
1010
"type-check": "tsc --noEmit"
1111
},
1212
"dependencies": {
13-
"@babel/runtime": "^7.18.9",
13+
"@babel/runtime": "^7.19.0",
1414
"@chakra-ui/react": "^2.2.1",
15-
"@emotion/react": "^11.10.0",
16-
"@emotion/styled": "^11.10.0",
17-
"@mswjs/data": "^0.10.1",
15+
"@emotion/react": "^11.10.4",
16+
"@emotion/styled": "^11.10.4",
17+
"@mswjs/data": "^0.10.2",
1818
"@redux-devtools/core": "^3.13.0",
1919
"@redux-devtools/dock-monitor": "^3.0.0",
2020
"@redux-devtools/rtk-query-monitor": "^3.1.0",
21-
"@reduxjs/toolkit": "^1.8.4",
22-
"framer-motion": "^7.1.0",
23-
"msw": "^0.44.2",
21+
"@reduxjs/toolkit": "^1.8.6",
22+
"framer-motion": "^7.5.3",
23+
"msw": "^0.47.4",
2424
"react": "^18.2.0",
2525
"react-dom": "^18.2.0",
2626
"react-icons": "^4.4.0",
2727
"react-is": "^18.2.0",
28-
"react-redux": "^8.0.2",
29-
"react-router-dom": "^6.3.0",
30-
"styled-components": "^5.3.5"
28+
"react-redux": "^8.0.4",
29+
"react-router-dom": "^6.4.2",
30+
"styled-components": "^5.3.6"
3131
},
3232
"devDependencies": {
33-
"@babel/core": "^7.18.10",
34-
"@babel/plugin-transform-runtime": "^7.18.10",
35-
"@babel/preset-env": "^7.18.10",
33+
"@babel/core": "^7.19.3",
34+
"@babel/plugin-transform-runtime": "^7.19.1",
35+
"@babel/preset-env": "^7.19.3",
3636
"@babel/preset-react": "^7.18.6",
3737
"@babel/preset-typescript": "^7.18.6",
3838
"@types/copy-webpack-plugin": "^8.0.1",
39-
"@types/node": "^16.11.47",
40-
"@types/react": "^18.0.17",
39+
"@types/node": "^16.11.64",
40+
"@types/react": "^18.0.21",
4141
"@types/react-dom": "^18.0.6",
4242
"@types/styled-components": "^5.1.26",
43-
"@typescript-eslint/eslint-plugin": "^5.33.0",
44-
"@typescript-eslint/parser": "^5.33.0",
43+
"@typescript-eslint/eslint-plugin": "^5.39.0",
44+
"@typescript-eslint/parser": "^5.39.0",
4545
"babel-loader": "^8.2.5",
4646
"copy-webpack-plugin": "^11.0.0",
4747
"cross-env": "^7.0.3",
4848
"css-loader": "^6.7.1",
49-
"eslint": "^8.21.0",
49+
"eslint": "^8.25.0",
5050
"eslint-config-prettier": "^8.5.0",
51-
"eslint-plugin-react": "^7.30.1",
51+
"eslint-plugin-react": "^7.31.8",
5252
"eslint-plugin-react-hooks": "^4.6.0",
5353
"fork-ts-checker-webpack-plugin": "^7.2.13",
5454
"html-webpack-plugin": "^5.5.0",
@@ -57,7 +57,7 @@
5757
"typescript": "~4.7.4",
5858
"webpack": "^5.74.0",
5959
"webpack-cli": "^4.10.0",
60-
"webpack-dev-server": "^4.10.0"
60+
"webpack-dev-server": "^4.11.1"
6161
},
6262
"msw": {
6363
"workerDirectory": "public"

‎packages/redux-devtools-rtk-query-monitor/package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@
4444
"prepublish": "pnpm run type-check && pnpm run lint && pnpm run test"
4545
},
4646
"dependencies": {
47-
"@babel/runtime": "^7.18.9",
47+
"@babel/runtime": "^7.19.0",
4848
"@redux-devtools/ui": "^1.3.0",
49-
"@types/lodash": "^4.14.182",
49+
"@types/lodash": "^4.14.186",
5050
"@types/prop-types": "^15.7.5",
5151
"@types/redux-devtools-themes": "^1.0.0",
5252
"hex-rgba": "^1.0.2",
@@ -60,44 +60,44 @@
6060
"redux-devtools-themes": "^1.0.0"
6161
},
6262
"devDependencies": {
63-
"@babel/cli": "^7.18.10",
64-
"@babel/core": "^7.18.10",
65-
"@babel/eslint-parser": "^7.18.9",
66-
"@babel/plugin-transform-runtime": "^7.18.10",
67-
"@babel/preset-env": "^7.18.10",
63+
"@babel/cli": "^7.19.3",
64+
"@babel/core": "^7.19.3",
65+
"@babel/eslint-parser": "^7.19.1",
66+
"@babel/plugin-transform-runtime": "^7.19.1",
67+
"@babel/preset-env": "^7.19.3",
6868
"@babel/preset-react": "^7.18.6",
6969
"@babel/preset-typescript": "^7.18.6",
7070
"@redux-devtools/core": "^3.13.1",
71-
"@reduxjs/toolkit": "^1.8.4",
71+
"@reduxjs/toolkit": "^1.8.6",
7272
"@testing-library/jest-dom": "^5.16.5",
73-
"@testing-library/react": "^13.3.0",
73+
"@testing-library/react": "^13.4.0",
7474
"@types/jest": "^27.5.2",
7575
"@types/hex-rgba": "^1.0.1",
7676
"@types/lodash.debounce": "^4.0.7",
77-
"@types/react": "^18.0.17",
78-
"@typescript-eslint/eslint-plugin": "^5.33.0",
79-
"@typescript-eslint/parser": "^5.33.0",
80-
"eslint": "^8.21.0",
77+
"@types/react": "^18.0.21",
78+
"@typescript-eslint/eslint-plugin": "^5.39.0",
79+
"@typescript-eslint/parser": "^5.39.0",
80+
"eslint": "^8.25.0",
8181
"eslint-config-prettier": "^8.5.0",
82-
"eslint-plugin-jest": "^26.8.2",
83-
"eslint-plugin-react": "^7.30.1",
82+
"eslint-plugin-jest": "^26.9.0",
83+
"eslint-plugin-react": "^7.31.8",
8484
"eslint-plugin-react-hooks": "^4.6.0",
8585
"jest": "^27.5.1",
8686
"react": "^18.2.0",
8787
"react-dom": "^18.2.0",
88-
"react-redux": "^8.0.2",
88+
"react-redux": "^8.0.4",
8989
"redux": "^4.2.0",
9090
"rimraf": "^3.0.2",
9191
"ts-jest": "^27.1.5",
9292
"typescript": "~4.7.4"
9393
},
9494
"peerDependencies": {
9595
"@redux-devtools/core": "^3.13.1",
96-
"@reduxjs/toolkit": "^1.8.4",
96+
"@reduxjs/toolkit": "^1.8.6",
9797
"@types/react": "^16.3.0 || ^17.0.0 || ^18.0.0",
9898
"@types/styled-components": "^5.1.26",
9999
"react": "^16.3.0 || ^17.0.0 || ^18.0.0",
100100
"redux": "^3.4.0 || ^4.0.0",
101-
"styled-components": "^5.3.5"
101+
"styled-components": "^5.3.6"
102102
}
103103
}

‎packages/redux-devtools-serialize/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -37,23 +37,23 @@
3737
"prepublish": "pnpm run type-check && pnpm run lint && pnpm run test"
3838
},
3939
"dependencies": {
40-
"@babel/runtime": "^7.18.9",
40+
"@babel/runtime": "^7.19.0",
4141
"jsan": "^3.1.14"
4242
},
4343
"devDependencies": {
44-
"@babel/cli": "^7.18.10",
45-
"@babel/core": "^7.18.10",
46-
"@babel/eslint-parser": "^7.18.9",
47-
"@babel/plugin-transform-runtime": "^7.18.10",
48-
"@babel/preset-env": "^7.18.10",
44+
"@babel/cli": "^7.19.3",
45+
"@babel/core": "^7.19.3",
46+
"@babel/eslint-parser": "^7.19.1",
47+
"@babel/plugin-transform-runtime": "^7.19.1",
48+
"@babel/preset-env": "^7.19.3",
4949
"@babel/preset-typescript": "^7.18.6",
5050
"@types/jest": "^27.5.2",
5151
"@types/jsan": "^3.1.2",
52-
"@typescript-eslint/eslint-plugin": "^5.33.0",
53-
"@typescript-eslint/parser": "^5.33.0",
54-
"eslint": "^8.21.0",
52+
"@typescript-eslint/eslint-plugin": "^5.39.0",
53+
"@typescript-eslint/parser": "^5.39.0",
54+
"eslint": "^8.25.0",
5555
"eslint-config-prettier": "^8.5.0",
56-
"eslint-plugin-jest": "^26.8.2",
56+
"eslint-plugin-jest": "^26.9.0",
5757
"immutable": "^4.1.0",
5858
"jest": "^27.5.1",
5959
"rimraf": "^3.0.2",

‎packages/redux-devtools-slider-monitor/examples/todomvc/package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -19,36 +19,36 @@
1919
"@redux-devtools/dock-monitor": "^3.0.0",
2020
"@redux-devtools/log-monitor": "^4.0.0",
2121
"@redux-devtools/slider-monitor": "^4.0.0",
22-
"classnames": "^2.3.1",
22+
"classnames": "^2.3.2",
2323
"prop-types": "^15.8.1",
2424
"react": "^18.2.0",
2525
"react-dom": "^18.2.0",
2626
"react-is": "^18.2.0",
27-
"react-redux": "^8.0.2",
27+
"react-redux": "^8.0.4",
2828
"redux": "^4.2.0",
29-
"styled-components": "^5.3.5",
29+
"styled-components": "^5.3.6",
3030
"todomvc-app-css": "^2.4.2"
3131
},
3232
"devDependencies": {
33-
"@babel/core": "^7.18.10",
34-
"@babel/preset-env": "^7.18.10",
33+
"@babel/core": "^7.19.3",
34+
"@babel/preset-env": "^7.19.3",
3535
"@babel/preset-react": "^7.18.6",
3636
"@babel/preset-typescript": "^7.18.6",
3737
"@types/classnames": "^2.3.1",
38-
"@types/node": "^16.11.47",
38+
"@types/node": "^16.11.64",
3939
"@types/prop-types": "^15.7.5",
40-
"@types/react": "^18.0.17",
40+
"@types/react": "^18.0.21",
4141
"@types/react-dom": "^18.0.6",
4242
"@types/styled-components": "^5.1.26",
43-
"@types/webpack-env": "^1.17.0",
44-
"@typescript-eslint/eslint-plugin": "^5.33.0",
45-
"@typescript-eslint/parser": "^5.33.0",
43+
"@types/webpack-env": "^1.18.0",
44+
"@typescript-eslint/eslint-plugin": "^5.39.0",
45+
"@typescript-eslint/parser": "^5.39.0",
4646
"babel-loader": "^8.2.5",
4747
"cross-env": "^7.0.3",
4848
"css-loader": "^6.7.1",
49-
"eslint": "^8.21.0",
49+
"eslint": "^8.25.0",
5050
"eslint-config-prettier": "^8.5.0",
51-
"eslint-plugin-react": "^7.30.1",
51+
"eslint-plugin-react": "^7.31.8",
5252
"eslint-plugin-react-hooks": "^4.6.0",
5353
"fork-ts-checker-webpack-plugin": "^7.2.13",
5454
"html-webpack-plugin": "^5.5.0",
@@ -57,6 +57,6 @@
5757
"typescript": "~4.7.4",
5858
"webpack": "^5.74.0",
5959
"webpack-cli": "^4.10.0",
60-
"webpack-dev-server": "^4.10.0"
60+
"webpack-dev-server": "^4.11.1"
6161
}
6262
}

‎packages/redux-devtools-slider-monitor/package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -32,36 +32,36 @@
3232
"prepublish": "pnpm run type-check && pnpm run lint"
3333
},
3434
"dependencies": {
35-
"@babel/runtime": "^7.18.9",
35+
"@babel/runtime": "^7.19.0",
3636
"@redux-devtools/ui": "^1.3.0",
3737
"@types/prop-types": "^15.7.5",
3838
"@types/redux-devtools-themes": "^1.0.0",
3939
"prop-types": "^15.8.1",
4040
"redux-devtools-themes": "^1.0.0"
4141
},
4242
"devDependencies": {
43-
"@babel/cli": "^7.18.10",
44-
"@babel/core": "^7.18.10",
45-
"@babel/eslint-parser": "^7.18.9",
46-
"@babel/plugin-transform-runtime": "^7.18.10",
47-
"@babel/preset-env": "^7.18.10",
43+
"@babel/cli": "^7.19.3",
44+
"@babel/core": "^7.19.3",
45+
"@babel/eslint-parser": "^7.19.1",
46+
"@babel/plugin-transform-runtime": "^7.19.1",
47+
"@babel/preset-env": "^7.19.3",
4848
"@babel/preset-react": "^7.18.6",
4949
"@babel/preset-typescript": "^7.18.6",
5050
"@redux-devtools/core": "^3.13.1",
5151
"@rollup/plugin-babel": "^5.3.1",
52-
"@types/node": "^16.11.47",
53-
"@types/react": "^18.0.17",
54-
"@typescript-eslint/eslint-plugin": "^5.33.0",
55-
"@typescript-eslint/parser": "^5.33.0",
56-
"eslint": "^8.21.0",
52+
"@types/node": "^16.11.64",
53+
"@types/react": "^18.0.21",
54+
"@typescript-eslint/eslint-plugin": "^5.39.0",
55+
"@typescript-eslint/parser": "^5.39.0",
56+
"eslint": "^8.25.0",
5757
"eslint-config-prettier": "^8.5.0",
58-
"eslint-plugin-react": "^7.30.1",
58+
"eslint-plugin-react": "^7.31.8",
5959
"eslint-plugin-react-hooks": "^4.6.0",
6060
"react": "^18.2.0",
6161
"redux": "^4.2.0",
6262
"rimraf": "^3.0.2",
63-
"rollup": "^2.77.3",
64-
"rollup-plugin-typescript2": "^0.32.1",
63+
"rollup": "^2.79.1",
64+
"rollup-plugin-typescript2": "^0.34.1",
6565
"tslib": "^2.4.0",
6666
"typescript": "~4.7.4"
6767
},
@@ -71,6 +71,6 @@
7171
"@types/styled-components": "^5.1.26",
7272
"react": "^16.3.0 || ^17.0.0 || ^18.0.0",
7373
"redux": "^3.4.0 || ^4.0.0",
74-
"styled-components": "^5.3.5"
74+
"styled-components": "^5.3.6"
7575
}
7676
}

‎packages/redux-devtools-ui/package.json

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"prepublish": "pnpm run type-check && pnpm run lint && pnpm run test"
4343
},
4444
"dependencies": {
45-
"@babel/runtime": "^7.18.9",
45+
"@babel/runtime": "^7.19.0",
4646
"@rjsf/core": "^4.2.3",
4747
"@types/base16": "^1.0.2",
4848
"@types/codemirror": "^5.60.5",
@@ -51,7 +51,7 @@
5151
"@types/redux-devtools-themes": "^1.0.0",
5252
"@types/simple-element-resize-detector": "^1.3.0",
5353
"base16": "^1.0.0",
54-
"codemirror": "^5.65.7",
54+
"codemirror": "^5.65.9",
5555
"color": "^4.2.3",
5656
"prop-types": "^15.8.1",
5757
"react-icons": "^4.4.0",
@@ -60,30 +60,30 @@
6060
"simple-element-resize-detector": "^1.3.0"
6161
},
6262
"devDependencies": {
63-
"@babel/cli": "^7.18.10",
64-
"@babel/core": "^7.18.10",
65-
"@babel/eslint-parser": "^7.18.9",
66-
"@babel/plugin-transform-runtime": "^7.18.10",
67-
"@babel/preset-env": "^7.18.10",
63+
"@babel/cli": "^7.19.3",
64+
"@babel/core": "^7.19.3",
65+
"@babel/eslint-parser": "^7.19.1",
66+
"@babel/plugin-transform-runtime": "^7.19.1",
67+
"@babel/preset-env": "^7.19.3",
6868
"@babel/preset-react": "^7.18.6",
6969
"@babel/preset-typescript": "^7.18.6",
70-
"@storybook/addon-essentials": "^6.5.10",
71-
"@storybook/react": "^6.5.10",
72-
"@testing-library/dom": "^8.17.1",
73-
"@testing-library/react": "^13.3.0",
70+
"@storybook/addon-essentials": "^6.5.12",
71+
"@storybook/react": "^6.5.12",
72+
"@testing-library/dom": "^8.19.0",
73+
"@testing-library/react": "^13.4.0",
7474
"@testing-library/user-event": "^14.4.3",
7575
"@types/color": "^3.0.3",
7676
"@types/jest": "^27.5.2",
77-
"@types/react": "^18.0.17",
77+
"@types/react": "^18.0.21",
7878
"@types/styled-components": "^5.1.26",
79-
"@typescript-eslint/eslint-plugin": "^5.33.0",
80-
"@typescript-eslint/parser": "^5.33.0",
79+
"@typescript-eslint/eslint-plugin": "^5.39.0",
80+
"@typescript-eslint/parser": "^5.39.0",
8181
"babel-loader": "^8.2.5",
82-
"csstype": "^3.1.0",
83-
"eslint": "^8.21.0",
82+
"csstype": "^3.1.1",
83+
"eslint": "^8.25.0",
8484
"eslint-config-prettier": "^8.5.0",
85-
"eslint-plugin-jest": "^26.8.2",
86-
"eslint-plugin-react": "^7.30.1",
85+
"eslint-plugin-jest": "^26.9.0",
86+
"eslint-plugin-react": "^7.31.8",
8787
"eslint-plugin-react-hooks": "^4.6.0",
8888
"jest": "^27.5.1",
8989
"ncp": "^2.0.0",
@@ -92,8 +92,8 @@
9292
"react-is": "^18.2.0",
9393
"require-from-string": "^2.0.2",
9494
"rimraf": "^3.0.2",
95-
"styled-components": "^5.3.5",
96-
"stylelint": "^14.10.0",
95+
"styled-components": "^5.3.6",
96+
"stylelint": "^14.13.0",
9797
"stylelint-config-prettier": "^9.0.3",
9898
"stylelint-config-standard": "^25.0.0",
9999
"stylelint-config-styled-components": "^0.1.1",
@@ -106,6 +106,6 @@
106106
"@types/react": "^16.3.0 || ^17.0.0 || ^18.0.0",
107107
"@types/styled-components": "^5.1.26",
108108
"react": "^16.3.0 || ^17.0.0 || ^18.0.0",
109-
"styled-components": "^5.3.5"
109+
"styled-components": "^5.3.6"
110110
}
111111
}

‎packages/redux-devtools-utils/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"prepublish": "pnpm run type-check && pnpm run lint"
3333
},
3434
"dependencies": {
35-
"@babel/runtime": "^7.18.9",
35+
"@babel/runtime": "^7.19.0",
3636
"@redux-devtools/core": "^3.13.1",
3737
"@redux-devtools/serialize": "^0.4.1",
3838
"@types/get-params": "^0.1.0",
@@ -44,18 +44,18 @@
4444
"redux": "^4.2.0"
4545
},
4646
"devDependencies": {
47-
"@babel/cli": "^7.18.10",
48-
"@babel/core": "^7.18.10",
49-
"@babel/eslint-parser": "^7.18.9",
50-
"@babel/plugin-transform-runtime": "^7.18.10",
51-
"@babel/preset-env": "^7.18.10",
47+
"@babel/cli": "^7.19.3",
48+
"@babel/core": "^7.19.3",
49+
"@babel/eslint-parser": "^7.19.1",
50+
"@babel/plugin-transform-runtime": "^7.19.1",
51+
"@babel/preset-env": "^7.19.3",
5252
"@babel/preset-typescript": "^7.18.6",
5353
"@types/jsan": "^3.1.2",
54-
"@types/lodash": "^4.14.182",
55-
"@types/node": "^16.11.47",
56-
"@typescript-eslint/eslint-plugin": "^5.33.0",
57-
"@typescript-eslint/parser": "^5.33.0",
58-
"eslint": "^8.21.0",
54+
"@types/lodash": "^4.14.186",
55+
"@types/node": "^16.11.64",
56+
"@typescript-eslint/eslint-plugin": "^5.39.0",
57+
"@typescript-eslint/parser": "^5.39.0",
58+
"eslint": "^8.25.0",
5959
"eslint-config-prettier": "^8.5.0",
6060
"rimraf": "^3.0.2",
6161
"typescript": "~4.7.4"

‎packages/redux-devtools/examples/counter/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -25,34 +25,34 @@
2525
"prop-types": "^15.8.1",
2626
"react": "^18.2.0",
2727
"react-dom": "^18.2.0",
28-
"react-redux": "^8.0.2",
28+
"react-redux": "^8.0.4",
2929
"redux": "^4.2.0",
3030
"redux-thunk": "^2.4.1"
3131
},
3232
"devDependencies": {
33-
"@babel/core": "^7.18.10",
34-
"@babel/preset-env": "^7.18.10",
33+
"@babel/core": "^7.19.3",
34+
"@babel/preset-env": "^7.19.3",
3535
"@babel/preset-react": "^7.18.6",
3636
"@babel/preset-typescript": "^7.18.6",
37-
"@types/node": "^16.11.47",
37+
"@types/node": "^16.11.64",
3838
"@types/prop-types": "^15.7.5",
39-
"@types/react": "^18.0.17",
39+
"@types/react": "^18.0.21",
4040
"@types/react-dom": "^18.0.6",
41-
"@types/webpack-env": "^1.17.0",
42-
"@typescript-eslint/eslint-plugin": "^5.33.0",
43-
"@typescript-eslint/parser": "^5.33.0",
41+
"@types/webpack-env": "^1.18.0",
42+
"@typescript-eslint/eslint-plugin": "^5.39.0",
43+
"@typescript-eslint/parser": "^5.39.0",
4444
"babel-loader": "^8.2.5",
4545
"cross-env": "^7.0.3",
46-
"eslint": "^8.21.0",
46+
"eslint": "^8.25.0",
4747
"eslint-config-prettier": "^8.5.0",
48-
"eslint-plugin-react": "^7.30.1",
48+
"eslint-plugin-react": "^7.31.8",
4949
"eslint-plugin-react-hooks": "^4.6.0",
5050
"fork-ts-checker-webpack-plugin": "^7.2.13",
5151
"html-webpack-plugin": "^5.5.0",
5252
"ts-node": "^10.9.1",
5353
"typescript": "~4.7.4",
5454
"webpack": "^5.74.0",
5555
"webpack-cli": "^4.10.0",
56-
"webpack-dev-server": "^4.10.0"
56+
"webpack-dev-server": "^4.11.1"
5757
}
5858
}

‎packages/redux-devtools/examples/todomvc/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -34,33 +34,33 @@
3434
"@redux-devtools/core": "^3.13.0",
3535
"@redux-devtools/dock-monitor": "^3.0.0",
3636
"@redux-devtools/log-monitor": "^4.0.0",
37-
"classnames": "^2.3.1",
37+
"classnames": "^2.3.2",
3838
"prop-types": "^15.8.1",
3939
"react": "^18.2.0",
4040
"react-dom": "^18.2.0",
41-
"react-redux": "^8.0.2",
41+
"react-redux": "^8.0.4",
4242
"redux": "^4.2.0",
4343
"todomvc-app-css": "^2.4.2"
4444
},
4545
"devDependencies": {
46-
"@babel/core": "^7.18.10",
47-
"@babel/preset-env": "^7.18.10",
46+
"@babel/core": "^7.19.3",
47+
"@babel/preset-env": "^7.19.3",
4848
"@babel/preset-react": "^7.18.6",
4949
"@babel/preset-typescript": "^7.18.6",
5050
"@types/classnames": "^2.3.1",
51-
"@types/node": "^16.11.47",
51+
"@types/node": "^16.11.64",
5252
"@types/prop-types": "^15.7.5",
53-
"@types/react": "^18.0.17",
53+
"@types/react": "^18.0.21",
5454
"@types/react-dom": "^18.0.6",
55-
"@types/webpack-env": "^1.17.0",
56-
"@typescript-eslint/eslint-plugin": "^5.33.0",
57-
"@typescript-eslint/parser": "^5.33.0",
55+
"@types/webpack-env": "^1.18.0",
56+
"@typescript-eslint/eslint-plugin": "^5.39.0",
57+
"@typescript-eslint/parser": "^5.39.0",
5858
"babel-loader": "^8.2.5",
5959
"cross-env": "^7.0.3",
6060
"css-loader": "^6.7.1",
61-
"eslint": "^8.21.0",
61+
"eslint": "^8.25.0",
6262
"eslint-config-prettier": "^8.5.0",
63-
"eslint-plugin-react": "^7.30.1",
63+
"eslint-plugin-react": "^7.31.8",
6464
"eslint-plugin-react-hooks": "^4.6.0",
6565
"fork-ts-checker-webpack-plugin": "^7.2.13",
6666
"html-webpack-plugin": "^5.5.0",
@@ -69,6 +69,6 @@
6969
"typescript": "~4.7.4",
7070
"webpack": "^5.74.0",
7171
"webpack-cli": "^4.10.0",
72-
"webpack-dev-server": "^4.10.0"
72+
"webpack-dev-server": "^4.11.1"
7373
}
7474
}

‎packages/redux-devtools/package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -41,35 +41,35 @@
4141
"prepublish": "pnpm run type-check && pnpm run lint && pnpm run test"
4242
},
4343
"dependencies": {
44-
"@babel/runtime": "^7.18.9",
44+
"@babel/runtime": "^7.19.0",
4545
"@redux-devtools/instrument": "^2.1.0",
4646
"@types/prop-types": "^15.7.5",
4747
"lodash": "^4.17.21",
4848
"prop-types": "^15.8.1"
4949
},
5050
"devDependencies": {
51-
"@babel/cli": "^7.18.10",
52-
"@babel/core": "^7.18.10",
53-
"@babel/eslint-parser": "^7.18.9",
54-
"@babel/plugin-transform-runtime": "^7.18.10",
55-
"@babel/preset-env": "^7.18.10",
51+
"@babel/cli": "^7.19.3",
52+
"@babel/core": "^7.19.3",
53+
"@babel/eslint-parser": "^7.19.1",
54+
"@babel/plugin-transform-runtime": "^7.19.1",
55+
"@babel/preset-env": "^7.19.3",
5656
"@babel/preset-react": "^7.18.6",
5757
"@babel/preset-typescript": "^7.18.6",
5858
"@types/jest": "^27.5.2",
59-
"@types/lodash": "^4.14.182",
60-
"@types/node": "^16.11.47",
61-
"@types/react": "^18.0.17",
62-
"@typescript-eslint/eslint-plugin": "^5.33.0",
63-
"@typescript-eslint/parser": "^5.33.0",
64-
"eslint": "^8.21.0",
59+
"@types/lodash": "^4.14.186",
60+
"@types/node": "^16.11.64",
61+
"@types/react": "^18.0.21",
62+
"@typescript-eslint/eslint-plugin": "^5.39.0",
63+
"@typescript-eslint/parser": "^5.39.0",
64+
"eslint": "^8.25.0",
6565
"eslint-config-prettier": "^8.5.0",
66-
"eslint-plugin-jest": "^26.8.2",
67-
"eslint-plugin-react": "^7.30.1",
66+
"eslint-plugin-jest": "^26.9.0",
67+
"eslint-plugin-react": "^7.31.8",
6868
"eslint-plugin-react-hooks": "^4.6.0",
6969
"jest": "^27.5.1",
7070
"react": "^18.2.0",
7171
"react-dom": "^18.2.0",
72-
"react-redux": "^8.0.2",
72+
"react-redux": "^8.0.4",
7373
"redux": "^4.2.0",
7474
"rimraf": "^3.0.2",
7575
"ts-jest": "^27.1.5",

‎pnpm-lock.yaml

Lines changed: 2811 additions & 2831 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.