Skip to content

Commit cd994af

Browse files
committed
Work around graphql bug by downgrading npm
Ref. graphql/graphql-js#3919
1 parent 1d0579b commit cd994af

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

scj2000-web/package-lock.json

+8-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scj2000-web/package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@nuxtjs/svg": "^0.0.0",
2525
"@nuxtjs/tailwindcss": "^6.6.6",
2626
"@types/node": "^16",
27-
"@vue/apollo-composable": "^4.0.0-beta.4",
27+
"@vue/apollo-composable": "^4.0.0-beta.7",
2828
"autoprefixer": "^10.4.14",
2929
"nuxt": "3.5.3",
3030
"nuxt-viewport": "^2.0.4",
@@ -39,6 +39,7 @@
3939
"vuewordcloud": "^19.0.0"
4040
},
4141
"overrides": {
42-
"vue": "3"
42+
"vue": "3",
43+
"graphql": "16.6.0"
4344
}
4445
}

0 commit comments

Comments
 (0)