Skip to content

Commit 28d10da

Browse files
authored
chore(deps): update (#52)
1 parent 46c5309 commit 28d10da

File tree

9 files changed

+1616
-1513
lines changed

9 files changed

+1616
-1513
lines changed

.yarn/releases/yarn-3.3.1.cjs

-823
This file was deleted.

.yarn/releases/yarn-3.4.1.cjs

+873
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.3.1.cjs
7+
yarnPath: .yarn/releases/yarn-3.4.1.cjs

implementations/apollo-server/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"start": "node ."
99
},
1010
"dependencies": {
11-
"@apollo/server": "^4.3.2",
11+
"@apollo/server": "^4.3.3",
1212
"graphql": "^16.6.0"
1313
}
1414
}

implementations/graphql-helix/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
"graphql-helix": "^1.13.0"
1414
},
1515
"devDependencies": {
16-
"@types/express": "^4.17.16"
16+
"@types/express": "^4.17.17"
1717
}
1818
}

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.3.0"
12+
"graphql-yoga": "^3.5.1"
1313
}
1414
}

implementations/mercurius/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
"dependencies": {
1111
"fastify": "^4.12.0",
1212
"graphql": "^16.6.0",
13-
"mercurius": "^11.5.0"
13+
"mercurius": "^12.0.0"
1414
}
1515
}

package.json

+14-14
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"engines": {
2525
"node": ">=12"
2626
},
27-
"packageManager": "yarn@3.3.1",
27+
"packageManager": "yarn@3.4.1",
2828
"main": "lib/index.js",
2929
"module": "lib/index.mjs",
3030
"browser": "umd/graphql-http.js",
@@ -106,33 +106,33 @@
106106
"@rollup/plugin-typescript": "^11.0.0",
107107
"@semantic-release/changelog": "^6.0.2",
108108
"@semantic-release/git": "^10.0.1",
109-
"@types/eslint": "^8.4.10",
110-
"@types/express": "^4.17.16",
109+
"@types/eslint": "^8.21.0",
110+
"@types/express": "^4.17.17",
111111
"@types/glob": "^8.0.1",
112112
"@types/jest": "^29.4.0",
113113
"@types/koa": "^2.13.5",
114114
"@types/koa-mount": "^4.0.2",
115-
"@typescript-eslint/eslint-plugin": "^5.49.0",
116-
"@typescript-eslint/parser": "^5.49.0",
117-
"@whatwg-node/fetch": "^0.6.2",
118-
"babel-jest": "^29.4.0",
119-
"eslint": "^8.32.0",
115+
"@typescript-eslint/eslint-plugin": "^5.51.0",
116+
"@typescript-eslint/parser": "^5.51.0",
117+
"@whatwg-node/fetch": "^0.7.0",
118+
"babel-jest": "^29.4.2",
119+
"eslint": "^8.33.0",
120120
"eslint-config-prettier": "^8.6.0",
121121
"express": "^4.18.2",
122122
"fastify": "^4.12.0",
123123
"graphql": "^16.6.0",
124-
"jest": "^29.4.0",
125-
"jest-jasmine2": "^29.4.0",
124+
"jest": "^29.4.2",
125+
"jest-jasmine2": "^29.4.2",
126126
"koa": "^2.14.1",
127127
"koa-mount": "^4.0.0",
128128
"node-fetch": "^3.3.0",
129-
"prettier": "^2.8.3",
130-
"rollup": "^3.11.0",
129+
"prettier": "^2.8.4",
130+
"rollup": "^3.14.0",
131131
"semantic-release": "^20.1.0",
132-
"tslib": "^2.4.1",
132+
"tslib": "^2.5.0",
133133
"typedoc": "^0.23.24",
134134
"typedoc-plugin-markdown": "^3.14.0",
135-
"typescript": "^4.9.4"
135+
"typescript": "^4.9.5"
136136
},
137137
"resolutions": {
138138
"npm/libnpmversion": "^3.0.6"

0 commit comments

Comments
 (0)