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

build(deps): update deps

上级 70c7f63a
......@@ -19,7 +19,7 @@
"license": "Apache-2.0",
"gitHead": "33e807d66e1fe47e2ee08ad9c59247e37b8884da",
"dependencies": {
"@babel/core": "^7.16.12",
"@babel/core": "^7.17.2",
"@babel/preset-env": "^7.16.5",
"@dcloudio/uni-cli-shared": "3.0.0-alpha-3030820220114011",
"@dcloudio/uni-shared": "3.0.0-alpha-3030820220114011",
......
......@@ -18,8 +18,8 @@
"url": "https://github.com/dcloudio/uni-app/issues"
},
"dependencies": {
"@babel/core": "^7.16.12",
"@babel/parser": "^7.16.12",
"@babel/core": "^7.17.2",
"@babel/parser": "^7.16.4",
"@babel/types": "^7.16.8",
"@dcloudio/uni-i18n": "3.0.0-alpha-3030820220114011",
"@dcloudio/uni-shared": "3.0.0-alpha-3030820220114011",
......
......@@ -20,7 +20,7 @@
"gitHead": "33e807d66e1fe47e2ee08ad9c59247e37b8884da",
"dependencies": {
"@babel/generator": "^7.16.0",
"@babel/parser": "^7.16.12",
"@babel/parser": "^7.16.4",
"@babel/types": "^7.16.8",
"@dcloudio/uni-cli-shared": "3.0.0-alpha-3030820220114011",
"@dcloudio/uni-shared": "3.0.0-alpha-3030820220114011",
......
......@@ -22,15 +22,15 @@
},
"license": "Apache-2.0",
"dependencies": {
"@babel/core": "^7.16.12",
"@babel/core": "^7.17.2",
"@babel/plugin-syntax-import-meta": "^7.10.4",
"@babel/plugin-transform-typescript": "^7.16.8",
"@dcloudio/uni-cli-shared": "3.0.0-alpha-3030820220114011",
"@dcloudio/uni-shared": "3.0.0-alpha-3030820220114011",
"@rollup/pluginutils": "^4.1.2",
"@vitejs/plugin-legacy": "^1.7.0",
"@vitejs/plugin-legacy": "^1.7.1",
"@vitejs/plugin-vue": "^2.2.0",
"@vitejs/plugin-vue-jsx": "^1.3.4",
"@vitejs/plugin-vue-jsx": "^1.3.5",
"@vue/compiler-core": "3.2.30",
"@vue/compiler-dom": "3.2.30",
"@vue/compiler-sfc": "3.2.30",
......
......@@ -19,7 +19,7 @@ importers:
'@types/jest': ^26.0.23
'@typescript-eslint/parser': ^5.3.0
'@vitejs/plugin-vue': ^2.2.0
'@vitejs/plugin-vue-jsx': ^1.3.4
'@vitejs/plugin-vue-jsx': ^1.3.5
'@vue/reactivity': 3.2.30
'@vue/runtime-core': 3.2.30
'@vue/runtime-dom': 3.2.30
......@@ -66,7 +66,7 @@ importers:
'@types/jest': 26.0.24
'@typescript-eslint/parser': 5.5.0_eslint@7.32.0+typescript@4.5.3
'@vitejs/plugin-vue': 2.2.0_vite@2.8.1+vue@3.2.30
'@vitejs/plugin-vue-jsx': 1.3.4
'@vitejs/plugin-vue-jsx': 1.3.5
'@vue/reactivity': 3.2.30
'@vue/runtime-core': 3.2.30
'@vue/runtime-dom': 3.2.30
......@@ -264,7 +264,7 @@ importers:
packages/uni-cli-nvue:
specifiers:
'@babel/core': ^7.16.12
'@babel/core': ^7.17.2
'@babel/preset-env': ^7.16.5
'@dcloudio/uni-cli-shared': 3.0.0-alpha-3030820220114011
'@dcloudio/uni-shared': 3.0.0-alpha-3030820220114011
......@@ -353,8 +353,8 @@ importers:
packages/uni-cli-shared:
specifiers:
'@babel/core': ^7.16.12
'@babel/parser': ^7.16.12
'@babel/core': ^7.17.2
'@babel/parser': ^7.16.4
'@babel/types': ^7.16.8
'@dcloudio/uni-i18n': 3.0.0-alpha-3030820220114011
'@dcloudio/uni-shared': 3.0.0-alpha-3030820220114011
......@@ -590,7 +590,7 @@ importers:
packages/uni-mp-compiler:
specifiers:
'@babel/generator': ^7.16.0
'@babel/parser': ^7.16.12
'@babel/parser': ^7.16.4
'@babel/types': ^7.16.8
'@dcloudio/uni-cli-shared': 3.0.0-alpha-3030820220114011
'@dcloudio/uni-shared': 3.0.0-alpha-3030820220114011
......@@ -800,7 +800,7 @@ importers:
packages/vite-plugin-uni:
specifiers:
'@babel/core': ^7.16.12
'@babel/core': ^7.17.2
'@babel/plugin-syntax-import-meta': ^7.10.4
'@babel/plugin-transform-typescript': ^7.16.8
'@dcloudio/uni-cli-shared': 3.0.0-alpha-3030820220114011
......@@ -810,9 +810,9 @@ importers:
'@types/express': ^4.17.12
'@types/fs-extra': ^9.0.13
'@types/sass': ^1.16.0
'@vitejs/plugin-legacy': ^1.7.0
'@vitejs/plugin-legacy': ^1.7.1
'@vitejs/plugin-vue': ^2.2.0
'@vitejs/plugin-vue-jsx': ^1.3.4
'@vitejs/plugin-vue-jsx': ^1.3.5
'@vue/babel-plugin-jsx': ^1.1.1
'@vue/compiler-core': 3.2.30
'@vue/compiler-dom': 3.2.30
......@@ -834,9 +834,9 @@ importers:
'@dcloudio/uni-cli-shared': link:../uni-cli-shared
'@dcloudio/uni-shared': link:../uni-shared
'@rollup/pluginutils': 4.1.2
'@vitejs/plugin-legacy': 1.7.0_vite@2.8.1
'@vitejs/plugin-legacy': 1.7.1_vite@2.8.1
'@vitejs/plugin-vue': 2.2.0_vite@2.8.1+vue@3.2.30
'@vitejs/plugin-vue-jsx': 1.3.4
'@vitejs/plugin-vue-jsx': 1.3.5
'@vue/compiler-core': 3.2.30
'@vue/compiler-dom': 3.2.30
'@vue/compiler-sfc': 3.2.30
......@@ -3401,11 +3401,11 @@ packages:
eslint-visitor-keys: 3.1.0
dev: true
/@vitejs/plugin-legacy/1.7.0_vite@2.8.1:
resolution: {integrity: sha512-/aXOuxCqXHQLpCTb/qSdZR6lsFoVNuuw9FhSf1T1Rffya4bnXy7/+bpMmAobqcRUDhqg0hRWc1KiWd3B+pUHQg==}
/@vitejs/plugin-legacy/1.7.1_vite@2.8.1:
resolution: {integrity: sha512-RqgILXsGpfV7NHodVCdBVau8ss5+ynMXp6JGF/F7nhSy0bnwSQPlMS3KFqh7twfifXK8VuMriqfU4CxOiqmNnA==}
engines: {node: '>=12.0.0'}
peerDependencies:
vite: ^2.7.8
vite: ^2.8.0
dependencies:
'@babel/standalone': 7.17.2
core-js: 3.21.0
......@@ -3415,8 +3415,8 @@ packages:
vite: 2.8.1
dev: false
/@vitejs/plugin-vue-jsx/1.3.4:
resolution: {integrity: sha512-nBVG+IZ7Gl6kZbv6RSTBu+v5GPE1TWPUcOrdWpGFMThFMlhyGGZMJuB6YCyApyXUdgdzj3RVGqvOdqQNQjaxBg==}
/@vitejs/plugin-vue-jsx/1.3.5:
resolution: {integrity: sha512-iBxRQS8SOGxI4c8/cucgumD9a1SO4ngn91YbluyWe1L2k0D7+3v64XbjZxXX2O964LubY8Tehl3ihr0W7f3+/g==}
engines: {node: '>=12.0.0'}
dependencies:
'@babel/core': 7.17.2
......
......@@ -28,10 +28,10 @@ const pkgs = {
latest: '2.2.0',
},
'@vitejs/plugin-vue-jsx': {
latest: '1.3.4',
latest: '1.3.5',
},
'@vitejs/plugin-legacy': {
latest: '1.7.0',
latest: '1.7.1',
},
'@dcloudio/types': {
latest: '2.5.16',
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册