Explorer: Bump react-scripts and typescript to v4 (#13216)
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
/* eslint-disable @typescript-eslint/no-redeclare */
|
||||
|
||||
import {
|
||||
enums,
|
||||
object,
|
||||
|
@@ -1,3 +1,5 @@
|
||||
/* eslint-disable @typescript-eslint/no-redeclare */
|
||||
|
||||
import {
|
||||
StructType,
|
||||
pick,
|
||||
|
@@ -1,3 +1,5 @@
|
||||
/* eslint-disable @typescript-eslint/no-redeclare */
|
||||
|
||||
import { StructType, object, string, enums, pick } from "superstruct";
|
||||
import { Pubkey } from "validators/pubkey";
|
||||
|
||||
|
@@ -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";
|
||||
|
@@ -1,3 +1,5 @@
|
||||
/* eslint-disable @typescript-eslint/no-redeclare */
|
||||
|
||||
import {
|
||||
StructType,
|
||||
enums,
|
||||
|
@@ -1,3 +1,5 @@
|
||||
/* eslint-disable @typescript-eslint/no-redeclare */
|
||||
|
||||
import {
|
||||
StructType,
|
||||
number,
|
||||
|
@@ -1,3 +1,5 @@
|
||||
/* eslint-disable @typescript-eslint/no-redeclare */
|
||||
|
||||
import {
|
||||
StructType,
|
||||
enums,
|
||||
|
@@ -1,3 +1,5 @@
|
||||
/* eslint-disable @typescript-eslint/no-redeclare */
|
||||
|
||||
import { object, any, StructType, string } from "superstruct";
|
||||
|
||||
export type ParsedInfo = StructType<typeof ParsedInfo>;
|
||||
|
Reference in New Issue
Block a user