File tree Expand file tree Collapse file tree 7 files changed +1038
-1891
lines changed Expand file tree Collapse file tree 7 files changed +1038
-1891
lines changed Original file line number Diff line number Diff line change 55 "dev" : " cross-env DEBUG=unplugin-vue-components:* vite"
66 },
77 "dependencies" : {
8- "vue" : " ^3.2.37" ,
9- "vue-template-compiler" : " ^2.6.14"
8+ "vue" : " ^2.7"
109 },
1110 "devDependencies" : {
1211 "cross-env" : " ^7.0.3" ,
1312 "unplugin-vue-components" : " workspace:*" ,
14- "vite" : " ^2.9.13 " ,
15- "vite- plugin-vue2" : " ^2.0.1 "
13+ "vite" : " ^3.0.3 " ,
14+ "@vitejs/ plugin-vue2" : " ^1.1.2 "
1615 }
1716}
Original file line number Diff line number Diff line change 11import type { UserConfig } from 'vite'
2- import { createVuePlugin } from 'vite- plugin-vue2'
2+ import Vue from '@vitejs/ plugin-vue2'
33import Components from 'unplugin-vue-components/vite'
44
55const config : UserConfig = {
66 plugins : [
7- createVuePlugin ( ) ,
7+ Vue ( ) ,
88 Components ( {
9+ transformer : 'vue2' ,
910 dts : 'src/components.d.ts' ,
1011 } ) ,
1112 ] ,
Original file line number Diff line number Diff line change 1010 "vant" : " ^3.5.2"
1111 },
1212 "devDependencies" : {
13- "@iconify/json" : " ^2.1.70 " ,
14- "@vitejs/plugin-vue" : " ^2.3.3 " ,
13+ "@iconify/json" : " ^2.1.82 " ,
14+ "@vitejs/plugin-vue" : " ^3.0.1 " ,
1515 "@vue/compiler-sfc" : " ^3.2.37" ,
1616 "cross-env" : " ^7.0.3" ,
1717 "has-pkg" : " ^0.0.1" ,
1818 "typescript" : " ^4.7.4" ,
1919 "unplugin-icons" : " ^0.14.7" ,
2020 "unplugin-vue-components" : " workspace:*" ,
21- "vite" : " ^2.9.13 " ,
22- "vite-plugin-inspect" : " ^0.5.1 " ,
21+ "vite" : " ^3.0.3 " ,
22+ "vite-plugin-inspect" : " ^0.6.0 " ,
2323 "vite-plugin-vue-markdown" : " ^0.20.1" ,
24- "vue-router" : " ^4.0.16 "
24+ "vue-router" : " ^4.1.2 "
2525 }
2626}
Original file line number Diff line number Diff line change 88 "lint" : " vue-cli-service lint"
99 },
1010 "dependencies" : {
11- "core-js" : " ^3.23.3 " ,
11+ "core-js" : " ^3.24.0 " ,
1212 "vue" : " ^3.2.37"
1313 },
1414 "devDependencies" : {
15- "@babel/core" : " ^7.18.6 " ,
16- "@vue/cli-plugin-babel" : " ~5.0.6 " ,
17- "@vue/cli-service" : " ~5.0.6 " ,
15+ "@babel/core" : " ^7.18.9 " ,
16+ "@vue/cli-plugin-babel" : " ~5.0.8 " ,
17+ "@vue/cli-service" : " ~5.0.8 " ,
1818 "unplugin-vue-components" : " workspace:*"
1919 },
2020 "browserslist" : [
Original file line number Diff line number Diff line change 77 "lint" : " vue-cli-service lint"
88 },
99 "dependencies" : {
10- "@vue/composition-api" : " ^1.6.3 " ,
11- "core-js" : " ^3.23.3 " ,
10+ "@vue/composition-api" : " ^1.7.0 " ,
11+ "core-js" : " ^3.24.0 " ,
1212 "vue" : " ^3.2.37"
1313 },
1414 "devDependencies" : {
15- "@vue/cli-plugin-babel" : " ^5.0.6 " ,
16- "@vue/cli-plugin-typescript" : " ^5.0.6 " ,
17- "@vue/cli-service" : " ^5.0.6 " ,
15+ "@vue/cli-plugin-babel" : " ^5.0.8 " ,
16+ "@vue/cli-plugin-typescript" : " ^5.0.8 " ,
17+ "@vue/cli-service" : " ^5.0.8 " ,
1818 "typescript" : " ^4.7.4" ,
1919 "unplugin-icons" : " ^0.14.7" ,
2020 "unplugin-vue-components" : " workspace:*" ,
21- "unplugin-vue2-script-setup" : " ^0.11.0 "
21+ "unplugin-vue2-script-setup" : " ^0.11.3 "
2222 }
2323}
Original file line number Diff line number Diff line change 8989 "chokidar" : " ^3.5.3" ,
9090 "debug" : " ^4.3.4" ,
9191 "fast-glob" : " ^3.2.11" ,
92- "local-pkg" : " ^0.4.1 " ,
92+ "local-pkg" : " ^0.4.2 " ,
9393 "magic-string" : " ^0.26.2" ,
9494 "minimatch" : " ^5.1.0" ,
9595 "resolve" : " ^1.22.1" ,
96- "unplugin" : " ^0.7.1 "
96+ "unplugin" : " ^0.7.2 "
9797 },
9898 "devDependencies" : {
9999 "@antfu/eslint-config" : " ^0.25.2" ,
100- "@babel/parser" : " ^7.18.6 " ,
101- "@babel/types" : " ^7.18.7 " ,
100+ "@babel/parser" : " ^7.18.9 " ,
101+ "@babel/types" : " ^7.18.9 " ,
102102 "@types/debug" : " ^4.1.7" ,
103103 "@types/minimatch" : " ^3.0.5" ,
104- "@types/node" : " ^18.0.0 " ,
104+ "@types/node" : " ^18.6.1 " ,
105105 "@types/resolve" : " ^1.20.2" ,
106- "@typescript-eslint/eslint-plugin" : " ^5.30 .0" ,
106+ "@typescript-eslint/eslint-plugin" : " ^5.31 .0" ,
107107 "bumpp" : " ^8.2.1" ,
108108 "compare-versions" : " ^4.1.3" ,
109- "element-plus" : " ^2.2.7 " ,
110- "eslint" : " ^8.18 .0" ,
109+ "element-plus" : " ^2.2.10 " ,
110+ "eslint" : " ^8.20 .0" ,
111111 "esno" : " ^0.16.3" ,
112112 "estree-walker" : " ^3.0.1" ,
113113 "pathe" : " ^0.3.2" ,
114- "rollup" : " ^2.75.7 " ,
115- "tsup" : " ^6.1.2 " ,
114+ "rollup" : " ^2.77.0 " ,
115+ "tsup" : " ^6.2.0 " ,
116116 "typescript" : " ^4.7.4" ,
117- "vite" : " ^2.9.13 " ,
118- "vitest" : " ^0.16.0 " ,
117+ "vite" : " ^3.0.3 " ,
118+ "vitest" : " ^0.19.1 " ,
119119 "vue" : " 3.2.37"
120120 }
121121}
You can’t perform that action at this time.
0 commit comments