Skip to content

Commit 9492826

Browse files
chore(deps): update all non-major dependencies (#1213)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4ff8250 commit 9492826

File tree

47 files changed

+3315
-3297
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+3315
-3297
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.9",
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",

extension/test/app/containers/App.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Object.defineProperty(window, 'matchMedia', {
1818
})),
1919
});
2020

21-
const { store } = configureStore(store);
21+
const { store } = configureStore();
2222

2323
describe('App container', () => {
2424
it("should render inspector monitor's component", () => {

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.9",
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.9",
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.9",
6666
"eslint-plugin-react-hooks": "^4.6.0",
6767
"jest": "^27.5.1",
6868
"react": "^18.2.0",

0 commit comments

Comments
 (0)