build(package): bump package and package-lock (#1636)

This commit is contained in:
Joseph Petersen 2022-01-18 18:46:02 +01:00 committed by GitHub
parent ec92db2c0c
commit a85c7a6307
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 905 additions and 1271 deletions

View File

@ -1,17 +1,13 @@
{
"mode": "file",
"entryPoints": ["src"],
"out": "out",
"exclude": "test",
"theme": "minimal",
"theme": "default",
"excludePrivate": true,
"excludeNotExported": true,
"excludeExternals": true,
"listInvalidSymbolLinks": true,
"target": "ES5",
"moduleResolution": "node",
"preserveConstEnums": "true",
"stripInternal": "true",
"module": "commonjs",
"excludeInternal": true,
"entryPointStrategy": "expand",
"readme": "none",
"gaID": "UA-102577034-2"
}

2160
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -57,7 +57,7 @@
"dotenv": "^8.2.0",
"eventsource": "^1.0.7",
"express": "^4.17.1",
"hbs": "^4.1.1",
"hbs": "^4.2.0",
"ioredis": "^4.27.8",
"js-yaml": "^3.14.1",
"lru-cache": "^6.0.0",
@ -102,7 +102,7 @@
"supertest": "^6.0.1",
"ts-jest": "^26.4.4",
"tsd": "^0.14.0",
"typedoc": "^0.19.2",
"typedoc": "^0.22.10",
"typescript": "^4.1.2"
},
"engines": {