Skip to content

Commit b917fbc

Browse files
committed
chore(deps): update
1 parent 8f6d4f1 commit b917fbc

File tree

5 files changed

+574
-556
lines changed

5 files changed

+574
-556
lines changed

implementations/apollo-server/package.json

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

implementations/graphql-helix/package.json

Lines changed: 1 addition & 1 deletion
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.15"
16+
"@types/express": "^4.17.16"
1717
}
1818
}

implementations/mercurius/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"start": "node ."
99
},
1010
"dependencies": {
11-
"fastify": "^4.11.0",
11+
"fastify": "^4.12.0",
1212
"graphql": "^16.6.0",
1313
"mercurius": "^11.5.0"
1414
}

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -102,33 +102,33 @@
102102
"@babel/plugin-proposal-optional-chaining": "^7.20.7",
103103
"@babel/preset-env": "^7.20.2",
104104
"@babel/preset-typescript": "^7.18.6",
105-
"@rollup/plugin-terser": "^0.3.0",
105+
"@rollup/plugin-terser": "^0.4.0",
106106
"@rollup/plugin-typescript": "^11.0.0",
107107
"@semantic-release/changelog": "^6.0.2",
108108
"@semantic-release/git": "^10.0.1",
109109
"@types/eslint": "^8.4.10",
110-
"@types/express": "^4.17.15",
110+
"@types/express": "^4.17.16",
111111
"@types/glob": "^8.0.1",
112-
"@types/jest": "^29.2.6",
112+
"@types/jest": "^29.4.0",
113113
"@types/koa": "^2.13.5",
114114
"@types/koa-mount": "^4.0.2",
115-
"@typescript-eslint/eslint-plugin": "^5.48.2",
116-
"@typescript-eslint/parser": "^5.48.2",
115+
"@typescript-eslint/eslint-plugin": "^5.49.0",
116+
"@typescript-eslint/parser": "^5.49.0",
117117
"@whatwg-node/fetch": "^0.6.2",
118-
"babel-jest": "^29.3.1",
118+
"babel-jest": "^29.4.0",
119119
"eslint": "^8.32.0",
120120
"eslint-config-prettier": "^8.6.0",
121121
"express": "^4.18.2",
122-
"fastify": "^4.11.0",
122+
"fastify": "^4.12.0",
123123
"graphql": "^16.6.0",
124-
"jest": "^29.3.1",
125-
"jest-jasmine2": "^29.3.1",
124+
"jest": "^29.4.0",
125+
"jest-jasmine2": "^29.4.0",
126126
"koa": "^2.14.1",
127127
"koa-mount": "^4.0.0",
128128
"node-fetch": "^3.3.0",
129129
"prettier": "^2.8.3",
130-
"rollup": "^3.10.0",
131-
"semantic-release": "^20.0.2",
130+
"rollup": "^3.11.0",
131+
"semantic-release": "^20.1.0",
132132
"tslib": "^2.4.1",
133133
"typedoc": "^0.23.24",
134134
"typedoc-plugin-markdown": "^3.14.0",

0 commit comments

Comments
 (0)