Explorer: Bump react-scripts and typescript to v4 (#13216)

This commit is contained in:
Justin Starry
2020-10-28 12:49:28 +08:00
committed by GitHub
parent f96ab5a818
commit 6fa40f10d1
11 changed files with 7294 additions and 3604 deletions

View File

@@ -1,3 +1,5 @@
/* eslint-disable @typescript-eslint/no-redeclare */
import {
enums,
object,

View File

@@ -1,3 +1,5 @@
/* eslint-disable @typescript-eslint/no-redeclare */
import {
StructType,
pick,

View File

@@ -1,3 +1,5 @@
/* eslint-disable @typescript-eslint/no-redeclare */
import { StructType, object, string, enums, pick } from "superstruct";
import { Pubkey } from "validators/pubkey";

View File

@@ -1,3 +1,5 @@
/* eslint-disable @typescript-eslint/no-redeclare */
import { object, StructType, number, nullable, enums } from "superstruct";
import { Pubkey } from "validators/pubkey";
import { BigNum } from "validators/bignum";

View File

@@ -1,3 +1,5 @@
/* eslint-disable @typescript-eslint/no-redeclare */
import {
StructType,
enums,

View File

@@ -1,3 +1,5 @@
/* eslint-disable @typescript-eslint/no-redeclare */
import {
StructType,
number,

View File

@@ -1,3 +1,5 @@
/* eslint-disable @typescript-eslint/no-redeclare */
import {
StructType,
enums,

View File

@@ -1,3 +1,5 @@
/* eslint-disable @typescript-eslint/no-redeclare */
import { object, any, StructType, string } from "superstruct";
export type ParsedInfo = StructType<typeof ParsedInfo>;