File tree Expand file tree Collapse file tree 2 files changed +26
-2
lines changed
Expand file tree Collapse file tree 2 files changed +26
-2
lines changed Original file line number Diff line number Diff line change 3737 },
3838 "devDependencies" : {
3939 "@commitlint/cli" : " ^7.5.2" ,
40+ "babel-core" : " ^6.26.3" ,
4041 "babel-eslint" : " ^10.1.0" ,
42+ "babel-loader" : " ^8.2.3" ,
4143 "concurrently" : " ^3.5.1" ,
4244 "eslint" : " ^7.29.0" ,
4345 "eslint-config-airbnb" : " ^16.1.0" ,
5153 "nps" : " ^5.9.5" ,
5254 "nps-utils" : " ^1.7.0" ,
5355 "prettier" : " ^2.3.2" ,
54- "babel-core" : " ^6.26.3" ,
55- "babel-loader" : " ^8.2.3"
56+ "yorkie" : " ^2.0.0"
5657 },
5758 "engines" : {
5859 "node" : " >=10.16"
Original file line number Diff line number Diff line change @@ -17795,6 +17795,19 @@ execa@^0.7.0:
1779517795 signal-exit "^3.0.0"
1779617796 strip-eof "^1.0.0"
1779717797
17798+ execa@^0.8.0:
17799+ version "0.8.0"
17800+ resolved "https://registry.yarnpkg.com/execa/-/execa-0.8.0.tgz#d8d76bbc1b55217ed190fd6dd49d3c774ecfc8da"
17801+ integrity sha512-zDWS+Rb1E8BlqqhALSt9kUhss8Qq4nN3iof3gsOdyINksElaPyNBtKUMTR62qhvgVWR0CqCX7sdnKe4MnUbFEA==
17802+ dependencies:
17803+ cross-spawn "^5.0.1"
17804+ get-stream "^3.0.0"
17805+ is-stream "^1.1.0"
17806+ npm-run-path "^2.0.0"
17807+ p-finally "^1.0.0"
17808+ signal-exit "^3.0.0"
17809+ strip-eof "^1.0.0"
17810+
1779817811execa@^1.0.0:
1779917812 version "1.0.0"
1780017813 resolved "https://registry.yarnpkg.com/execa/-/execa-1.0.0.tgz#c6236a5bb4df6d6f15e88e7f017798216749ddd8"
@@ -40244,6 +40257,16 @@ yoga-layout-prebuilt@^1.10.0:
4024440257 dependencies:
4024540258 "@types/yoga-layout" "1.9.2"
4024640259
40260+ yorkie@^2.0.0:
40261+ version "2.0.0"
40262+ resolved "https://registry.yarnpkg.com/yorkie/-/yorkie-2.0.0.tgz#92411912d435214e12c51c2ae1093e54b6bb83d9"
40263+ integrity sha512-jcKpkthap6x63MB4TxwCyuIGkV0oYP/YRyuQU5UO0Yz/E/ZAu+653/uov+phdmO54n6BcvFRyyt0RRrWdN2mpw==
40264+ dependencies:
40265+ execa "^0.8.0"
40266+ is-ci "^1.0.10"
40267+ normalize-path "^1.0.0"
40268+ strip-indent "^2.0.0"
40269+
4024740270yurnalist@^2.1.0:
4024840271 version "2.1.0"
4024940272 resolved "https://registry.yarnpkg.com/yurnalist/-/yurnalist-2.1.0.tgz#44cf7ea5a33a8fab4968cc8c2970489f93760902"
You can’t perform that action at this time.
0 commit comments