File tree 2 files changed +16
-9
lines changed
2 files changed +16
-9
lines changed Original file line number Diff line number Diff line change 44
44
"node" : " >=16.5.0"
45
45
},
46
46
"devDependencies" : {
47
- "vue" : " workspace:*" ,
48
- "@vue/runtime-dom" : " workspace:*" ,
49
- "@vue/runtime-core" : " workspace:*" ,
50
- "@vue/reactivity" : " workspace:*" ,
51
47
"@babel/types" : " ^7.12.0" ,
52
48
"@microsoft/api-extractor" : " ^7.15.1" ,
53
49
"@rollup/plugin-commonjs" : " ^18.0.0" ,
59
55
"@types/node" : " ^16.4.7" ,
60
56
"@types/puppeteer" : " ^5.0.0" ,
61
57
"@typescript-eslint/parser" : " ^4.1.1" ,
58
+ "@vue/reactivity" : " workspace:*" ,
59
+ "@vue/runtime-core" : " workspace:*" ,
60
+ "@vue/runtime-dom" : " workspace:*" ,
62
61
"brotli" : " ^1.3.2" ,
63
62
"chalk" : " ^4.1.0" ,
64
63
"conventional-changelog-cli" : " ^2.0.31" ,
69
68
"fs-extra" : " ^9.0.1" ,
70
69
"jest" : " ^27.1.0" ,
71
70
"lint-staged" : " ^10.2.10" ,
71
+ "lodash" : " ^4.17.15" ,
72
+ "marked" : " ^0.7.0" ,
72
73
"minimist" : " ^1.2.0" ,
73
74
"npm-run-all" : " ^4.1.5" ,
74
75
"prettier" : " ^2.3.1" ,
81
82
"rollup-plugin-typescript2" : " ^0.27.2" ,
82
83
"semver" : " ^7.3.2" ,
83
84
"serve" : " ^12.0.0" ,
85
+ "todomvc-app-css" : " ^2.3.0" ,
86
+ "tslib" : " ^2.3.1" ,
84
87
"ts-jest" : " ^27.0.5" ,
85
88
"typescript" : " ^4.2.2" ,
86
- "yorkie" : " ^2.0.0" ,
87
- "lodash" : " ^4.17.15" ,
88
- "marked" : " ^0.7.0" ,
89
- "todomvc-app-css" : " ^2.3.0" ,
90
- "vite" : " ^2.6.0"
89
+ "vite" : " ^2.6.0" ,
90
+ "vue" : " workspace:*" ,
91
+ "yorkie" : " ^2.0.0"
91
92
}
92
93
}
You can’t perform that action at this time.
0 commit comments