File tree Expand file tree Collapse file tree 2 files changed +483
-343
lines changed
Expand file tree Collapse file tree 2 files changed +483
-343
lines changed Original file line number Diff line number Diff line change 1111 "lint" : " eslint ." ,
1212 "lint:fix" : " npm run lint -- --fix" ,
1313 "test" : " jest" ,
14+ "demo" : " cd demo && node index.js" ,
1415 "publish:next" : " npm publish --tag next" ,
1516 "release" : " micro-app release --npm.skipChecks" ,
1617 "release:alpha" : " npm run release -- --preRelease=alpha" ,
5455 "@micro-app/cli" : " ^0.4.1"
5556 },
5657 "devDependencies" : {
57- "@micro-app/cli" : " ^0.4 .1" ,
58- "@micro-app/plugin-deploy" : " ^0.0.8 " ,
58+ "@micro-app/cli" : " ^0.5 .1" ,
59+ "@micro-app/plugin-deploy" : " ^0.0.9 " ,
5960 "@types/jest" : " ^24.9.1" ,
6061 "eslint-config-2o3t" : " ^2.0.2" ,
6162 "husky" : " ^3.1.0" ,
6263 "jest" : " ^24.9.0" ,
6364 "lint-staged" : " ^9.5.0"
6465 },
6566 "dependencies" : {
66- "koa" : " ^2.13.1 " ,
67+ "koa" : " ^2.13.4 " ,
6768 "koa-convert" : " ^2.0.0" ,
6869 "koa-logger" : " ^3.2.1" ,
69- "koa-onerror" : " ^4.1 .0" ,
70- "koa-router" : " ^10.0.0 " ,
71- "koa2-swagger-ui" : " ^5.0.5 " ,
72- "moment" : " ^2.29.1 " ,
70+ "koa-onerror" : " ^4.2 .0" ,
71+ "koa-router" : " ^10.1.1 " ,
72+ "koa2-swagger-ui" : " ^5.5.0 " ,
73+ "moment" : " ^2.29.2 " ,
7374 "portfinder" : " ^1.0.28" ,
7475 "swagger-jsdoc" : " 3.7.0"
7576 }
You can’t perform that action at this time.
0 commit comments