This repository was archived by the owner on Dec 25, 2024. It is now read-only.
File tree 7 files changed +469
-598
lines changed
7 files changed +469
-598
lines changed Original file line number Diff line number Diff line change 8
8
"generate" : " nuxt generate"
9
9
},
10
10
"dependencies" : {
11
- "core-js" : " ^3.16.3 " ,
11
+ "core-js" : " ^3.16.4 " ,
12
12
"nuxt" : " ^2.15.8"
13
13
},
14
14
"devDependencies" : {
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.16.3 " ,
10
+ "core-js" : " ^3.16.4 " ,
11
11
"vue" : " ^2.6.11"
12
12
},
13
13
"devDependencies" : {
14
14
"@vue/cli-plugin-babel" : " ^4.5.13" ,
15
15
"@vue/cli-plugin-typescript" : " ^4.5.13" ,
16
16
"@vue/cli-service" : " ^4.5.13" ,
17
- "typescript" : " ^4.3.5 " ,
17
+ "typescript" : " ^4.4.2 " ,
18
18
"unplugin-vue2-script-setup" : " workspace:*" ,
19
19
"vue-template-compiler" : " ^2.6.14" ,
20
20
"vue-tsc" : " ^0.3.0"
Original file line number Diff line number Diff line change 69
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.2 " ,
73
- "@vue/composition-api" : " ^1.1.3 " ,
72
+ "@types/node" : " ^16.7.8 " ,
73
+ "@vue/composition-api" : " ^1.1.4 " ,
74
74
"@vue/runtime-dom" : " ^3.2.6" ,
75
75
"bumpp" : " ^6.0.6" ,
76
76
"eslint" : " ^7.32.0" ,
77
77
"eslint-plugin-jest" : " ^24.4.0" ,
78
78
"esno" : " ^0.9.1" ,
79
79
"fast-glob" : " ^3.2.7" ,
80
- "jest" : " ^27.0.6 " ,
80
+ "jest" : " ^27.1.0 " ,
81
81
"log-editor" : " ^0.1.0" ,
82
82
"rimraf" : " ^3.0.2" ,
83
83
"ts-jest" : " ^27.0.5" ,
95
95
"@vue/shared" : " ^3.2.6" ,
96
96
"htmlparser2" : " ^6.1.0" ,
97
97
"magic-string" : " ^0.25.7" ,
98
- "unplugin" : " ^0.2.1 "
98
+ "unplugin" : " ^0.2.6 "
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.3 " ,
7
+ "@vue/composition-api" : " ^1.1.4 " ,
8
8
"vue" : " ^2.6.14"
9
9
},
10
10
"devDependencies" : {
You can’t perform that action at this time.
0 commit comments