Skip to content

Commit 264f076

Browse files
fix(deps): update all non-major dependencies (#1598)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a0db02b commit 264f076

File tree

35 files changed

+1268
-1140
lines changed

35 files changed

+1268
-1140
lines changed

extension/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,20 +48,20 @@
4848
},
4949
"devDependencies": {
5050
"@babel/core": "^7.23.7",
51-
"@babel/preset-env": "^7.23.7",
51+
"@babel/preset-env": "^7.23.8",
5252
"@babel/preset-react": "^7.23.3",
5353
"@babel/preset-typescript": "^7.23.3",
5454
"@babel/register": "^7.23.7",
55-
"@testing-library/jest-dom": "^6.1.6",
55+
"@testing-library/jest-dom": "^6.2.0",
5656
"@testing-library/react": "^14.1.2",
57-
"@types/chrome": "^0.0.254",
57+
"@types/chrome": "^0.0.256",
5858
"@types/lodash": "^4.14.202",
59-
"@types/react": "^18.2.46",
59+
"@types/react": "^18.2.47",
6060
"@types/react-dom": "^18.2.18",
6161
"@types/styled-components": "^5.1.34",
6262
"chromedriver": "^118.0.1",
6363
"cross-env": "^7.0.3",
64-
"electron": "^27.2.0",
64+
"electron": "^27.2.1",
6565
"esbuild": "^0.19.11",
6666
"eslint": "^8.56.0",
6767
"eslint-config-airbnb": "^19.0.4",

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"@babel/eslint-parser": "^7.23.3",
66
"@changesets/cli": "^2.27.1",
77
"@nrwl/nx-cloud": "^16.5.2",
8-
"@typescript-eslint/eslint-plugin": "^6.17.0",
9-
"@typescript-eslint/parser": "^6.17.0",
8+
"@typescript-eslint/eslint-plugin": "^6.18.1",
9+
"@typescript-eslint/parser": "^6.18.1",
1010
"eslint": "^8.56.0",
1111
"eslint-config-prettier": "^9.1.0",
1212
"eslint-plugin-jest": "^27.6.1",
@@ -39,5 +39,5 @@
3939
"packages/redux-devtools-rtk-query-monitor/demo",
4040
"packages/redux-devtools-slider-monitor/examples/todomvc"
4141
],
42-
"packageManager": "pnpm@8.13.1"
42+
"packageManager": "pnpm@8.14.0"
4343
}

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@
3030
},
3131
"devDependencies": {
3232
"@babel/core": "^7.23.7",
33-
"@babel/preset-env": "^7.23.7",
33+
"@babel/preset-env": "^7.23.8",
3434
"@babel/preset-typescript": "^7.23.3",
35-
"@types/node": "^20.10.6",
36-
"@typescript-eslint/eslint-plugin": "^6.17.0",
37-
"@typescript-eslint/parser": "^6.17.0",
35+
"@types/node": "^20.10.7",
36+
"@typescript-eslint/eslint-plugin": "^6.18.1",
37+
"@typescript-eslint/parser": "^6.18.1",
3838
"babel-loader": "^9.1.3",
3939
"cross-env": "^7.0.3",
4040
"eslint": "^8.56.0",

packages/d3-state-visualizer/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"prepublish": "pnpm run type-check && pnpm run lint"
4141
},
4242
"dependencies": {
43-
"@babel/runtime": "^7.23.7",
43+
"@babel/runtime": "^7.23.8",
4444
"@types/d3": "^7.4.3",
4545
"d3": "^7.8.5",
4646
"d3tooltip": "^3.0.0",
@@ -52,11 +52,11 @@
5252
"@babel/cli": "^7.23.4",
5353
"@babel/core": "^7.23.7",
5454
"@babel/eslint-parser": "^7.23.3",
55-
"@babel/preset-env": "^7.23.7",
55+
"@babel/preset-env": "^7.23.8",
5656
"@babel/preset-typescript": "^7.23.3",
5757
"@types/ramda": "^0.29.9",
58-
"@typescript-eslint/eslint-plugin": "^6.17.0",
59-
"@typescript-eslint/parser": "^6.17.0",
58+
"@typescript-eslint/eslint-plugin": "^6.18.1",
59+
"@typescript-eslint/parser": "^6.18.1",
6060
"eslint": "^8.56.0",
6161
"eslint-config-prettier": "^9.1.0",
6262
"rimraf": "^5.0.5",

packages/d3tooltip/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,17 +36,17 @@
3636
"prepublish": "pnpm run type-check && pnpm run lint"
3737
},
3838
"dependencies": {
39-
"@babel/runtime": "^7.23.7"
39+
"@babel/runtime": "^7.23.8"
4040
},
4141
"devDependencies": {
4242
"@babel/cli": "^7.23.4",
4343
"@babel/core": "^7.23.7",
4444
"@babel/eslint-parser": "^7.23.3",
45-
"@babel/preset-env": "^7.23.7",
45+
"@babel/preset-env": "^7.23.8",
4646
"@babel/preset-typescript": "^7.23.3",
4747
"@types/d3": "^7.4.3",
48-
"@typescript-eslint/eslint-plugin": "^6.17.0",
49-
"@typescript-eslint/parser": "^6.17.0",
48+
"@typescript-eslint/eslint-plugin": "^6.18.1",
49+
"@typescript-eslint/parser": "^6.18.1",
5050
"d3": "^7.8.5",
5151
"eslint": "^8.56.0",
5252
"eslint-config-prettier": "^9.1.0",

packages/map2tree/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,19 +40,19 @@
4040
"prepublish": "pnpm run type-check && pnpm run lint && pnpm run test"
4141
},
4242
"dependencies": {
43-
"@babel/runtime": "^7.23.7",
43+
"@babel/runtime": "^7.23.8",
4444
"lodash": "^4.17.21"
4545
},
4646
"devDependencies": {
4747
"@babel/cli": "^7.23.4",
4848
"@babel/core": "^7.23.7",
4949
"@babel/eslint-parser": "^7.23.3",
50-
"@babel/preset-env": "^7.23.7",
50+
"@babel/preset-env": "^7.23.8",
5151
"@babel/preset-typescript": "^7.23.3",
5252
"@types/jest": "^29.5.11",
5353
"@types/lodash": "^4.14.202",
54-
"@typescript-eslint/eslint-plugin": "^6.17.0",
55-
"@typescript-eslint/parser": "^6.17.0",
54+
"@typescript-eslint/eslint-plugin": "^6.18.1",
55+
"@typescript-eslint/parser": "^6.18.1",
5656
"eslint": "^8.56.0",
5757
"eslint-config-prettier": "^9.1.0",
5858
"eslint-plugin-jest": "^27.6.1",

packages/react-base16-styling/package.json

Lines changed: 4 additions & 4 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.23.7",
42+
"@babel/runtime": "^7.23.8",
4343
"@types/base16": "^1.0.5",
4444
"@types/lodash": "^4.14.202",
4545
"base16": "^1.0.0",
@@ -52,13 +52,13 @@
5252
"@babel/core": "^7.23.7",
5353
"@babel/eslint-parser": "^7.23.3",
5454
"@babel/plugin-transform-runtime": "^7.23.7",
55-
"@babel/preset-env": "^7.23.7",
55+
"@babel/preset-env": "^7.23.8",
5656
"@babel/preset-typescript": "^7.23.3",
5757
"@types/color": "^3.0.6",
5858
"@types/jest": "^29.5.11",
5959
"@types/lodash.curry": "^4.1.9",
60-
"@typescript-eslint/eslint-plugin": "^6.17.0",
61-
"@typescript-eslint/parser": "^6.17.0",
60+
"@typescript-eslint/eslint-plugin": "^6.18.1",
61+
"@typescript-eslint/parser": "^6.18.1",
6262
"eslint": "^8.56.0",
6363
"eslint-config-prettier": "^9.1.0",
6464
"eslint-plugin-jest": "^27.6.1",

packages/react-dock/demo/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@
2020
},
2121
"devDependencies": {
2222
"@babel/core": "^7.23.7",
23-
"@babel/preset-env": "^7.23.7",
23+
"@babel/preset-env": "^7.23.8",
2424
"@babel/preset-react": "^7.23.3",
2525
"@babel/preset-typescript": "^7.23.3",
26-
"@types/node": "^20.10.6",
27-
"@types/react": "^18.2.46",
26+
"@types/node": "^20.10.7",
27+
"@types/react": "^18.2.47",
2828
"@types/react-dom": "^18.2.18",
2929
"@types/styled-components": "^5.1.34",
30-
"@typescript-eslint/eslint-plugin": "^6.17.0",
31-
"@typescript-eslint/parser": "^6.17.0",
30+
"@typescript-eslint/eslint-plugin": "^6.18.1",
31+
"@typescript-eslint/parser": "^6.18.1",
3232
"babel-loader": "^9.1.3",
3333
"cross-env": "^7.0.3",
3434
"eslint": "^8.56.0",

packages/react-dock/package.json

Lines changed: 5 additions & 5 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.23.7",
42+
"@babel/runtime": "^7.23.8",
4343
"@types/lodash": "^4.14.202",
4444
"lodash.debounce": "^4.0.8"
4545
},
@@ -48,15 +48,15 @@
4848
"@babel/core": "^7.23.7",
4949
"@babel/eslint-parser": "^7.23.3",
5050
"@babel/plugin-transform-runtime": "^7.23.7",
51-
"@babel/preset-env": "^7.23.7",
51+
"@babel/preset-env": "^7.23.8",
5252
"@babel/preset-react": "^7.23.3",
5353
"@babel/preset-typescript": "^7.23.3",
5454
"@types/jest": "^29.5.11",
5555
"@types/lodash.debounce": "^4.0.9",
56-
"@types/react": "^18.2.46",
56+
"@types/react": "^18.2.47",
5757
"@types/react-test-renderer": "^18.0.7",
58-
"@typescript-eslint/eslint-plugin": "^6.17.0",
59-
"@typescript-eslint/parser": "^6.17.0",
58+
"@typescript-eslint/eslint-plugin": "^6.18.1",
59+
"@typescript-eslint/parser": "^6.18.1",
6060
"eslint": "^8.56.0",
6161
"eslint-config-prettier": "^9.1.0",
6262
"eslint-plugin-jest": "^27.6.1",

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@
2727
},
2828
"devDependencies": {
2929
"@babel/core": "^7.23.7",
30-
"@babel/preset-env": "^7.23.7",
30+
"@babel/preset-env": "^7.23.8",
3131
"@babel/preset-react": "^7.23.3",
3232
"@babel/preset-typescript": "^7.23.3",
33-
"@types/node": "^20.10.6",
34-
"@types/react": "^18.2.46",
33+
"@types/node": "^20.10.7",
34+
"@types/react": "^18.2.47",
3535
"@types/react-dom": "^18.2.18",
36-
"@typescript-eslint/eslint-plugin": "^6.17.0",
37-
"@typescript-eslint/parser": "^6.17.0",
36+
"@typescript-eslint/eslint-plugin": "^6.18.1",
37+
"@typescript-eslint/parser": "^6.18.1",
3838
"babel-loader": "^9.1.3",
3939
"cross-env": "^7.0.3",
4040
"eslint": "^8.56.0",

0 commit comments

Comments
 (0)