typescript(option): fix: fixed declaration containnig a bunch of anys
Signed-off-by: prescientmoon <git@moonythm.dev>
This commit is contained in:
parent
dd0c29a340
commit
4ef32c05c3
|
@ -56,13 +56,13 @@
|
||||||
"semantic-release": "^15.14.0",
|
"semantic-release": "^15.14.0",
|
||||||
"sinon": "^8.0.1",
|
"sinon": "^8.0.1",
|
||||||
"ts-node": "^8.5.4",
|
"ts-node": "^8.5.4",
|
||||||
"typescript": "^3.7.4",
|
"typescript": "^3.7.4"
|
||||||
"utility-types": "^3.10.0"
|
|
||||||
},
|
},
|
||||||
"author": "Matei Adriel",
|
"author": "Matei Adriel",
|
||||||
"license": "SEE LICENSE IN LICENSE",
|
"license": "SEE LICENSE IN LICENSE",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@thi.ng/compose": "^1.3.6",
|
"@thi.ng/compose": "^1.3.6",
|
||||||
"tslib": "^1.10.0"
|
"tslib": "^1.10.0",
|
||||||
|
"utility-types": "^3.10.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
dependencies:
|
dependencies:
|
||||||
'@thi.ng/compose': 1.3.6
|
'@thi.ng/compose': 1.3.6
|
||||||
tslib: 1.10.0
|
tslib: 1.10.0
|
||||||
|
utility-types: 3.10.0
|
||||||
devDependencies:
|
devDependencies:
|
||||||
'@rollup/plugin-commonjs': 11.0.0_rollup@1.27.14
|
'@rollup/plugin-commonjs': 11.0.0_rollup@1.27.14
|
||||||
'@rollup/plugin-node-resolve': 6.0.0_rollup@1.27.14
|
'@rollup/plugin-node-resolve': 6.0.0_rollup@1.27.14
|
||||||
|
@ -19,7 +20,6 @@ devDependencies:
|
||||||
sinon: 8.0.1
|
sinon: 8.0.1
|
||||||
ts-node: 8.5.4_typescript@3.7.4
|
ts-node: 8.5.4_typescript@3.7.4
|
||||||
typescript: 3.7.4
|
typescript: 3.7.4
|
||||||
utility-types: 3.10.0
|
|
||||||
lockfileVersion: 5.1
|
lockfileVersion: 5.1
|
||||||
packages:
|
packages:
|
||||||
/@babel/code-frame/7.5.5:
|
/@babel/code-frame/7.5.5:
|
||||||
|
@ -4121,7 +4121,7 @@ packages:
|
||||||
resolution:
|
resolution:
|
||||||
integrity: sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=
|
integrity: sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=
|
||||||
/utility-types/3.10.0:
|
/utility-types/3.10.0:
|
||||||
dev: true
|
dev: false
|
||||||
engines:
|
engines:
|
||||||
node: '>= 4'
|
node: '>= 4'
|
||||||
resolution:
|
resolution:
|
||||||
|
|
Loading…
Reference in a new issue