Skip to content

Commit 2eb1ef9

Browse files
committed
fix: fix babel preset jsx dependency
1 parent b64433e commit 2eb1ef9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

packages/@vue/babel-preset-app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@
2828
"@babel/runtime": "^7.0.0-0",
2929
"babel-helper-vue-jsx-merge-props": "^2.0.3",
3030
"babel-plugin-dynamic-import-node": "^1.2.0",
31-
"babel-plugin-transform-vue-jsx": "^4.0.0"
31+
"babel-plugin-transform-vue-jsx": "^4.0.1"
3232
}
3333
}

yarn.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -1231,9 +1231,9 @@ babel-plugin-transform-strict-mode@^6.24.1:
12311231
babel-runtime "^6.22.0"
12321232
babel-types "^6.24.1"
12331233

1234-
babel-plugin-transform-vue-jsx@^4.0.0:
1235-
version "4.0.0"
1236-
resolved "https://registry.yarnpkg.com/babel-plugin-transform-vue-jsx/-/babel-plugin-transform-vue-jsx-4.0.0.tgz#fa6dfd1c0673f0517e07b31513c60038c39f2129"
1234+
babel-plugin-transform-vue-jsx@^4.0.1:
1235+
version "4.0.1"
1236+
resolved "https://registry.yarnpkg.com/babel-plugin-transform-vue-jsx/-/babel-plugin-transform-vue-jsx-4.0.1.tgz#2c8bddce87a6ef09eaa59869ff1bfbeeafc5f88d"
12371237
dependencies:
12381238
esutils "^2.0.2"
12391239

0 commit comments

Comments
 (0)