File tree Expand file tree Collapse file tree 3 files changed +351
-394
lines changed
Expand file tree Collapse file tree 3 files changed +351
-394
lines changed Original file line number Diff line number Diff line change @@ -2,4 +2,6 @@ node_modules
22* .db
33.idea
44launch.json
5- .vscode
5+ .vscode
6+ package-lock.json
7+ npm-shrinkwrap.json
Original file line number Diff line number Diff line change 2323 "json-stable-stringify" : " ^1.0.1" ,
2424 "micro" : " ^9.3.4" ,
2525 "micro-cors" : " ^0.1.1" ,
26- "micro-dev" : " ^3.0.0" ,
2726 "micro-query" : " ^0.3.0" ,
2827 "microrouter" : " ^3.1.3" ,
2928 "randomstring" : " ^1.1.5" ,
3029 "rfc6902" : " ^4.0.1" ,
3130 "rimraf" : " ^3.0.2" ,
3231 "tmp" : " ^0.2.1" ,
33- "yargs" : " ^16.0.3"
32+ "yargs" : " ^16.0.3" ,
33+ "yargs-parser" : " ^20.2.7"
3434 },
3535 "devDependencies" : {
3636 "@semantic-release/git" : " ^9.0.0" ,
3737 "ava" : " ^3.15.0" ,
3838 "eslint" : " ^7.10.0" ,
39+ "micro-dev" : " ^3.0.0" ,
3940 "prettier" : " ^2.0.5" ,
4041 "test-listen" : " ^1.1.0"
4142 },
You can’t perform that action at this time.
0 commit comments