Skip to content

Commit 4ec9cf8

Browse files
authored
chore(deps): update (#92)
1 parent 8626e9c commit 4ec9cf8

File tree

6 files changed

+582
-550
lines changed

6 files changed

+582
-550
lines changed

.yarn/releases/yarn-3.5.1.cjs renamed to .yarn/releases/yarn-3.6.0.cjs

+202-201
Large diffs are not rendered by default.

.yarnrc.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ plugins:
44
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
55
spec: '@yarnpkg/plugin-interactive-tools'
66

7-
yarnPath: .yarn/releases/yarn-3.5.1.cjs
7+
yarnPath: .yarn/releases/yarn-3.6.0.cjs

implementations/graph-client/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
"start": "graphclient serve-dev"
99
},
1010
"dependencies": {
11-
"@graphprotocol/client-cli": "^2.2.22"
11+
"@graphprotocol/client-cli": "^3.0.0"
1212
}
1313
}

implementations/graphql-yoga/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
},
1010
"dependencies": {
1111
"graphql": "^16.6.0",
12-
"graphql-yoga": "^3.9.1"
12+
"graphql-yoga": "^4.0.0"
1313
}
1414
}

package.json

+8-11
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"engines": {
2525
"node": ">=12"
2626
},
27-
"packageManager": "yarn@3.5.1",
27+
"packageManager": "yarn@3.6.0",
2828
"main": "lib/index.js",
2929
"module": "lib/index.mjs",
3030
"browser": "umd/graphql-http.js",
@@ -132,9 +132,9 @@
132132
"@types/koa-mount": "^4.0.2",
133133
"@typescript-eslint/eslint-plugin": "^5.59.8",
134134
"@typescript-eslint/parser": "^5.59.8",
135-
"@whatwg-node/fetch": "^0.9.1",
135+
"@whatwg-node/fetch": "^0.9.2",
136136
"babel-jest": "^29.5.0",
137-
"eslint": "^8.41.0",
137+
"eslint": "^8.42.0",
138138
"eslint-config-prettier": "^8.8.0",
139139
"express": "^4.18.2",
140140
"fastify": "^4.17.0",
@@ -147,16 +147,13 @@
147147
"koa-mount": "^4.0.0",
148148
"node-fetch": "^3.3.1",
149149
"prettier": "^2.8.8",
150-
"rollup": "^3.23.0",
150+
"rollup": "^3.23.1",
151151
"rollup-plugin-gzip": "^3.1.0",
152-
"semantic-release": "^21.0.2",
153-
"tslib": "^2.5.2",
154-
"typedoc": "^0.24.7",
152+
"semantic-release": "^21.0.3",
153+
"tslib": "^2.5.3",
154+
"typedoc": "^0.24.8",
155155
"typedoc-plugin-markdown": "^3.15.3",
156-
"typescript": "^5.0.4",
156+
"typescript": "^5.1.3",
157157
"uWebSockets.js": "uNetworking/uWebSockets.js#v20.30.0"
158-
},
159-
"resolutions": {
160-
"npm/libnpmversion": "^3.0.6"
161158
}
162159
}

0 commit comments

Comments
 (0)