File tree Expand file tree Collapse file tree 6 files changed +69
-1092
lines changed
Expand file tree Collapse file tree 6 files changed +69
-1092
lines changed Original file line number Diff line number Diff line change 1010 "vant" : " ^3.5.1"
1111 },
1212 "devDependencies" : {
13- "@iconify/json" : " ^2.1.65 " ,
13+ "@iconify/json" : " ^2.1.67 " ,
1414 "@vitejs/plugin-vue" : " ^2.3.3" ,
1515 "@vue/compiler-sfc" : " ^3.2.37" ,
1616 "cross-env" : " ^7.0.3" ,
2020 "unplugin-vue-components" : " workspace:*" ,
2121 "vite" : " ^2.9.12" ,
2222 "vite-plugin-inspect" : " ^0.5.0" ,
23- "vite-plugin-md " : " ^0.14.1 " ,
23+ "vite-plugin-vue-markdown " : " ^0.1.0 " ,
2424 "vue-router" : " ^4.0.16"
2525 }
2626}
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import type { UserConfig } from 'vite'
33import Vue from '@vitejs/plugin-vue'
44import Components from 'unplugin-vue-components/vite'
55import { VantResolver } from 'unplugin-vue-components/resolvers'
6- import Markdown from 'vite-plugin-md '
6+ import Markdown from 'vite-plugin-vue-markdown '
77import Icons from 'unplugin-icons/vite'
88import IconsResolver from 'unplugin-icons/resolver'
99import Inspect from 'vite-plugin-inspect'
Original file line number Diff line number Diff line change 88 "lint" : " vue-cli-service lint"
99 },
1010 "dependencies" : {
11- "core-js" : " ^3.23.2 " ,
11+ "core-js" : " ^3.23.3 " ,
1212 "vue" : " ^3.2.37"
1313 },
1414 "devDependencies" : {
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.2 " ,
11- "core-js" : " ^3.23.2 " ,
10+ "@vue/composition-api" : " ^1.6.3 " ,
11+ "core-js" : " ^3.23.3 " ,
1212 "vue" : " ^3.2.37"
1313 },
1414 "devDependencies" : {
Original file line number Diff line number Diff line change 9696 "unplugin" : " ^0.7.0"
9797 },
9898 "devDependencies" : {
99- "@antfu/eslint-config" : " ^0.25.1 " ,
99+ "@antfu/eslint-config" : " ^0.25.2 " ,
100100 "@babel/parser" : " ^7.18.5" ,
101101 "@babel/types" : " ^7.18.4" ,
102102 "@types/debug" : " ^4.1.7" ,
115115 "tsup" : " ^6.1.2" ,
116116 "typescript" : " ^4.7.4" ,
117117 "vite" : " ^2.9.12" ,
118- "vitest" : " ^0.15.2 " ,
118+ "vitest" : " ^0.16.0 " ,
119119 "vue" : " 3.2.37"
120120 }
121121}
You can’t perform that action at this time.
0 commit comments