update: update dependency rollup-plugin-typescript2 to v0.27.3
This commit is contained in:
parent
ea679b889a
commit
ce31b28fdc
|
@ -60,7 +60,7 @@
|
||||||
"rollup-plugin-node-resolve": "5.2.0",
|
"rollup-plugin-node-resolve": "5.2.0",
|
||||||
"rollup-plugin-replace": "2.2.0",
|
"rollup-plugin-replace": "2.2.0",
|
||||||
"rollup-plugin-tslint": "0.2.2",
|
"rollup-plugin-tslint": "0.2.2",
|
||||||
"rollup-plugin-typescript2": "0.27.2",
|
"rollup-plugin-typescript2": "0.27.3",
|
||||||
"rollup-plugin-visualizer": "4.1.1",
|
"rollup-plugin-visualizer": "4.1.1",
|
||||||
"rollup-plugin-yaml": "2.0.0",
|
"rollup-plugin-yaml": "2.0.0",
|
||||||
"sinon": "9.0.3",
|
"sinon": "9.0.3",
|
||||||
|
|
|
@ -3848,10 +3848,10 @@ rollup-plugin-tslint@0.2.2:
|
||||||
tslint "^5.9.1"
|
tslint "^5.9.1"
|
||||||
typescript "^3.0.0"
|
typescript "^3.0.0"
|
||||||
|
|
||||||
rollup-plugin-typescript2@0.27.2:
|
rollup-plugin-typescript2@0.27.3:
|
||||||
version "0.27.2"
|
version "0.27.3"
|
||||||
resolved "https://artifacts.apextoaster.com/repository/group-npm/rollup-plugin-typescript2/-/rollup-plugin-typescript2-0.27.2.tgz#871a7f5d2a774f9cef50d25da868eec72acc2ed8"
|
resolved "https://artifacts.apextoaster.com/repository/group-npm/rollup-plugin-typescript2/-/rollup-plugin-typescript2-0.27.3.tgz#cd9455ac026d325b20c5728d2cc54a08a771b68b"
|
||||||
integrity sha512-zarMH2F8oT/NO6p20gl/jkts+WxyzOlhOIUwUU/EDx5e6ewdDPS/flwLj5XFuijUCr64bZwqKuRVwCPdXXYefQ==
|
integrity sha512-gmYPIFmALj9D3Ga1ZbTZAKTXq1JKlTQBtj299DXhqYz9cL3g/AQfUvbb2UhH+Nf++cCq941W2Mv7UcrcgLzJJg==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@rollup/pluginutils" "^3.1.0"
|
"@rollup/pluginutils" "^3.1.0"
|
||||||
find-cache-dir "^3.3.1"
|
find-cache-dir "^3.3.1"
|
||||||
|
|
Loading…
Reference in New Issue