Ignore .gitkeep, remove deprecated url.resolve(), update dependencies (resolves #25).

This commit is contained in:
Daniel Scalzi
2021-04-06 17:34:06 -04:00
parent 3f90a22972
commit 362bbc1d83
11 changed files with 204 additions and 110 deletions

View File

@@ -27,15 +27,15 @@
},
"homepage": "https://github.com/dscalzi/Nebula#readme",
"devDependencies": {
"@types/fs-extra": "^9.0.8",
"@types/luxon": "^1.26.2",
"@types/minimatch": "^3.0.3",
"@types/node": "^14.14.35",
"@types/fs-extra": "^9.0.10",
"@types/luxon": "^1.26.3",
"@types/minimatch": "^3.0.4",
"@types/node": "^14.14.37",
"@types/triple-beam": "^1.3.2",
"@types/yargs": "^16.0.0",
"@typescript-eslint/eslint-plugin": "^4.18.0",
"@typescript-eslint/parser": "^4.18.0",
"eslint": "^7.22.0",
"@types/yargs": "^16.0.1",
"@typescript-eslint/eslint-plugin": "^4.21.0",
"@typescript-eslint/parser": "^4.21.0",
"eslint": "^7.23.0",
"rimraf": "^3.0.2",
"typescript": "^4.2.3"
},
@@ -46,10 +46,10 @@
"helios-distribution-types": "^1.0.0-rc.1",
"luxon": "^1.26.0",
"minimatch": "^3.0.4",
"node-stream-zip": "^1.13.2",
"node-stream-zip": "^1.13.3",
"toml": "^3.0.0",
"triple-beam": "^1.3.0",
"ts-json-schema-generator": "^0.89.0",
"ts-json-schema-generator": "^0.89.2",
"winston": "^3.3.3",
"yargs": "^16.2.0"
}