update dependencies and add .nvmrc

This commit is contained in:
Johannes Loher 2021-01-03 21:15:25 +01:00
parent 0721555c91
commit a92cf43791
3 changed files with 7204 additions and 7179 deletions

1
.nvmrc Normal file
View File

@ -0,0 +1 @@
lts/*

14374
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -41,11 +41,11 @@
},
"devDependencies": {
"@types/jasmine": "^3.6.2",
"@typescript-eslint/eslint-plugin": "^4.11.0",
"@typescript-eslint/parser": "^4.11.0",
"@typescript-eslint/eslint-plugin": "^4.11.1",
"@typescript-eslint/parser": "^4.11.1",
"archiver": "^5.1.0",
"chalk": "^4.1.0",
"eslint": "^7.16.0",
"eslint": "^7.17.0",
"eslint-config-prettier": "^7.1.0",
"eslint-plugin-prettier": "^3.3.0",
"foundry-pc-types": "git+https://git.f3l.de/dungeonslayers/foundry-pc-types.git#f3l-fixes",
@ -61,7 +61,7 @@
"json-stringify-pretty-compact": "^2.0.0",
"lint-staged": "^10.5.3",
"prettier": "^2.2.1",
"sass": "^1.30.0",
"sass": "^1.32.0",
"ts-node": "^9.1.1",
"typescript": "^4.1.3",
"yargs": "^16.2.0"