Update modules for porting process.
This commit is contained in:
parent
22344e8343
commit
501bcf8603
File diff suppressed because it is too large
Load Diff
14
package.json
14
package.json
|
@ -16,15 +16,15 @@
|
||||||
"author": "sixteenmillimeter",
|
"author": "sixteenmillimeter",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"commander": "^2.19.0",
|
"commander": "^7.2.0",
|
||||||
"fs-extra": "^7.0.1"
|
"fs-extra": "^9.1.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/node": "^11.13.0",
|
"@types/node": "^14.14.36",
|
||||||
"jsdoc-to-markdown": "^4.0.1",
|
"jsdoc-to-markdown": "^7.0.1",
|
||||||
"pkg": "^4.4.0",
|
"pkg": "^4.5.1",
|
||||||
"qunit": "^2.8.0",
|
"qunit": "^2.14.1",
|
||||||
"typescript": "^3.4.1"
|
"typescript": "^4.2.3"
|
||||||
},
|
},
|
||||||
"pkg": {
|
"pkg": {
|
||||||
"scripts": [
|
"scripts": [
|
||||||
|
|
Loading…
Reference in New Issue