-
Notifications
You must be signed in to change notification settings - Fork 577
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(boilerplate): update pkg.engines.node requirement #293
Conversation
b6a7033
to
323f4df
Compare
另外,想说 antd 有点恐怖: client 下 npm i 之后依赖包有 600M…… |
Codecov Report
@@ Coverage Diff @@
## master #293 +/- ##
======================================
Coverage 86.7% 86.7%
======================================
Files 35 35
Lines 692 692
Branches 47 47
======================================
Hits 600 600
Misses 82 82
Partials 10 10 Continue to review full report at Codecov.
|
帮忙把所有的脚手架都改一下,下半年应该都会到 10 了。 |
node.js 都升级到 10.13 ? |
最新的? 10.16 |
前端库都挺大的。。。 |
Update pkg.engines.node requirement to >=10.16.0 (midwayjs#279)
- ts-node to ^8.3.0 - typescript to ^3.5.0
所有模板更新:
|
for vscode and tsc
e73ae35 这个对于 tsconfig.json 参数值并无变化,删除条目的值既是默认值 (一个目的是让人不知道某些个参数 (^-^))。 |
@types/mocha to ^6.0.0 according to egg-bin
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
辛苦了。
fix(boilerplate): update pkg.engines.node requirement (#293) fix(boilerplate): update pkg.engines.node requirement
Update pkg.engines.node requirement to >=10.13.0 (#279)
v10.13.0 become active LTS
Checklist
npm test
passesAffected core subsystem(s)
Description of change