Skip to content

Commit 4472019

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

File tree

11 files changed

+44
-33
lines changed

11 files changed

+44
-33
lines changed

examples/gcp-functions/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@google-cloud/functions-framework": "3.3.0",
1616
"@graphql-mesh/cli": "0.89.1",
1717
"@graphql-mesh/json-schema": "0.99.2",
18-
"@types/node": "20.11.25",
18+
"@types/node": "20.11.26",
1919
"graphql": "16.8.1",
2020
"typescript": "^5.4.2"
2121
}

examples/graphql-file-upload-example/frontend/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
"devDependencies": {
2424
"@types/apollo-upload-client": "18.0.0",
2525
"@types/jest": "29.5.12",
26-
"@types/node": "20.11.25",
27-
"@types/react": "18.2.64",
26+
"@types/node": "20.11.26",
27+
"@types/react": "18.2.65",
2828
"@types/react-dom": "18.2.21",
2929
"typescript": "^5.4.2"
3030
},

examples/json-schema-file-upload/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"graphql": "16.8.1"
1616
},
1717
"devDependencies": {
18-
"@types/node": "20.11.25",
18+
"@types/node": "20.11.26",
1919
"concurrently": "8.2.2",
2020
"ts-node": "^10.9.2",
2121
"typescript": "^5.4.2"

examples/nextjs-apollo-example/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"react-dom": "18.2.0"
2323
},
2424
"devDependencies": {
25-
"@types/react": "18.2.64",
25+
"@types/react": "18.2.65",
2626
"typescript": "^5.4.2"
2727
}
2828
}

examples/nextjs-sdk-example/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"react-dom": "18.2.0"
2424
},
2525
"devDependencies": {
26-
"@types/react": "18.2.64",
26+
"@types/react": "18.2.65",
2727
"typescript": "^5.4.2"
2828
}
2929
}

examples/openapi-react-weatherbit/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"devDependencies": {
1919
"@graphql-mesh/cli": "0.89.1",
20-
"@types/react": "18.2.64",
20+
"@types/react": "18.2.65",
2121
"@types/react-dom": "18.2.21",
2222
"@vitejs/plugin-react": "4.2.1",
2323
"typescript": "^5.4.2",

examples/postgres-geodb/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"graphql": "16.8.1"
2020
},
2121
"devDependencies": {
22-
"@types/node": "20.11.25",
22+
"@types/node": "20.11.26",
2323
"cross-env": "7.0.3",
2424
"ts-node": "^10.9.2",
2525
"typescript": "^5.4.2"

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"@changesets/cli": "2.27.1",
6666
"@theguild/prettier-config": "2.0.5",
6767
"@types/jest": "29.5.12",
68-
"@types/node": "20.11.25",
68+
"@types/node": "20.11.26",
6969
"@typescript-eslint/eslint-plugin": "7.2.0",
7070
"@typescript-eslint/parser": "7.2.0",
7171
"babel-jest": "29.7.0",

packages/loaders/mysql/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
},
4545
"devDependencies": {
4646
"@types/graphql-fields": "1.3.9",
47-
"@types/mysql": "2.15.25"
47+
"@types/mysql": "2.15.26"
4848
},
4949
"publishConfig": {
5050
"access": "public",

website/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
"devDependencies": {
2222
"@theguild/algolia": "2.1.0",
2323
"@theguild/tailwind-config": "0.3.2",
24-
"@types/node": "20.11.25",
25-
"@types/react": "18.2.64",
24+
"@types/node": "20.11.26",
25+
"@types/react": "18.2.65",
2626
"cross-env": "7.0.3",
2727
"eslint-config-next": "14.1.3",
2828
"postcss-import": "16.0.1",

yarn.lock

+32-21
Original file line numberDiff line numberDiff line change
@@ -8407,7 +8407,7 @@ __metadata:
84078407
"@graphql-tools/delegate": "npm:^10.0.3"
84088408
"@graphql-tools/utils": "npm:^10.0.12"
84098409
"@types/graphql-fields": "npm:1.3.9"
8410-
"@types/mysql": "npm:2.15.25"
8410+
"@types/mysql": "npm:2.15.26"
84118411
graphql-compose: "npm:^9.0.10"
84128412
graphql-fields: "npm:^2.0.3"
84138413
graphql-scalars: "npm:^1.22.4"
@@ -10883,12 +10883,12 @@ __metadata:
1088310883
languageName: node
1088410884
linkType: hard
1088510885

10886-
"@types/mysql@npm:2.15.25":
10887-
version: 2.15.25
10888-
resolution: "@types/mysql@npm:2.15.25"
10886+
"@types/mysql@npm:2.15.26":
10887+
version: 2.15.26
10888+
resolution: "@types/mysql@npm:2.15.26"
1088910889
dependencies:
1089010890
"@types/node": "npm:*"
10891-
checksum: 10c0/a87740644ce098f095606b1c2504c3817a993943cf33322347772cf02b0eb7b092a0c37138fd0c0df903bc46b8973bb93b1737422abdeed075d3fdb10ce8321f
10891+
checksum: 10c0/3cf279e7db05d56c0544532a4380b9079f579092379a04c8138bd5cf88dda5b31208ac2d23ce7dbf4e3a3f43aaeed44e72f9f19f726518f308efe95a7435619a
1089210892
languageName: node
1089310893
linkType: hard
1089410894

@@ -10936,12 +10936,12 @@ __metadata:
1093610936
languageName: node
1093710937
linkType: hard
1093810938

10939-
"@types/node@npm:*, @types/node@npm:20.11.25, @types/node@npm:>=13.7.0, @types/node@npm:^20.10.6":
10940-
version: 20.11.25
10941-
resolution: "@types/node@npm:20.11.25"
10939+
"@types/node@npm:*, @types/node@npm:20.11.26, @types/node@npm:>=13.7.0, @types/node@npm:^20.10.6":
10940+
version: 20.11.26
10941+
resolution: "@types/node@npm:20.11.26"
1094210942
dependencies:
1094310943
undici-types: "npm:~5.26.4"
10944-
checksum: 10c0/3a65a0469309d503e572a3198d81c9248876236b1bcc0c9943e995cfa536df7ce9a9302638258984877420d1613167a8a82dbfb3a92197319fb79ebebf9abc83
10944+
checksum: 10c0/2df81e4f109588c4c490f2c7d616a06d2b3b9298f217468134b80711af810c9a6017a59beb3e6b1c596eb9b6c5a39d33403b99179acb89006badfbc55f2468bb
1094510945
languageName: node
1094610946
linkType: hard
1094710947

@@ -11056,7 +11056,7 @@ __metadata:
1105611056
languageName: node
1105711057
linkType: hard
1105811058

11059-
"@types/react@npm:*, @types/react@npm:18.2.64":
11059+
"@types/react@npm:*":
1106011060
version: 18.2.64
1106111061
resolution: "@types/react@npm:18.2.64"
1106211062
dependencies:
@@ -11067,6 +11067,17 @@ __metadata:
1106711067
languageName: node
1106811068
linkType: hard
1106911069

11070+
"@types/react@npm:18.2.65":
11071+
version: 18.2.65
11072+
resolution: "@types/react@npm:18.2.65"
11073+
dependencies:
11074+
"@types/prop-types": "npm:*"
11075+
"@types/scheduler": "npm:*"
11076+
csstype: "npm:^3.0.2"
11077+
checksum: 10c0/91158b5a9e90489a5984bb610c3692001ecdf1d286c78384252698bcb306ef88e9434e75f01bf7739017e949e7690b7d6f1b7ef9d7097f86f3f649482a33604b
11078+
languageName: node
11079+
linkType: hard
11080+
1107011081
"@types/resolve@npm:1.17.1":
1107111082
version: 1.17.1
1107211083
resolution: "@types/resolve@npm:1.17.1"
@@ -18207,7 +18218,7 @@ __metadata:
1820718218
"@google-cloud/functions-framework": "npm:3.3.0"
1820818219
"@graphql-mesh/cli": "npm:0.89.1"
1820918220
"@graphql-mesh/json-schema": "npm:0.99.2"
18210-
"@types/node": "npm:20.11.25"
18221+
"@types/node": "npm:20.11.26"
1821118222
graphql: "npm:16.8.1"
1821218223
typescript: "npm:^5.4.2"
1821318224
languageName: unknown
@@ -19137,8 +19148,8 @@ __metadata:
1913719148
"@testing-library/user-event": "npm:14.5.2"
1913819149
"@types/apollo-upload-client": "npm:18.0.0"
1913919150
"@types/jest": "npm:29.5.12"
19140-
"@types/node": "npm:20.11.25"
19141-
"@types/react": "npm:18.2.64"
19151+
"@types/node": "npm:20.11.26"
19152+
"@types/react": "npm:18.2.65"
1914219153
"@types/react-dom": "npm:18.2.21"
1914319154
apollo-upload-client: "npm:18.0.1"
1914419155
graphql: "npm:16.8.1"
@@ -19899,7 +19910,7 @@ __metadata:
1989919910
"@changesets/cli": "npm:2.27.1"
1990019911
"@theguild/prettier-config": "npm:2.0.5"
1990119912
"@types/jest": "npm:29.5.12"
19902-
"@types/node": "npm:20.11.25"
19913+
"@types/node": "npm:20.11.26"
1990319914
"@typescript-eslint/eslint-plugin": "npm:7.2.0"
1990419915
"@typescript-eslint/parser": "npm:7.2.0"
1990519916
babel-jest: "npm:29.7.0"
@@ -23251,7 +23262,7 @@ __metadata:
2325123262
dependencies:
2325223263
"@graphql-mesh/cli": "npm:0.89.1"
2325323264
"@graphql-mesh/json-schema": "npm:0.99.2"
23254-
"@types/node": "npm:20.11.25"
23265+
"@types/node": "npm:20.11.26"
2325523266
concurrently: "npm:8.2.2"
2325623267
fets: "npm:0.7.1"
2325723268
graphql: "npm:16.8.1"
@@ -26462,7 +26473,7 @@ __metadata:
2646226473
"@graphql-mesh/config": "npm:0.99.1"
2646326474
"@graphql-mesh/openapi": "npm:0.99.2"
2646426475
"@graphql-mesh/runtime": "npm:0.98.1"
26465-
"@types/react": "npm:18.2.64"
26476+
"@types/react": "npm:18.2.65"
2646626477
apollo-server-micro: "npm:3.13.0"
2646726478
graphql: "npm:16.8.1"
2646826479
next: "npm:14.1.3"
@@ -26480,7 +26491,7 @@ __metadata:
2648026491
"@graphql-mesh/config": "npm:0.99.1"
2648126492
"@graphql-mesh/openapi": "npm:0.99.2"
2648226493
"@graphql-mesh/runtime": "npm:0.98.1"
26483-
"@types/react": "npm:18.2.64"
26494+
"@types/react": "npm:18.2.65"
2648426495
apollo-server-micro: "npm:3.13.0"
2648526496
graphql: "npm:16.8.1"
2648626497
next: "npm:14.1.3"
@@ -27220,7 +27231,7 @@ __metadata:
2722027231
resolution: "openapi-react-weatherbit@workspace:examples/openapi-react-weatherbit"
2722127232
dependencies:
2722227233
"@graphql-mesh/cli": "npm:0.89.1"
27223-
"@types/react": "npm:18.2.64"
27234+
"@types/react": "npm:18.2.65"
2722427235
"@types/react-dom": "npm:18.2.21"
2722527236
"@vitejs/plugin-react": "npm:4.2.1"
2722627237
graphql: "npm:16.8.1"
@@ -29310,7 +29321,7 @@ __metadata:
2931029321
"@graphql-mesh/postgraphile": "npm:0.97.1"
2931129322
"@graphql-mesh/runtime": "npm:0.98.1"
2931229323
"@graphql-mesh/transform-prefix": "npm:0.97.1"
29313-
"@types/node": "npm:20.11.25"
29324+
"@types/node": "npm:20.11.26"
2931429325
cross-env: "npm:7.0.3"
2931529326
graphql: "npm:16.8.1"
2931629327
ts-node: "npm:^10.9.2"
@@ -35079,8 +35090,8 @@ __metadata:
3507935090
"@theguild/algolia": "npm:2.1.0"
3508035091
"@theguild/components": "npm:^6.0.1"
3508135092
"@theguild/tailwind-config": "npm:0.3.2"
35082-
"@types/node": "npm:20.11.25"
35083-
"@types/react": "npm:18.2.64"
35093+
"@types/node": "npm:20.11.26"
35094+
"@types/react": "npm:18.2.65"
3508435095
cross-env: "npm:7.0.3"
3508535096
eslint-config-next: "npm:14.1.3"
3508635097
next: "npm:^14.0.0"

0 commit comments

Comments
 (0)