Skip to content

Commit 6c59745

Browse files
chore(deps): update all non-major dependencies
1 parent 3b78a19 commit 6c59745

File tree

35 files changed

+3605
-3458
lines changed

35 files changed

+3605
-3458
lines changed

extension/package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -52,33 +52,33 @@
5252
"styled-components": "^5.3.5"
5353
},
5454
"devDependencies": {
55-
"@babel/core": "^7.18.5",
56-
"@babel/preset-env": "^7.18.2",
57-
"@babel/preset-react": "^7.17.12",
58-
"@babel/preset-typescript": "^7.17.12",
59-
"@babel/register": "^7.17.7",
60-
"@testing-library/jest-dom": "^5.16.4",
55+
"@babel/core": "^7.18.10",
56+
"@babel/preset-env": "^7.18.10",
57+
"@babel/preset-react": "^7.18.6",
58+
"@babel/preset-typescript": "^7.18.6",
59+
"@babel/register": "^7.18.9",
60+
"@testing-library/jest-dom": "^5.16.5",
6161
"@testing-library/react": "^13.3.0",
62-
"@types/chrome": "^0.0.191",
62+
"@types/chrome": "^0.0.193",
6363
"@types/lodash": "^4.14.182",
64-
"@types/react": "^18.0.14",
65-
"@types/react-dom": "^18.0.5",
66-
"@types/styled-components": "^5.1.25",
64+
"@types/react": "^18.0.17",
65+
"@types/react-dom": "^18.0.6",
66+
"@types/styled-components": "^5.1.26",
6767
"babel-loader": "^8.2.5",
6868
"bestzip": "^2.2.1",
6969
"chromedriver": "^104.0.0",
7070
"copy-webpack-plugin": "^11.0.0",
7171
"cross-env": "^7.0.3",
7272
"css-loader": "^6.7.1",
7373
"electron": "^20.0.2",
74-
"eslint": "^8.18.0",
74+
"eslint": "^8.21.0",
7575
"eslint-config-airbnb": "^19.0.4",
7676
"eslint-plugin-import": "^2.26.0",
77-
"eslint-plugin-jsx-a11y": "^6.6.0",
77+
"eslint-plugin-jsx-a11y": "^6.6.1",
7878
"eslint-plugin-react": "^7.30.1",
7979
"eslint-plugin-react-hooks": "^4.6.0",
8080
"file-loader": "^6.2.0",
81-
"fork-ts-checker-webpack-plugin": "^7.2.11",
81+
"fork-ts-checker-webpack-plugin": "^7.2.13",
8282
"immutable": "^4.1.0",
8383
"jest": "^27.5.1",
8484
"path-browserify": "^1.0.1",
@@ -87,12 +87,12 @@
8787
"react-transform-catch-errors": "^1.0.2",
8888
"react-transform-hmr": "^1.0.4",
8989
"rimraf": "^3.0.2",
90-
"selenium-webdriver": "^4.3.0",
90+
"selenium-webdriver": "^4.4.0",
9191
"sinon-chrome": "^3.0.1",
9292
"style-loader": "^3.3.1",
9393
"ts-jest": "^27.1.5",
9494
"typescript": "~4.7.4",
95-
"webpack": "^5.73.0",
95+
"webpack": "^5.74.0",
9696
"webpack-cli": "^4.10.0"
9797
}
9898
}

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
{
22
"private": true,
33
"devDependencies": {
4-
"@babel/core": "^7.18.5",
5-
"@babel/eslint-parser": "^7.18.2",
6-
"@changesets/cli": "^2.23.0",
7-
"@typescript-eslint/eslint-plugin": "^5.29.0",
8-
"@typescript-eslint/parser": "^5.29.0",
9-
"eslint": "^8.18.0",
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",
1010
"eslint-config-prettier": "^8.5.0",
11-
"eslint-plugin-jest": "^26.5.3",
11+
"eslint-plugin-jest": "^26.8.2",
1212
"eslint-plugin-react": "^7.30.1",
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.3.6",
18-
"@nrwl/nx-cloud": "^14.1.2"
17+
"nx": "^14.5.4",
18+
"@nrwl/nx-cloud": "^14.3.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.3.0",
41+
"packageManager": "pnpm@7.9.0",
4242
"pnpm": {
4343
"overrides": {
4444
"@babel/highlight>chalk": "Methuselah96/chalk#v2-without-process"

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

Lines changed: 11 additions & 11 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.5",
33-
"@babel/preset-env": "^7.18.2",
34-
"@babel/preset-typescript": "^7.17.12",
35-
"@types/node": "^16.11.41",
36-
"@typescript-eslint/eslint-plugin": "^5.29.0",
37-
"@typescript-eslint/parser": "^5.29.0",
32+
"@babel/core": "^7.18.10",
33+
"@babel/preset-env": "^7.18.10",
34+
"@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",
3838
"babel-loader": "^8.2.5",
3939
"cross-env": "^7.0.3",
40-
"eslint": "^8.18.0",
40+
"eslint": "^8.21.0",
4141
"eslint-config-prettier": "^8.5.0",
42-
"fork-ts-checker-webpack-plugin": "^7.2.11",
42+
"fork-ts-checker-webpack-plugin": "^7.2.13",
4343
"html-webpack-plugin": "^5.5.0",
44-
"ts-node": "^10.8.1",
44+
"ts-node": "^10.9.1",
4545
"typescript": "~4.7.4",
46-
"webpack": "^5.73.0",
46+
"webpack": "^5.74.0",
4747
"webpack-cli": "^4.10.0",
48-
"webpack-dev-server": "^4.9.2"
48+
"webpack-dev-server": "^4.10.0"
4949
}
5050
}

packages/d3-state-visualizer/package.json

Lines changed: 14 additions & 14 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.3",
45+
"@babel/runtime": "^7.18.9",
4646
"@types/d3": "^3.5.47",
4747
"d3": "^3.5.17",
4848
"d3tooltip": "^2.1.0",
@@ -51,23 +51,23 @@
5151
"ramda": "^0.28.0"
5252
},
5353
"devDependencies": {
54-
"@babel/cli": "^7.17.10",
55-
"@babel/core": "^7.18.5",
56-
"@babel/eslint-parser": "^7.18.2",
57-
"@babel/plugin-transform-runtime": "^7.18.5",
58-
"@babel/preset-env": "^7.18.2",
59-
"@babel/preset-typescript": "^7.17.12",
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",
59+
"@babel/preset-typescript": "^7.18.6",
6060
"@rollup/plugin-babel": "^5.3.1",
61-
"@rollup/plugin-commonjs": "^22.0.1",
61+
"@rollup/plugin-commonjs": "^22.0.2",
6262
"@rollup/plugin-node-resolve": "^13.3.0",
63-
"@types/node": "^16.11.41",
64-
"@types/ramda": "^0.28.14",
65-
"@typescript-eslint/eslint-plugin": "^5.29.0",
66-
"@typescript-eslint/parser": "^5.29.0",
67-
"eslint": "^8.18.0",
63+
"@types/node": "^16.11.47",
64+
"@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",
6868
"eslint-config-prettier": "^8.5.0",
6969
"rimraf": "^3.0.2",
70-
"rollup": "^2.75.7",
70+
"rollup": "^2.77.3",
7171
"rollup-plugin-terser": "^7.0.2",
7272
"rollup-plugin-typescript2": "^0.32.1",
7373
"tslib": "^2.4.0",

packages/d3tooltip/package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -38,29 +38,29 @@
3838
"prepublish": "pnpm run type-check && pnpm run lint"
3939
},
4040
"dependencies": {
41-
"@babel/runtime": "^7.18.3",
41+
"@babel/runtime": "^7.18.9",
4242
"ramda": "^0.28.0"
4343
},
4444
"devDependencies": {
45-
"@babel/cli": "^7.17.10",
46-
"@babel/core": "^7.18.5",
47-
"@babel/eslint-parser": "^7.18.2",
48-
"@babel/plugin-transform-runtime": "^7.18.5",
49-
"@babel/preset-env": "^7.18.2",
50-
"@babel/preset-typescript": "^7.17.12",
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",
50+
"@babel/preset-typescript": "^7.18.6",
5151
"@rollup/plugin-babel": "^5.3.1",
52-
"@rollup/plugin-commonjs": "^22.0.1",
52+
"@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.41",
56-
"@types/ramda": "^0.28.14",
57-
"@typescript-eslint/eslint-plugin": "^5.29.0",
58-
"@typescript-eslint/parser": "^5.29.0",
55+
"@types/node": "^16.11.47",
56+
"@types/ramda": "^0.28.15",
57+
"@typescript-eslint/eslint-plugin": "^5.33.0",
58+
"@typescript-eslint/parser": "^5.33.0",
5959
"d3": "^3.5.17",
60-
"eslint": "^8.18.0",
60+
"eslint": "^8.21.0",
6161
"eslint-config-prettier": "^8.5.0",
6262
"rimraf": "^3.0.2",
63-
"rollup": "^2.75.7",
63+
"rollup": "^2.77.3",
6464
"rollup-plugin-terser": "^7.0.2",
6565
"rollup-plugin-typescript2": "^0.32.1",
6666
"tslib": "^2.4.0",

packages/map2tree/package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -42,31 +42,31 @@
4242
"prepublish": "pnpm run type-check && pnpm run lint && pnpm run test"
4343
},
4444
"dependencies": {
45-
"@babel/runtime": "^7.18.3",
45+
"@babel/runtime": "^7.18.9",
4646
"lodash": "^4.17.21"
4747
},
4848
"devDependencies": {
49-
"@babel/cli": "^7.17.10",
50-
"@babel/core": "^7.18.5",
51-
"@babel/eslint-parser": "^7.18.2",
52-
"@babel/plugin-transform-runtime": "^7.18.5",
53-
"@babel/preset-env": "^7.18.2",
54-
"@babel/preset-typescript": "^7.17.12",
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",
54+
"@babel/preset-typescript": "^7.18.6",
5555
"@rollup/plugin-babel": "^5.3.1",
56-
"@rollup/plugin-commonjs": "^22.0.1",
56+
"@rollup/plugin-commonjs": "^22.0.2",
5757
"@rollup/plugin-node-resolve": "^13.3.0",
5858
"@types/jest": "^27.5.2",
5959
"@types/lodash": "^4.14.182",
60-
"@types/node": "^16.11.41",
61-
"@typescript-eslint/eslint-plugin": "^5.29.0",
62-
"@typescript-eslint/parser": "^5.29.0",
63-
"eslint": "^8.18.0",
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",
6464
"eslint-config-prettier": "^8.5.0",
65-
"eslint-plugin-jest": "^26.5.3",
65+
"eslint-plugin-jest": "^26.8.2",
6666
"immutable": "^4.1.0",
6767
"jest": "^27.5.1",
6868
"rimraf": "^3.0.2",
69-
"rollup": "^2.75.7",
69+
"rollup": "^2.77.3",
7070
"rollup-plugin-terser": "^7.0.2",
7171
"rollup-plugin-typescript2": "^0.32.1",
7272
"ts-jest": "^27.1.5",

packages/react-base16-styling/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 && pnpm run test"
4040
},
4141
"dependencies": {
42-
"@babel/runtime": "^7.18.3",
42+
"@babel/runtime": "^7.18.9",
4343
"@types/base16": "^1.0.2",
4444
"@types/lodash": "^4.14.182",
4545
"base16": "^1.0.0",
@@ -48,20 +48,20 @@
4848
"lodash.curry": "^4.1.1"
4949
},
5050
"devDependencies": {
51-
"@babel/cli": "^7.17.10",
52-
"@babel/core": "^7.18.5",
53-
"@babel/eslint-parser": "^7.18.2",
54-
"@babel/plugin-transform-runtime": "^7.18.5",
55-
"@babel/preset-env": "^7.18.2",
56-
"@babel/preset-typescript": "^7.17.12",
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",
56+
"@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.29.0",
61-
"@typescript-eslint/parser": "^5.29.0",
62-
"eslint": "^8.18.0",
60+
"@typescript-eslint/eslint-plugin": "^5.33.0",
61+
"@typescript-eslint/parser": "^5.33.0",
62+
"eslint": "^8.21.0",
6363
"eslint-config-prettier": "^8.5.0",
64-
"eslint-plugin-jest": "^26.5.3",
64+
"eslint-plugin-jest": "^26.8.2",
6565
"jest": "^27.5.1",
6666
"rimraf": "^3.0.2",
6767
"ts-jest": "^27.1.5",

packages/react-dock/demo/package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -11,36 +11,36 @@
1111
},
1212
"dependencies": {
1313
"react": "^18.2.0",
14-
"react-bootstrap": "^2.4.0",
14+
"react-bootstrap": "^2.5.0",
1515
"react-dock": "^0.6.0",
1616
"react-dom": "^18.2.0",
1717
"react-icons": "^4.4.0",
1818
"react-is": "^18.2.0",
1919
"styled-components": "^5.3.5"
2020
},
2121
"devDependencies": {
22-
"@babel/core": "^7.18.5",
23-
"@babel/preset-env": "^7.18.2",
24-
"@babel/preset-react": "^7.17.12",
25-
"@babel/preset-typescript": "^7.17.12",
26-
"@types/node": "^16.11.41",
27-
"@types/react": "^18.0.14",
28-
"@types/react-dom": "^18.0.5",
29-
"@types/styled-components": "^5.1.25",
30-
"@typescript-eslint/eslint-plugin": "^5.29.0",
31-
"@typescript-eslint/parser": "^5.29.0",
22+
"@babel/core": "^7.18.10",
23+
"@babel/preset-env": "^7.18.10",
24+
"@babel/preset-react": "^7.18.6",
25+
"@babel/preset-typescript": "^7.18.6",
26+
"@types/node": "^16.11.47",
27+
"@types/react": "^18.0.17",
28+
"@types/react-dom": "^18.0.6",
29+
"@types/styled-components": "^5.1.26",
30+
"@typescript-eslint/eslint-plugin": "^5.33.0",
31+
"@typescript-eslint/parser": "^5.33.0",
3232
"babel-loader": "^8.2.5",
3333
"cross-env": "^7.0.3",
34-
"eslint": "^8.18.0",
34+
"eslint": "^8.21.0",
3535
"eslint-config-prettier": "^8.5.0",
3636
"eslint-plugin-react": "^7.30.1",
3737
"eslint-plugin-react-hooks": "^4.6.0",
38-
"fork-ts-checker-webpack-plugin": "^7.2.11",
38+
"fork-ts-checker-webpack-plugin": "^7.2.13",
3939
"html-webpack-plugin": "^5.5.0",
40-
"ts-node": "^10.8.1",
40+
"ts-node": "^10.9.1",
4141
"typescript": "~4.7.4",
42-
"webpack": "^5.73.0",
42+
"webpack": "^5.74.0",
4343
"webpack-cli": "^4.10.0",
44-
"webpack-dev-server": "^4.9.2"
44+
"webpack-dev-server": "^4.10.0"
4545
}
4646
}

0 commit comments

Comments
 (0)