forked from mirrors/probot
build(package): bump package and package-lock (#1636)
This commit is contained in:
parent
ec92db2c0c
commit
a85c7a6307
|
@ -1,17 +1,13 @@
|
||||||
{
|
{
|
||||||
"mode": "file",
|
"entryPoints": ["src"],
|
||||||
"out": "out",
|
"out": "out",
|
||||||
"exclude": "test",
|
"exclude": "test",
|
||||||
"theme": "minimal",
|
"theme": "default",
|
||||||
"excludePrivate": true,
|
"excludePrivate": true,
|
||||||
"excludeNotExported": true,
|
|
||||||
"excludeExternals": true,
|
"excludeExternals": true,
|
||||||
"listInvalidSymbolLinks": true,
|
"listInvalidSymbolLinks": true,
|
||||||
"target": "ES5",
|
"excludeInternal": true,
|
||||||
"moduleResolution": "node",
|
"entryPointStrategy": "expand",
|
||||||
"preserveConstEnums": "true",
|
|
||||||
"stripInternal": "true",
|
|
||||||
"module": "commonjs",
|
|
||||||
"readme": "none",
|
"readme": "none",
|
||||||
"gaID": "UA-102577034-2"
|
"gaID": "UA-102577034-2"
|
||||||
}
|
}
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -57,7 +57,7 @@
|
||||||
"dotenv": "^8.2.0",
|
"dotenv": "^8.2.0",
|
||||||
"eventsource": "^1.0.7",
|
"eventsource": "^1.0.7",
|
||||||
"express": "^4.17.1",
|
"express": "^4.17.1",
|
||||||
"hbs": "^4.1.1",
|
"hbs": "^4.2.0",
|
||||||
"ioredis": "^4.27.8",
|
"ioredis": "^4.27.8",
|
||||||
"js-yaml": "^3.14.1",
|
"js-yaml": "^3.14.1",
|
||||||
"lru-cache": "^6.0.0",
|
"lru-cache": "^6.0.0",
|
||||||
|
@ -102,7 +102,7 @@
|
||||||
"supertest": "^6.0.1",
|
"supertest": "^6.0.1",
|
||||||
"ts-jest": "^26.4.4",
|
"ts-jest": "^26.4.4",
|
||||||
"tsd": "^0.14.0",
|
"tsd": "^0.14.0",
|
||||||
"typedoc": "^0.19.2",
|
"typedoc": "^0.22.10",
|
||||||
"typescript": "^4.1.2"
|
"typescript": "^4.1.2"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
|
|
Loading…
Reference in New Issue