提交 a5c3f1fb 编写于 作者: fxy060608's avatar fxy060608

chore: bump deps

上级 f437fde6
......@@ -24,7 +24,7 @@
"@dcloudio/uni-i18n": "3.0.0-alpha-3021320211119003",
"@dcloudio/uni-shared": "3.0.0-alpha-3021320211119003",
"@rollup/pluginutils": "^4.1.1",
"@vitejs/plugin-vue": "^1.9.4",
"@vitejs/plugin-vue": "^1.10.0",
"debug": "^4.3.2",
"fs-extra": "^10.0.0",
"rollup": "^2.57.0"
......
......@@ -19,8 +19,8 @@
"license": "Apache-2.0",
"gitHead": "33e807d66e1fe47e2ee08ad9c59247e37b8884da",
"dependencies": {
"@babel/core": "^7.15.5",
"@babel/preset-env": "^7.15.5",
"@babel/core": "^7.16.0",
"@babel/preset-env": "^7.16.0",
"@dcloudio/uni-cli-shared": "3.0.0-alpha-3021320211119003",
"@dcloudio/uni-shared": "3.0.0-alpha-3021320211119003",
"@vue/shared": "3.2.22",
......
......@@ -80,7 +80,8 @@ function vueJsxPlugin(options = {}) {
}
},
transform(code, id, ssr) {
transform(code, id, opt) {
const ssr = typeof opt === 'boolean' ? opt : (opt && opt.ssr) === true
const {
include,
exclude,
......
......@@ -22,14 +22,14 @@
},
"license": "Apache-2.0",
"dependencies": {
"@babel/core": "^7.15.5",
"@babel/core": "^7.16.0",
"@babel/plugin-syntax-import-meta": "^7.10.4",
"@babel/plugin-transform-typescript": "^7.15.4",
"@babel/plugin-transform-typescript": "^7.16.1",
"@dcloudio/uni-cli-shared": "3.0.0-alpha-3021320211119003",
"@dcloudio/uni-shared": "3.0.0-alpha-3021320211119003",
"@rollup/pluginutils": "^4.1.1",
"@vitejs/plugin-legacy": "^1.6.2",
"@vitejs/plugin-vue": "^1.9.4",
"@vitejs/plugin-vue": "^1.10.0",
"@vue/compiler-core": "3.2.22",
"@vue/compiler-dom": "3.2.22",
"@vue/compiler-sfc": "3.2.22",
......
此差异已折叠。
......@@ -25,10 +25,10 @@ const pkgs = {
latest: '2.6.14',
},
'@vitejs/plugin-vue': {
latest: '1.9.4',
latest: '1.10.0',
},
'@vitejs/plugin-vue-jsx': {
latest: '1.2.0',
latest: '1.3.0',
},
'@vitejs/plugin-legacy': {
latest: '1.6.2',
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册