Skip to content

Commit

Permalink
fix(deps): move @babel/types back to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Jul 21, 2020
1 parent 7753485 commit 11c2ad4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions packages/compiler-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,8 @@
"dependencies": {
"@vue/shared": "3.0.0-rc.3",
"@babel/parser": "^7.10.4",
"@babel/types": "^7.10.4",
"estree-walker": "^2.0.1",
"source-map": "^0.6.1"
},
"devDependencies": {
"@babel/types": "^7.10.4"
}
}
2 changes: 1 addition & 1 deletion packages/compiler-sfc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
},
"dependencies": {
"@babel/parser": "^7.10.4",
"@babel/types": "^7.10.4",
"@vue/compiler-core": "3.0.0-rc.3",
"@vue/compiler-dom": "3.0.0-rc.3",
"@vue/compiler-ssr": "3.0.0-rc.3",
Expand All @@ -51,7 +52,6 @@
"source-map": "^0.6.1"
},
"devDependencies": {
"@babel/types": "^7.10.4",
"@types/consolidate": "^0.14.0",
"@types/lru-cache": "^5.1.0",
"pug": "^2.0.4",
Expand Down

0 comments on commit 11c2ad4

Please sign in to comment.