File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ module.exports = function (babel) {
17
17
var t = babel . types
18
18
19
19
return {
20
- inherits : require ( 'babel- plugin-syntax-jsx' ) ,
20
+ inherits : require ( '@ babel/ plugin-syntax-jsx' ) . default ,
21
21
visitor : {
22
22
JSXNamespacedName ( path ) {
23
23
throw path . buildCodeFrameError (
Original file line number Diff line number Diff line change 44
44
"@babel/register" : " ^7.0.0-beta.40" ,
45
45
"babel-helper-vue-jsx-merge-props" : " ^2.0.3" ,
46
46
"babel-loader" : " 8.0.0-beta.0" ,
47
- "babel- plugin-syntax-jsx" : " ^6.18.0 " ,
47
+ "@ babel/ plugin-syntax-jsx" : " ^7.0.0-beta.40 " ,
48
48
"chai" : " ^4.1.2" ,
49
49
"eslint" : " ^4.16.0" ,
50
50
"eslint-plugin-vue-libs" : " ^2.1.0" ,
Original file line number Diff line number Diff line change 204
204
version "7.0.0-beta.40"
205
205
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.0.0-beta.40.tgz#6c45889569add3b3721cc9a481ae99906f240874"
206
206
207
+ " @babel/plugin-syntax-jsx@^7.0.0-beta.40 " :
208
+ version "7.0.0-beta.40"
209
+ resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.0.0-beta.40.tgz#db44d52ff06f784be22f2659e694cc2cf97f99f9"
210
+
207
211
208
212
version "7.0.0-beta.40"
209
213
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.0.0-beta.40.tgz#d5e04536062e4df685c203ae48bb19bfe2cf235c"
681
685
loader-utils "^1.0.2"
682
686
mkdirp "^0.5.1"
683
687
684
- babel-plugin-syntax-jsx@^6.18.0 :
685
- version "6.18.0"
686
- resolved "https://registry.yarnpkg.com/babel-plugin-syntax-jsx/-/babel-plugin-syntax-jsx-6.18.0.tgz#0af32a9a6e13ca7a3fd5069e62d7b0f58d0d8946"
687
-
688
688
689
689
version "7.0.0-beta.40"
690
690
resolved "https://registry.yarnpkg.com/babylon/-/babylon-7.0.0-beta.40.tgz#91fc8cd56d5eb98b28e6fde41045f2957779940a"
You can’t perform that action at this time.
0 commit comments