This repository was archived by the owner on Dec 25, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +126
-112
lines changed Expand file tree Collapse file tree 6 files changed +126
-112
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "exclude" : [
3
+ " vue"
4
+ ]
5
+ }
Original file line number Diff line number Diff line change 8
8
"generate" : " nuxt generate"
9
9
},
10
10
"dependencies" : {
11
- "core-js" : " ^3.15.1 " ,
12
- "nuxt" : " ^2.15.7 "
11
+ "core-js" : " ^3.16.3 " ,
12
+ "nuxt" : " ^2.15.8 "
13
13
},
14
14
"devDependencies" : {
15
15
"@nuxt/types" : " ^2.15.8" ,
Original file line number Diff line number Diff line change 7
7
"lint" : " vue-cli-service lint"
8
8
},
9
9
"dependencies" : {
10
- "core-js" : " ^3.6.5 " ,
10
+ "core-js" : " ^3.16.3 " ,
11
11
"vue" : " ^2.6.11"
12
12
},
13
13
"devDependencies" : {
14
- "@vue/cli-plugin-babel" : " ~4.5.0 " ,
15
- "@vue/cli-plugin-typescript" : " ~4.5.0 " ,
16
- "@vue/cli-service" : " ~4.5.0 " ,
17
- "typescript" : " ~4.1 .5" ,
18
- "vue-template-compiler " : " ^2.6.11 " ,
19
- "vue-tsc " : " ^0.3.0 " ,
20
- "unplugin-vue2-script-setup " : " workspace:* "
14
+ "@vue/cli-plugin-babel" : " ~4.5.13 " ,
15
+ "@vue/cli-plugin-typescript" : " ~4.5.13 " ,
16
+ "@vue/cli-service" : " ~4.5.13 " ,
17
+ "typescript" : " ~4.3 .5" ,
18
+ "unplugin-vue2-script-setup " : " workspace:* " ,
19
+ "vue-template-compiler " : " ^2.6.14 " ,
20
+ "vue-tsc " : " ^0.3.0 "
21
21
}
22
22
}
Original file line number Diff line number Diff line change 66
66
"devDependencies" : {
67
67
"@antfu/eslint-config" : " ^0.7.0" ,
68
68
"@antfu/ni" : " ^0.7.0" ,
69
- "@antfu/utils" : " ^0.2.4 " ,
69
+ "@antfu/utils" : " ^0.3.0 " ,
70
70
"@rollup/pluginutils" : " ^4.1.1" ,
71
71
"@types/jest" : " ^27.0.1" ,
72
- "@types/node" : " ^16.7.1 " ,
72
+ "@types/node" : " ^16.7.2 " ,
73
73
"@vue/composition-api" : " ^1.1.3" ,
74
74
"@vue/runtime-dom" : " ^3.2.6" ,
75
75
"bumpp" : " ^6.0.6" ,
83
83
"ts-jest" : " ^27.0.5" ,
84
84
"tsup" : " ^4.14.0" ,
85
85
"typescript" : " ^4.3.5" ,
86
- "vite" : " ^2.5.0 "
86
+ "vite" : " ^2.5.1 "
87
87
},
88
88
"dependencies" : {
89
89
"@babel/core" : " ^7.15.0" ,
92
92
"@babel/traverse" : " ^7.15.0" ,
93
93
"@babel/types" : " ^7.15.0" ,
94
94
"@vue/ref-transform" : " ^3.2.6" ,
95
- "@vue/shared" : " ^3.2.4 " ,
96
- "htmlparser2" : " ^6.1 .0" ,
95
+ "@vue/shared" : " ^3.2.6 " ,
96
+ "htmlparser2" : " ^7.0 .0" ,
97
97
"magic-string" : " ^0.25.7" ,
98
- "unplugin" : " ^0.0.8 "
98
+ "unplugin" : " ^0.2.0 "
99
99
}
100
100
}
Original file line number Diff line number Diff line change 4
4
"dev" : " vite --open"
5
5
},
6
6
"dependencies" : {
7
- "@vue/composition-api" : " ^1.1.1 " ,
7
+ "@vue/composition-api" : " ^1.1.3 " ,
8
8
"vue" : " ^2.6.14"
9
9
},
10
10
"devDependencies" : {
11
- "vite" : " ^2.5.0 " ,
11
+ "vite" : " ^2.5.1 " ,
12
12
"vite-plugin-inspect" : " ^0.2.2" ,
13
13
"vite-plugin-vue2" : " ^1.8.1" ,
14
14
"vue-template-compiler" : " ^2.6.14"
You can’t perform that action at this time.
0 commit comments