Skip to content

Commit 78455d5

Browse files
committed
chore: add graphql & typescript to root dependencies to avoid peer dep warnings
1 parent bb4f349 commit 78455d5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
"eslint-plugin-vue-libs": "^3.0.0",
5656
"execa": "^1.0.0",
5757
"globby": "^9.0.0",
58+
"graphql": "^14.0.2",
5859
"http-server": "^0.11.1",
5960
"inquirer": "^6.0.0",
6061
"jest": "^23.1.0",
@@ -66,8 +67,10 @@
6667
"request-promise-native": "^1.0.7",
6768
"rimraf": "^2.6.2",
6869
"semver": "^5.5.0",
70+
"typescript": "^3.3.3333",
6971
"vuepress": "^0.14.9",
7072
"vuepress-theme-vue": "^1.1.0",
73+
"webpack": "~4.28",
7174
"yorkie": "^2.0.0"
7275
},
7376
"resolutions": {

0 commit comments

Comments
 (0)