File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 22
22
"ci-docs" : " run-s build-vite build-plugin-vue build-docs"
23
23
},
24
24
"devDependencies" : {
25
- "@microsoft/api-extractor" : " ^7.12 .1" ,
25
+ "@microsoft/api-extractor" : " ^7.16 .1" ,
26
26
"@types/fs-extra" : " ^9.0.5" ,
27
27
"@types/jest" : " ^26.0.23" ,
28
28
"@types/node" : " ^14.14.10" ,
44
44
"node-fetch" : " ^2.6.1" ,
45
45
"npm-run-all" : " ^4.1.5" ,
46
46
"playwright-chromium" : " ^1.7.0" ,
47
- "prettier" : " 2.3.0 " ,
47
+ "prettier" : " 2.3.1 " ,
48
48
"rimraf" : " ^3.0.2" ,
49
49
"semver" : " ^7.3.4" ,
50
50
"sirv" : " ^1.0.12" ,
51
51
"ts-jest" : " ^27.0.1" ,
52
52
"ts-node" : " ^9.1.1" ,
53
- "typescript" : " ^4.1 .2" ,
53
+ "typescript" : " ^4.3 .2" ,
54
54
"vitepress" : " ^0.12.2" ,
55
55
"yorkie" : " ^2.0.0"
56
56
},
Original file line number Diff line number Diff line change 9
9
"strict" : true ,
10
10
"declaration" : true ,
11
11
"sourceMap" : true ,
12
+ "noImplicitOverride" : true ,
12
13
"noUnusedLocals" : true ,
13
14
"esModuleInterop" : true ,
14
15
"baseUrl" : " ." ,
You can’t perform that action at this time.
0 commit comments