Skip to content

Commit 1360ed2

Browse files
authored
fix: lock only major version (#357)
1 parent 39ecad2 commit 1360ed2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"build": "node resources/build.js"
3535
},
3636
"peerDependencies": {
37-
"graphql": "15.5.1"
37+
"graphql": "^15.5.3"
3838
},
3939
"devDependencies": {
4040
"@babel/core": "7.14.6",

0 commit comments

Comments
 (0)