typescript(option): fix: fixed tslib not beeing installed
Signed-off-by: prescientmoon <git@moonythm.dev>
This commit is contained in:
parent
b16272a3aa
commit
c56f734d82
|
@ -36,5 +36,8 @@
|
||||||
"utility-types": "^3.10.0"
|
"utility-types": "^3.10.0"
|
||||||
},
|
},
|
||||||
"author": "Matei Adriel",
|
"author": "Matei Adriel",
|
||||||
"license": "SEE LICENSE IN LICENSE"
|
"license": "SEE LICENSE IN LICENSE",
|
||||||
|
"dependencies": {
|
||||||
|
"tslib": "^1.10.0"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
dependencies:
|
||||||
|
tslib: 1.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
|
||||||
|
@ -3417,7 +3419,6 @@ packages:
|
||||||
resolution:
|
resolution:
|
||||||
integrity: sha1-n5up2e+odkw4dpi8v+sshI8RrbM=
|
integrity: sha1-n5up2e+odkw4dpi8v+sshI8RrbM=
|
||||||
/tslib/1.10.0:
|
/tslib/1.10.0:
|
||||||
dev: true
|
|
||||||
resolution:
|
resolution:
|
||||||
integrity: sha512-qOebF53frne81cf0S9B41ByenJ3/IuH8yJKngAX35CmiZySA0khhkovshKK+jGCaMnVomla7gVlIcc3EvKPbTQ==
|
integrity: sha512-qOebF53frne81cf0S9B41ByenJ3/IuH8yJKngAX35CmiZySA0khhkovshKK+jGCaMnVomla7gVlIcc3EvKPbTQ==
|
||||||
/type-fest/0.3.1:
|
/type-fest/0.3.1:
|
||||||
|
@ -3636,5 +3637,6 @@ specifiers:
|
||||||
rollup: ^1.27.14
|
rollup: ^1.27.14
|
||||||
rollup-plugin-terser: ^5.1.3
|
rollup-plugin-terser: ^5.1.3
|
||||||
semantic-release: ^15.14.0
|
semantic-release: ^15.14.0
|
||||||
|
tslib: ^1.10.0
|
||||||
typescript: ^3.7.4
|
typescript: ^3.7.4
|
||||||
utility-types: ^3.10.0
|
utility-types: ^3.10.0
|
||||||
|
|
Loading…
Reference in a new issue