Skip to content

Commit 0d14217

Browse files
committed
v0.14.0
1 parent 4556a5b commit 0d14217

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-let",
3-
"version": "0.13.0",
3+
"version": "0.14.0",
44
"repository": {
55
"type": "git",
66
"url": "[email protected]:piglovesyou/graphql-let.git"
@@ -21,19 +21,19 @@
2121
"babel.js"
2222
],
2323
"dependencies": {
24+
"@babel/core": "^7.0.0",
25+
"@babel/helper-plugin-utils": "^7.0.0",
26+
"@babel/parser": "^7.0.0",
27+
"@babel/traverse": "^7.0.0",
28+
"do-sync": "^2.2.0",
2429
"globby": "^11.0.0",
2530
"loader-utils": "^2.0.0",
2631
"log-update": "^4.0.0",
2732
"make-dir": "^3.0.2",
2833
"minimist": "^1.2.0",
2934
"rimraf": "^3.0.2",
3035
"slash": "^3.0.0",
31-
"yaml": "^1.7.2",
32-
"@babel/core": "^7.0.0",
33-
"@babel/helper-plugin-utils": "^7.0.0",
34-
"@babel/parser": "^7.0.0",
35-
"@babel/traverse": "^7.0.0",
36-
"do-sync": "^2.2.0"
36+
"yaml": "^1.7.2"
3737
},
3838
"devDependencies": {
3939
"@apollo/react-common": "^3.1.3",

0 commit comments

Comments
 (0)