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",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"commander": "^2.19.0",
|
||||
"fs-extra": "^7.0.1"
|
||||
"commander": "^7.2.0",
|
||||
"fs-extra": "^9.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^11.13.0",
|
||||
"jsdoc-to-markdown": "^4.0.1",
|
||||
"pkg": "^4.4.0",
|
||||
"qunit": "^2.8.0",
|
||||
"typescript": "^3.4.1"
|
||||
"@types/node": "^14.14.36",
|
||||
"jsdoc-to-markdown": "^7.0.1",
|
||||
"pkg": "^4.5.1",
|
||||
"qunit": "^2.14.1",
|
||||
"typescript": "^4.2.3"
|
||||
},
|
||||
"pkg": {
|
||||
"scripts": [
|
||||
|
|
Loading…
Reference in New Issue