Remove all internal usage of the Json types

Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2021-10-22 15:52:51 +02:00
parent 73aff6c039
commit 56f182dde2
91 changed files with 110 additions and 82 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
```ts
import { JsonObject } from '@backstage/config';
import { JsonObject } from '@backstage/types';
// @public
export function assertError(value: unknown): asserts value is ErrorLike;
+1 -1
View File
@@ -30,7 +30,7 @@
"clean": "backstage-cli clean"
},
"dependencies": {
"@backstage/config": "^0.1.9",
"@backstage/types": "^0.1.1",
"cross-fetch": "^3.0.6",
"serialize-error": "^8.0.1"
},
+1 -1
View File
@@ -14,7 +14,7 @@
* limitations under the License.
*/
import { JsonObject } from '@backstage/config';
import { JsonObject } from '@backstage/types';
import {
deserializeError as deserializeErrorInternal,
serializeError as serializeErrorInternal,