Skip to content

Commit 08f0750

Browse files
committed
chore(deps): update
1 parent d084a8d commit 08f0750

File tree

3 files changed

+265
-279
lines changed

3 files changed

+265
-279
lines changed

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

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -106,18 +106,18 @@
106106
"graphql": ">=0.11 <=16"
107107
},
108108
"devDependencies": {
109-
"@babel/core": "^7.21.3",
109+
"@babel/core": "^7.21.4",
110110
"@babel/plugin-proposal-class-properties": "^7.18.6",
111111
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
112112
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
113113
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
114-
"@babel/preset-env": "^7.20.2",
115-
"@babel/preset-typescript": "^7.21.0",
114+
"@babel/preset-env": "^7.21.4",
115+
"@babel/preset-typescript": "^7.21.4",
116116
"@rollup/plugin-terser": "^0.4.0",
117117
"@rollup/plugin-typescript": "^11.0.0",
118118
"@semantic-release/changelog": "^6.0.3",
119119
"@semantic-release/git": "^10.0.1",
120-
"@types/eslint": "^8.21.3",
120+
"@types/eslint": "^8.37.0",
121121
"@types/express": "^4.17.17",
122122
"@types/glob": "^8.1.0",
123123
"@types/html-validator": "^5.0.3",
@@ -128,7 +128,7 @@
128128
"@typescript-eslint/parser": "^5.57.0",
129129
"@whatwg-node/fetch": "^0.8.4",
130130
"babel-jest": "^29.5.0",
131-
"eslint": "^8.36.0",
131+
"eslint": "^8.37.0",
132132
"eslint-config-prettier": "^8.8.0",
133133
"express": "^4.18.2",
134134
"fastify": "^4.15.0",
@@ -146,7 +146,7 @@
146146
"tslib": "^2.5.0",
147147
"typedoc": "^0.23.28",
148148
"typedoc-plugin-markdown": "^3.14.0",
149-
"typescript": "^5.0.2"
149+
"typescript": "^5.0.3"
150150
},
151151
"resolutions": {
152152
"npm/libnpmversion": "^3.0.6"

0 commit comments

Comments
 (0)