Skip to content

Commit aa6769b

Browse files
Update more dependencies (#1811)
* Update more dependencies * Fix * Prettier * chore(dependencies): updated changesets for modified dependencies * Fix tests * Ignore faker --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent d5fee04 commit aa6769b

File tree

69 files changed

+843
-1156
lines changed

Some content is hidden

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

69 files changed

+843
-1156
lines changed

examples/apollo-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
"devDependencies": {
1919
"@types/node": "18.16.14",
2020
"ts-node": "10.9.1",
21-
"typescript": "4.8.4"
21+
"typescript": "5.0.4"
2222
}
2323
}

examples/azure-functions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
"@azure/functions": "1.2.3",
1919
"@types/node": "18.16.14",
2020
"ts-node": "10.9.1",
21-
"typescript": "4.8.4"
21+
"typescript": "5.0.4"
2222
}
2323
}

examples/cloudflare-workers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
"@cloudflare/workers-types": "4.20230518.0",
2020
"@types/node": "18.16.14",
2121
"ts-node": "10.9.1",
22-
"typescript": "4.8.4"
22+
"typescript": "5.0.4"
2323
}
2424
}

examples/express-graphql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
"devDependencies": {
1919
"@types/node": "18.16.14",
2020
"ts-node": "10.9.1",
21-
"typescript": "4.8.4"
21+
"typescript": "5.0.4"
2222
}
2323
}

examples/google-cloud-functions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@
2525
"@azure/functions": "1.2.3",
2626
"@types/node": "18.16.14",
2727
"ts-node": "10.9.1",
28-
"typescript": "4.8.4"
28+
"typescript": "5.0.4"
2929
}
3030
}

examples/graphql-helix-auth0/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
"devDependencies": {
2020
"@types/node": "18.16.14",
2121
"ts-node": "10.9.1",
22-
"typescript": "4.8.4"
22+
"typescript": "5.0.4"
2323
}
2424
}

examples/graphql-helix-defer-stream/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
"devDependencies": {
1919
"@types/node": "18.16.14",
2020
"ts-node": "10.9.1",
21-
"typescript": "4.8.4"
21+
"typescript": "5.0.4"
2222
}
2323
}

examples/graphql-helix/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
"devDependencies": {
1919
"@types/node": "18.16.14",
2020
"ts-node": "10.9.1",
21-
"typescript": "4.8.4"
21+
"typescript": "5.0.4"
2222
}
2323
}

examples/graphql-http/package.json

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

examples/graphql-socket.io/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@
2424
"@types/node": "18.16.14",
2525
"@types/ws": "8.5.4",
2626
"ts-node": "10.9.1",
27-
"typescript": "4.8.4"
27+
"typescript": "5.0.4"
2828
}
2929
}

0 commit comments

Comments
 (0)