File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 "start" : " yarn build --watch" ,
1717 "lint" : " eslint src --ext .ts,.js" ,
1818 "test" : " npm run test:v4 && npm run test:v5" ,
19- "pretest:v4" : " npm add @types/webpack ts-loader@8 webpack@4 --no-save " ,
19+ "pretest:v4" : " yarn- add-no-save @types/webpack ts-loader@8 webpack@4" ,
2020 "test:v4" : " jest" ,
21- "pretest:v5" : " npm add webpack@5 -- no-save" ,
21+ "pretest:v5" : " yarn- add- no-save webpack@5 " ,
2222 "test:v5" : " jest" ,
2323 "release" : " auto shipit"
2424 },
7070 "ts-loader" : " ^9.1.2" ,
7171 "typescript" : " 3.8.3" ,
7272 "webpack" : " ^5.36.2" ,
73- "webpack-cli" : " ^4.7.0"
73+ "webpack-cli" : " ^4.7.0" ,
74+ "yarn-add-no-save" : " ^1.0.3"
7475 },
7576 "peerDependencies" : {
7677 "typescript" : " >= 3.x" ,
Original file line number Diff line number Diff line change @@ -6493,6 +6493,13 @@ yargs@^15.0.1, yargs@^15.4.1:
64936493 y18n "^4.0.0"
64946494 yargs-parser "^18.1.2"
64956495
6496+ yarn-add-no-save@^1.0.3 :
6497+ version "1.0.3"
6498+ resolved "https://registry.yarnpkg.com/yarn-add-no-save/-/yarn-add-no-save-1.0.3.tgz#03540f86802a46a86db83bc7357b248cd282315b"
6499+ integrity sha512-ngmmxwYOogvYPjFDXGjoj35r/DteDzfiyoq5BI+kKSCCXW/I2gJA3KAgbm/7yFmcDE9CGSaORpNbYfglGYuxtA==
6500+ dependencies :
6501+ which "^2.0.2"
6502+
64966503yocto-queue@^0.1.0 :
64976504 version "0.1.0"
64986505 resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-0.1.0.tgz#0294eb3dee05028d31ee1a5fa2c556a6aaf10a1b"
You can’t perform that action at this time.
0 commit comments