chore: bump vue and vite (#10156)
This commit is contained in:
@@ -31,7 +31,6 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@vant/cli": "^3.9.0",
|
||||
"@vue/compiler-sfc": "^3.0.0",
|
||||
"vue": "^3.0.0"
|
||||
},
|
||||
"eslintConfig": {
|
||||
|
||||
@@ -43,8 +43,7 @@
|
||||
"@types/less": "^3.0.3",
|
||||
"@types/lodash-es": "^4.17.5",
|
||||
"@types/markdown-it": "^12.2.3",
|
||||
"@vue/compiler-sfc": "^3.2.20",
|
||||
"vue": "^3.2.20"
|
||||
"vue": "^3.2.26"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/core": "^7.16.0",
|
||||
@@ -56,8 +55,8 @@
|
||||
"@vant/markdown-vetur": "^2.2.0",
|
||||
"@vant/stylelint-config": "^1.4.2",
|
||||
"@vant/touch-emulator": "^1.3.2",
|
||||
"@vitejs/plugin-vue": "^1.9.4",
|
||||
"@vitejs/plugin-vue-jsx": "^1.2.0",
|
||||
"@vitejs/plugin-vue": "^2.0.0",
|
||||
"@vitejs/plugin-vue-jsx": "^1.3.3",
|
||||
"@vue/babel-plugin-jsx": "^1.1.1",
|
||||
"autoprefixer": "^10.4.0",
|
||||
"chalk": "^4.1.2",
|
||||
@@ -90,7 +89,7 @@
|
||||
"stylelint": "^13.0.0",
|
||||
"transliteration": "^2.2.0",
|
||||
"typescript": "^4.5.2",
|
||||
"vite": "^2.6.13",
|
||||
"vite": "^2.7.10",
|
||||
"vite-plugin-html": "^2.1.1",
|
||||
"vite-plugin-md": "^0.11.4",
|
||||
"vue-router": "^4.0.12"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
import fse from 'fs-extra';
|
||||
import path from 'path';
|
||||
import hash from 'hash-sum';
|
||||
import { parse, SFCBlock, compileTemplate } from '@vue/compiler-sfc';
|
||||
import { parse, SFCBlock, compileTemplate } from 'vue/compiler-sfc';
|
||||
import { replaceExt } from '../common/index.js';
|
||||
|
||||
const { remove, readFileSync, outputFile } = fse;
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
"esbuild": "^0.13.15",
|
||||
"release-it": "^14.0.2",
|
||||
"typescript": "~4.5.2",
|
||||
"vue": "^3.2.20"
|
||||
"vue": "^3.2.26"
|
||||
},
|
||||
"release-it": {
|
||||
"git": {
|
||||
|
||||
@@ -75,11 +75,10 @@
|
||||
"@vant/area-data": "^1.1.3",
|
||||
"@vant/cli": "workspace:*",
|
||||
"@vant/eslint-config": "workspace:*",
|
||||
"@vue/compiler-sfc": "^3.2.20",
|
||||
"@vue/runtime-core": "^3.2.20",
|
||||
"@vue/runtime-core": "^3.2.25",
|
||||
"@vue/test-utils": "^2.0.0-rc.16",
|
||||
"typescript": "~4.5.2",
|
||||
"vue": "^3.2.20",
|
||||
"vue": "^3.2.25",
|
||||
"vue-router": "^4.0.12"
|
||||
},
|
||||
"sideEffects": [
|
||||
|
||||
Reference in New Issue
Block a user