File tree Expand file tree Collapse file tree 5 files changed +165
-233
lines changed Expand file tree Collapse file tree 5 files changed +165
-233
lines changed Original file line number Diff line number Diff line change 11
11
"devDependencies" : {
12
12
"cross-env" : " ^7.0.3" ,
13
13
"unplugin-vue-components" : " workspace:*" ,
14
- "vite" : " ^2.4.4 " ,
14
+ "vite" : " ^2.5.3 " ,
15
15
"vite-plugin-vue2" : " ^1.8.1"
16
16
}
17
17
}
Original file line number Diff line number Diff line change 7
7
"build" : " cross-env DEBUG=unplugin-vue-components:* vite build"
8
8
},
9
9
"dependencies" : {
10
- "vant" : " ^3.2.0 "
10
+ "vant" : " ^3.2.1 "
11
11
},
12
12
"devDependencies" : {
13
- "@iconify/json" : " ^1.1.387 " ,
14
- "@vitejs/plugin-vue" : " ^1.4 .0" ,
15
- "@vue/compiler-sfc" : " ^3.2.2 " ,
13
+ "@iconify/json" : " ^1.1.396 " ,
14
+ "@vitejs/plugin-vue" : " ^1.6 .0" ,
15
+ "@vue/compiler-sfc" : " ^3.2.6 " ,
16
16
"cross-env" : " ^7.0.3" ,
17
17
"has-pkg" : " ^0.0.1" ,
18
- "typescript" : " ^4.3.5 " ,
19
- "unplugin-icons" : " ^0.7.1 " ,
18
+ "typescript" : " ^4.4.2 " ,
19
+ "unplugin-icons" : " ^0.7.4 " ,
20
20
"unplugin-vue-components" : " workspace:*" ,
21
- "vite" : " ^2.4.4 " ,
22
- "vite-plugin-inspect" : " ^0.0 .2" ,
23
- "vite-plugin-md" : " ^0.10 .0" ,
21
+ "vite" : " ^2.5.3 " ,
22
+ "vite-plugin-inspect" : " ^0.2 .2" ,
23
+ "vite-plugin-md" : " ^0.11 .0" ,
24
24
"vite-plugin-vue-svg" : " ^0.1.0"
25
25
}
26
26
}
Original file line number Diff line number Diff line change 7
7
"lint" : " vue-cli-service lint"
8
8
},
9
9
"dependencies" : {
10
- "@vue/composition-api" : " ^1.1.3 " ,
11
- "core-js" : " ^3.16.3 " ,
10
+ "@vue/composition-api" : " ^1.1.4 " ,
11
+ "core-js" : " ^3.16.4 " ,
12
12
"vue" : " ^2.6.14"
13
13
},
14
14
"devDependencies" : {
15
15
"@vue/cli-plugin-babel" : " ^4.5.13" ,
16
16
"@vue/cli-plugin-typescript" : " ^4.5.13" ,
17
17
"@vue/cli-service" : " ^4.5.13" ,
18
- "typescript" : " ^4.3.5 " ,
19
- "unplugin-icons" : " ^0.7.1 " ,
18
+ "typescript" : " ^4.4.2 " ,
19
+ "unplugin-icons" : " ^0.7.4 " ,
20
20
"unplugin-vue-components" : " workspace:*" ,
21
- "unplugin-vue2-script-setup" : " ^0.5.4 "
21
+ "unplugin-vue2-script-setup" : " ^0.5.5 "
22
22
}
23
23
}
Original file line number Diff line number Diff line change 66
66
"has-pkg" : " ^0.0.1" ,
67
67
"magic-string" : " ^0.25.7" ,
68
68
"minimatch" : " ^3.0.4" ,
69
- "unplugin" : " ^0.2.4 "
69
+ "unplugin" : " ^0.2.7 "
70
70
},
71
71
"peerDependencies" : {
72
72
"vue" : " 2 || 3"
77
77
"@types/debug" : " ^4.1.7" ,
78
78
"@types/jest" : " ^27.0.1" ,
79
79
"@types/minimatch" : " ^3.0.5" ,
80
- "@types/node" : " ^16.7.6 " ,
81
- "@typescript-eslint/eslint-plugin" : " ^4.29.3 " ,
80
+ "@types/node" : " ^16.7.10 " ,
81
+ "@typescript-eslint/eslint-plugin" : " ^4.30.0 " ,
82
82
"compare-versions" : " ^3.6.0" ,
83
83
"eslint" : " ^7.32.0" ,
84
84
"esno" : " ^0.9.1" ,
87
87
"ts-jest" : " ^27.0.5" ,
88
88
"tsup" : " ^4.14.0" ,
89
89
"typescript" : " ^4.4.2" ,
90
- "vite" : " ^2.5.1 "
90
+ "vite" : " ^2.5.3 "
91
91
}
92
92
}
You can’t perform that action at this time.
0 commit comments