Skip to content

Commit 1bc6fe6

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

File tree

10 files changed

+57
-63
lines changed

10 files changed

+57
-63
lines changed

examples/apollo/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
},
1919
"devDependencies": {
2020
"@graphprotocol/client-cli": "2.2.21",
21-
"@types/react": "18.0.37",
21+
"@types/react": "18.0.38",
2222
"@types/react-dom": "18.0.11",
2323
"@vitejs/plugin-react": "4.0.0",
2424
"typescript": "5.0.4",
25-
"vite": "4.2.2"
25+
"vite": "4.3.1"
2626
}
2727
}

examples/auto-pagination-multiple-sources/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
"typescript": "5.0.4"
1818
},
1919
"devDependencies": {
20-
"@types/node": "18.15.11"
20+
"@types/node": "18.16.0"
2121
}
2222
}

examples/execute/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
},
1717
"devDependencies": {
1818
"@graphprotocol/client-cli": "2.2.21",
19-
"@types/react": "18.0.37",
19+
"@types/react": "18.0.38",
2020
"@types/react-dom": "18.0.11",
2121
"@vitejs/plugin-react": "4.0.0",
2222
"typescript": "5.0.4",
23-
"vite": "4.2.2"
23+
"vite": "4.3.1"
2424
}
2525
}

examples/nextjs/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
},
1818
"devDependencies": {
1919
"@graphprotocol/client-cli": "2.2.21",
20-
"@types/node": "18.15.11",
21-
"@types/react": "18.0.37",
22-
"eslint": "8.38.0",
20+
"@types/node": "18.16.0",
21+
"@types/react": "18.0.38",
22+
"eslint": "8.39.0",
2323
"eslint-config-next": "13.3.1",
2424
"typescript": "5.0.4"
2525
}

examples/node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
"typescript": "5.0.4"
1818
},
1919
"devDependencies": {
20-
"@types/node": "18.15.11"
20+
"@types/node": "18.16.0"
2121
}
2222
}

examples/react-query/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
},
1818
"devDependencies": {
1919
"@graphprotocol/client-cli": "2.2.21",
20-
"@types/react": "18.0.37",
20+
"@types/react": "18.0.38",
2121
"@types/react-dom": "18.0.11",
2222
"@vitejs/plugin-react": "4.0.0",
2323
"typescript": "5.0.4",
24-
"vite": "4.2.2"
24+
"vite": "4.3.1"
2525
}
2626
}

examples/urql-live-query/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
},
1919
"devDependencies": {
2020
"@graphprotocol/client-cli": "2.2.21",
21-
"@types/react": "18.0.37",
21+
"@types/react": "18.0.38",
2222
"@types/react-dom": "18.0.11",
2323
"@vitejs/plugin-react": "4.0.0",
2424
"typescript": "5.0.4",
25-
"vite": "4.2.2"
25+
"vite": "4.3.1"
2626
}
2727
}

examples/urql/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
},
1919
"devDependencies": {
2020
"@graphprotocol/client-cli": "2.2.21",
21-
"@types/react": "18.0.37",
21+
"@types/react": "18.0.38",
2222
"@types/react-dom": "18.0.11",
2323
"@vitejs/plugin-react": "4.0.0",
2424
"typescript": "5.0.4",
25-
"vite": "4.2.2"
25+
"vite": "4.3.1"
2626
}
2727
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,15 +47,15 @@
4747
"@changesets/changelog-github": "0.4.8",
4848
"@types/babel__core": "7.20.0",
4949
"@types/babel__preset-env": "7.9.2",
50-
"@types/jest": "29.5.0",
50+
"@types/jest": "29.5.1",
5151
"babel-jest": "29.5.0",
5252
"babel-plugin-parameter-decorator": "1.0.16",
5353
"babel-plugin-transform-typescript-metadata": "0.3.2",
5454
"bob-the-bundler": "6.0.0",
5555
"graphql": "16.6.0",
5656
"husky": "8.0.3",
5757
"jest": "29.5.0",
58-
"prettier": "2.8.7",
58+
"prettier": "2.8.8",
5959
"pretty-quick": "3.1.3",
6060
"rimraf": "5.0.0",
6161
"typescript": "5.0.4",

yarn.lock

Lines changed: 40 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -1495,10 +1495,10 @@
14951495
minimatch "^3.1.2"
14961496
strip-json-comments "^3.1.1"
14971497

1498-
"@eslint/js@8.38.0":
1499-
version "8.38.0"
1500-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.38.0.tgz#73a8a0d8aa8a8e6fe270431c5e72ae91b5337892"
1501-
integrity sha512-IoD2MfUnOV58ghIHCiil01PcohxjbYR/qCxsoC+xNgUwh1EY8jOOrYmu3d3a71+tJJ23uscEV4X2HJWMsPJu4g==
1498+
"@eslint/js@8.39.0":
1499+
version "8.39.0"
1500+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.39.0.tgz#58b536bcc843f4cd1e02a7e6171da5c040f4d44b"
1501+
integrity sha512-kf9RB0Fg7NZfap83B3QOqOGg9QmD9yBudqQXzzOtn3i4y7ZUXe5ONeW34Gwi+TxhH4mvj72R1Zc300KUMa9Bng==
15021502

15031503
"@graphql-codegen/[email protected]":
15041504
version "3.1.0"
@@ -2681,10 +2681,10 @@
26812681
dependencies:
26822682
"@types/istanbul-lib-report" "*"
26832683

2684-
"@types/[email protected].0":
2685-
version "29.5.0"
2686-
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.5.0.tgz#337b90bbcfe42158f39c2fb5619ad044bbb518ac"
2687-
integrity sha512-3Emr5VOl/aoBwnWcH/EFQvlSAmjV+XtV9GGu5mwdYew5vhQh0IUZx/60x0TzHDu09Bi7HMx10t/namdJw5QIcg==
2684+
"@types/[email protected].1":
2685+
version "29.5.1"
2686+
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.5.1.tgz#83c818aa9a87da27d6da85d3378e5a34d2f31a47"
2687+
integrity sha512-tEuVcHrpaixS36w7hpsfLBLpjtMRJUE09/MHXn923LOVojDwyC14cWcfc0rDs0VEfUyYmt/+iX1kxxp+gZMcaQ==
26882688
dependencies:
26892689
expect "^29.0.0"
26902690
pretty-format "^29.0.0"
@@ -2709,21 +2709,16 @@
27092709
resolved "https://registry.yarnpkg.com/@types/minimist/-/minimist-1.2.2.tgz#ee771e2ba4b3dc5b372935d549fd9617bf345b8c"
27102710
integrity sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ==
27112711

2712-
"@types/node@*", "@types/[email protected]":
2713-
version "18.15.11"
2714-
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.15.11.tgz#b3b790f09cb1696cffcec605de025b088fa4225f"
2715-
integrity sha512-E5Kwq2n4SbMzQOn6wnmBjuK9ouqlURrcZDVfbo9ftDDTFt3nk7ZKK4GMOzoYgnpQJKcxwQw+lGaBvvlMo0qN/Q==
2712+
"@types/node@*", "@types/node@18.16.0", "@types/node@^18.15.11":
2713+
version "18.16.0"
2714+
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.16.0.tgz#4668bc392bb6938637b47e98b1f2ed5426f33316"
2715+
integrity sha512-BsAaKhB+7X+H4GnSjGhJG9Qi8Tw+inU9nJDwmD5CgOmBLEI6ArdhikpLX7DjbjDRDTbqZzU2LSQNZg8WGPiSZQ==
27162716

27172717
"@types/node@^12.7.1":
27182718
version "12.20.46"
27192719
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.20.46.tgz#7e49dee4c54fd19584e6a9e0da5f3dc2e9136bc7"
27202720
integrity sha512-cPjLXj8d6anFPzFvOPxS3fvly3Shm5nTfl6g8X5smexixbuGUf7hfr21J5tX9JW+UPStp/5P5R8qrKL5IyVJ+A==
27212721

2722-
"@types/node@^18.15.11":
2723-
version "18.16.0"
2724-
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.16.0.tgz#4668bc392bb6938637b47e98b1f2ed5426f33316"
2725-
integrity sha512-BsAaKhB+7X+H4GnSjGhJG9Qi8Tw+inU9nJDwmD5CgOmBLEI6ArdhikpLX7DjbjDRDTbqZzU2LSQNZg8WGPiSZQ==
2726-
27272722
"@types/normalize-package-data@^2.4.0":
27282723
version "2.4.1"
27292724
resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.1.tgz#d3357479a0fdfdd5907fe67e17e0a85c906e1301"
@@ -2746,10 +2741,10 @@
27462741
dependencies:
27472742
"@types/react" "*"
27482743

2749-
"@types/react@*", "@types/[email protected].37":
2750-
version "18.0.37"
2751-
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.37.tgz#7a784e2a8b8f83abb04dc6b9ed9c9b4c0aee9be7"
2752-
integrity sha512-4yaZZtkRN3ZIQD3KSEwkfcik8s0SWV+82dlJot1AbGYHCzJkWP3ENBY6wYeDRmKZ6HkrgoGAmR2HqdwYGp6OEw==
2744+
"@types/react@*", "@types/[email protected].38":
2745+
version "18.0.38"
2746+
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.38.tgz#02a23bef8848b360a0d1dceef4432c15c21c600c"
2747+
integrity sha512-ExsidLLSzYj4cvaQjGnQCk4HFfVT9+EZ9XZsQ8Hsrcn8QNgXtpZ3m9vSIC2MWtx7jHictK6wYhQgGh6ic58oOw==
27532748
dependencies:
27542749
"@types/prop-types" "*"
27552750
"@types/scheduler" "*"
@@ -4286,10 +4281,10 @@ eslint-plugin-react@^7.31.7:
42864281
semver "^6.3.0"
42874282
string.prototype.matchall "^4.0.7"
42884283

4289-
eslint-scope@^7.1.1:
4290-
version "7.1.1"
4291-
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-7.1.1.tgz#fff34894c2f65e5226d3041ac480b4513a163642"
4292-
integrity sha512-QKQM/UXpIiHcLqJ5AOyIW7XZmzjkzQXYE54n1++wb0u9V/abW3l9uQnxX8Z5Xd18xyKIMTUAyQ0k1e8pz6LUrw==
4284+
eslint-scope@^7.2.0:
4285+
version "7.2.0"
4286+
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-7.2.0.tgz#f21ebdafda02352f103634b96dd47d9f81ca117b"
4287+
integrity sha512-DYj5deGlHBfMt15J7rdtyKNq/Nqlv5KfU4iodrQ019XESsRnwXH9KAE0y3cwtUHDo2ob7CypAnCqefh6vioWRw==
42934288
dependencies:
42944289
esrecurse "^4.3.0"
42954290
estraverse "^5.2.0"
@@ -4299,15 +4294,15 @@ eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.0:
42994294
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.0.tgz#c7f0f956124ce677047ddbc192a68f999454dedc"
43004295
integrity sha512-HPpKPUBQcAsZOsHAFwTtIKcYlCje62XB7SEAcxjtmW6TD1WVpkS6i6/hOVtTZIl4zGj/mBqpFVGvaDneik+VoQ==
43014296

4302-
eslint@8.38.0:
4303-
version "8.38.0"
4304-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.38.0.tgz#a62c6f36e548a5574dd35728ac3c6209bd1e2f1a"
4305-
integrity sha512-pIdsD2jwlUGf/U38Jv97t8lq6HpaU/G9NKbYmpWpZGw3LdTNhZLbJePqxOXGB5+JEKfOPU/XLxYxFh03nr1KTg==
4297+
eslint@8.39.0:
4298+
version "8.39.0"
4299+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.39.0.tgz#7fd20a295ef92d43809e914b70c39fd5a23cf3f1"
4300+
integrity sha512-mwiok6cy7KTW7rBpo05k6+p4YVZByLNjAZ/ACB9DRCu4YDRwjXI01tWHp6KAUWelsBetTxKK/2sHB0vdS8Z2Og==
43064301
dependencies:
43074302
"@eslint-community/eslint-utils" "^4.2.0"
43084303
"@eslint-community/regexpp" "^4.4.0"
43094304
"@eslint/eslintrc" "^2.0.2"
4310-
"@eslint/js" "8.38.0"
4305+
"@eslint/js" "8.39.0"
43114306
"@humanwhocodes/config-array" "^0.11.8"
43124307
"@humanwhocodes/module-importer" "^1.0.1"
43134308
"@nodelib/fs.walk" "^1.2.8"
@@ -4317,7 +4312,7 @@ [email protected]:
43174312
debug "^4.3.2"
43184313
doctrine "^3.0.0"
43194314
escape-string-regexp "^4.0.0"
4320-
eslint-scope "^7.1.1"
4315+
eslint-scope "^7.2.0"
43214316
eslint-visitor-keys "^3.4.0"
43224317
espree "^9.5.1"
43234318
esquery "^1.4.2"
@@ -6667,10 +6662,10 @@ prelude-ls@^1.2.1:
66676662
resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.2.1.tgz#debc6489d7a6e6b0e7611888cec880337d316396"
66686663
integrity sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==
66696664

6670-
[email protected].7, prettier@^2.7.1:
6671-
version "2.8.7"
6672-
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.8.7.tgz#bb79fc8729308549d28fe3a98fce73d2c0656450"
6673-
integrity sha512-yPngTo3aXUUmyuTjeTUT75txrf+aMh9FiD7q9ZE/i6r0bPb22g4FsE6Y338PQX1bmfy08i9QQCB7/rcUAVntfw==
6665+
[email protected].8, prettier@^2.7.1:
6666+
version "2.8.8"
6667+
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.8.8.tgz#e8c5d7e98a4305ffe3de2e1fc4aca1a71c28b1da"
6668+
integrity sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==
66746669

66756670
pretty-format@^29.0.0, pretty-format@^29.5.0:
66766671
version "29.5.0"
@@ -6962,7 +6957,7 @@ resolve.exports@^2.0.0:
69626957
resolved "https://registry.yarnpkg.com/resolve.exports/-/resolve.exports-2.0.0.tgz#c1a0028c2d166ec2fbf7d0644584927e76e7400e"
69636958
integrity sha512-6K/gDlqgQscOlg9fSRpWstA8sYe8rbELsSTNpx+3kTrsVCzvSl0zIvRErM7fdl9ERWDsKnrLnwB+Ne89918XOg==
69646959

6965-
resolve@^1.10.0, resolve@^1.14.2, resolve@^1.20.0, resolve@^1.22.0, resolve@^1.22.1:
6960+
resolve@^1.10.0, resolve@^1.14.2, resolve@^1.20.0, resolve@^1.22.0:
69666961
version "1.22.1"
69676962
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.1.tgz#27cb2ebb53f91abb49470a928bba7558066ac177"
69686963
integrity sha512-nBpuuYuY5jFsli/JIs1oldw6fOQCBioohqWZg/2hiaOybXOft4lonv85uDOKXdf8rhyK159cxU5cDcK/NKk8zw==
@@ -7003,10 +6998,10 @@ rimraf@^3.0.2:
70036998
dependencies:
70046999
glob "^7.1.3"
70057000

7006-
rollup@^3.18.0, rollup@^3.2.5:
7007-
version "3.20.2"
7008-
resolved "https://registry.yarnpkg.com/rollup/-/rollup-3.20.2.tgz#f798c600317f216de2e4ad9f4d9ab30a89b690ff"
7009-
integrity sha512-3zwkBQl7Ai7MFYQE0y1MeQ15+9jsi7XxfrqwTb/9EK8D9C9+//EBR4M+CuA1KODRaNbFez/lWxA5vhEGZp4MUg==
7001+
rollup@^3.2.5, rollup@^3.20.2:
7002+
version "3.21.0"
7003+
resolved "https://registry.yarnpkg.com/rollup/-/rollup-3.21.0.tgz#0a71517db56e150222670f88e5e7acfa4fede7c8"
7004+
integrity sha512-ANPhVcyeHvYdQMUyCbczy33nbLzI7RzrBje4uvNiTDJGIMtlKoOStmympwr9OtS1LZxiDmE2wvxHyVhoLtf1KQ==
70107005
optionalDependencies:
70117006
fsevents "~2.3.2"
70127007

@@ -7851,15 +7846,14 @@ [email protected], value-or-promise@^1.0.11, value-or-promise@^1.0.12:
78517846
resolved "https://registry.yarnpkg.com/value-or-promise/-/value-or-promise-1.0.12.tgz#0e5abfeec70148c78460a849f6b003ea7986f15c"
78527847
integrity sha512-Z6Uz+TYwEqE7ZN50gwn+1LCVo9ZVrpxRPOhOLnncYkY1ZzOYtrX8Fwf/rFktZ8R5mJms6EZf5TqNOMeZmnPq9Q==
78537848

7854-
vite@4.2.2:
7855-
version "4.2.2"
7856-
resolved "https://registry.yarnpkg.com/vite/-/vite-4.2.2.tgz#014c30e5163844f6e96d7fe18fbb702236516dc6"
7857-
integrity sha512-PcNtT5HeDxb3QaSqFYkEum8f5sCVe0R3WK20qxgIvNBZPXU/Obxs/+ubBMeE7nLWeCo2LDzv+8hRYSlcaSehig==
7849+
vite@4.3.1:
7850+
version "4.3.1"
7851+
resolved "https://registry.yarnpkg.com/vite/-/vite-4.3.1.tgz#9badb1377f995632cdcf05f32103414db6fbb95a"
7852+
integrity sha512-EPmfPLAI79Z/RofuMvkIS0Yr091T2ReUoXQqc5ppBX/sjFRhHKiPPF/R46cTdoci/XgeQpB23diiJxq5w30vdg==
78587853
dependencies:
78597854
esbuild "^0.17.5"
78607855
postcss "^8.4.21"
7861-
resolve "^1.22.1"
7862-
rollup "^3.18.0"
7856+
rollup "^3.20.2"
78637857
optionalDependencies:
78647858
fsevents "~2.3.2"
78657859

0 commit comments

Comments
 (0)