Skip to content

Commit f821c31

Browse files
committed
chore(deps): update
1 parent 48d1403 commit f821c31

File tree

12 files changed

+1698
-3044
lines changed

12 files changed

+1698
-3044
lines changed

.yarn/releases/yarn-3.2.3.cjs

Lines changed: 0 additions & 783 deletions
This file was deleted.

.yarnrc.yml

Lines changed: 1 addition & 1 deletion
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.2.3.cjs
7+
yarnPath: .yarn/releases/yarn-3.2.4.cjs

implementations/apollo-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"start": "node ."
88
},
99
"dependencies": {
10-
"apollo-server": "^3.10.2",
10+
"apollo-server": "^3.11.1",
1111
"graphql": "^16.6.0"
1212
}
1313
}

implementations/express-graphql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"start": "node ."
88
},
99
"dependencies": {
10-
"express": "^4.18.1",
10+
"express": "^4.18.2",
1111
"express-graphql": "^0.12.0",
1212
"graphql": "^16.6.0"
1313
}

implementations/graph-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
"start": "graphclient serve-dev"
88
},
99
"dependencies": {
10-
"@graphprotocol/client-cli": "^2.2.11"
10+
"@graphprotocol/client-cli": "^2.2.15"
1111
}
1212
}

implementations/graphql-helix/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
"start": "node ."
88
},
99
"dependencies": {
10-
"express": "^4.18.1",
10+
"express": "^4.18.2",
1111
"graphql": "^16.6.0",
1212
"graphql-helix": "^1.13.0"
1313
},
1414
"devDependencies": {
15-
"@types/express": "^4.17.13"
15+
"@types/express": "^4.17.14"
1616
}
1717
}

implementations/graphql-yoga/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
},
99
"dependencies": {
1010
"graphql": "^16.6.0",
11-
"graphql-yoga": "3.0.0-alpha-20220906160826-20e2c681"
11+
"graphql-yoga": "3.0.0-next.10"
1212
}
1313
}

implementations/mercurius/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
"start": "node ."
88
},
99
"dependencies": {
10-
"fastify": "^4.5.3",
10+
"fastify": "^4.9.2",
1111
"graphql": "^16.6.0",
12-
"mercurius": "^11.0.0"
12+
"mercurius": "^11.3.0"
1313
}
1414
}

package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"engines": {
2525
"node": ">=12"
2626
},
27-
"packageManager": "[email protected].3",
27+
"packageManager": "[email protected].4",
2828
"main": "lib/index.js",
2929
"module": "lib/index.mjs",
3030
"browser": "umd/graphql-http.js",
@@ -88,39 +88,39 @@
8888
"graphql": ">=0.11 <=16"
8989
},
9090
"devDependencies": {
91-
"@babel/core": "^7.18.13",
91+
"@babel/core": "^7.20.2",
9292
"@babel/plugin-proposal-class-properties": "^7.18.6",
9393
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
94-
"@babel/plugin-proposal-object-rest-spread": "^7.18.9",
94+
"@babel/plugin-proposal-object-rest-spread": "^7.20.2",
9595
"@babel/plugin-proposal-optional-chaining": "^7.18.9",
96-
"@babel/preset-env": "^7.18.10",
96+
"@babel/preset-env": "^7.20.2",
9797
"@babel/preset-typescript": "^7.18.6",
98-
"@rollup/plugin-typescript": "^8.4.0",
98+
"@rollup/plugin-typescript": "^9.0.2",
9999
"@semantic-release/changelog": "^6.0.1",
100100
"@semantic-release/git": "^10.0.1",
101101
"@types/express": "^4.17.14",
102-
"@types/jest": "^29.0.0",
103-
"@typescript-eslint/eslint-plugin": "^5.36.1",
104-
"@typescript-eslint/parser": "^5.36.1",
102+
"@types/jest": "^29.2.2",
103+
"@typescript-eslint/eslint-plugin": "^5.42.1",
104+
"@typescript-eslint/parser": "^5.42.1",
105105
"@whatwg-node/fetch": "^0.5.1",
106-
"babel-jest": "^29.0.1",
107-
"eslint": "^8.23.0",
106+
"babel-jest": "^29.3.0",
107+
"eslint": "^8.27.0",
108108
"eslint-config-prettier": "^8.5.0",
109109
"eslint-plugin-prettier": "^4.2.1",
110110
"express": "^4.18.2",
111111
"fastify": "^4.9.2",
112112
"graphql": "^16.6.0",
113-
"jest": "^29.0.1",
114-
"jest-jasmine2": "^29.0.1",
113+
"jest": "^29.3.0",
114+
"jest-jasmine2": "^29.3.0",
115115
"node-fetch": "^3.2.10",
116116
"prettier": "^2.7.1",
117-
"rollup": "^2.79.0",
117+
"rollup": "^3.2.5",
118118
"rollup-plugin-terser": "^7.0.2",
119119
"semantic-release": "^19.0.5",
120-
"tslib": "^2.4.0",
121-
"typedoc": "^0.23.13",
122-
"typedoc-plugin-markdown": "^3.13.5",
123-
"typescript": "^4.8.2"
120+
"tslib": "^2.4.1",
121+
"typedoc": "^0.23.20",
122+
"typedoc-plugin-markdown": "^3.13.6",
123+
"typescript": "^4.8.4"
124124
},
125125
"resolutions": {
126126
"npm/libnpmversion": "^3.0.6"
File renamed without changes.

0 commit comments

Comments
 (0)