Skip to content

Commit 7c94e51

Browse files
authored
feat: upgrade graphql from 15.7.0 to 16.0.0 (#1926)
BREAKING CHANGE: The minimum required Node.js version is 12.22.0.
1 parent c096fc1 commit 7c94e51

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"csurf": "1.11.0",
4646
"express": "4.17.1",
4747
"graphiql": "1.5.1",
48-
"graphql": "15.7.0",
48+
"graphql": "16.0.0",
4949
"history": "4.10.1",
5050
"immutable": "4.0.0",
5151
"immutable-devtools": "0.1.5",
@@ -137,7 +137,7 @@
137137
"parse-dashboard": "./bin/parse-dashboard"
138138
},
139139
"engines": {
140-
"node": ">=12.20.0"
140+
"node": ">=12.22.0"
141141
},
142142
"main": "Parse-Dashboard/app.js",
143143
"jest": {

0 commit comments

Comments
 (0)