chore: bump babel deps

This commit is contained in:
Evan You
2021-12-12 09:11:36 +08:00
parent 434dedf488
commit ea1fcfba37
4 changed files with 15 additions and 12 deletions

View File

@@ -28,13 +28,14 @@
},
"homepage": "https://github.com/vuejs/vue-next/tree/dev/packages/reactivity-transform#readme",
"dependencies": {
"@babel/parser": "^7.15.0",
"@babel/parser": "^7.16.4",
"@vue/compiler-core": "3.2.24",
"@vue/shared": "3.2.24",
"estree-walker": "^2.0.2",
"magic-string": "^0.25.7"
},
"devDependencies": {
"@babel/core": "^7.15.0"
"@babel/core": "^7.16.0",
"@babel/types": "^7.16.0"
}
}