Skip to content

Commit

Permalink
⬆️ update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jellydn committed Nov 3, 2022
1 parent ebce76d commit c636984
Show file tree
Hide file tree
Showing 34 changed files with 17,271 additions and 3,694 deletions.
98 changes: 49 additions & 49 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,63 +10,63 @@
"test": "mocha --exit --recursive"
},
"dependencies": {
"@tailwindcss/typography": "0.4.1",
"@tailwindcss/typography": "0.5.7",
"@web3-react/core": "6.1.9",
"@web3-react/injected-connector": "6.0.7",
"@web3-react/network-connector": "6.1.9",
"@web3-react/walletconnect-connector": "6.2.4",
"daisyui": "1.14.0",
"loglevel": "1.7.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"@web3-react/network-connector": "6.2.9",
"@web3-react/walletconnect-connector": "6.2.13",
"daisyui": "2.38.0",
"loglevel": "1.8.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"web3-react": "5.0.5"
},
"devDependencies": {
"@nomiclabs/hardhat-ethers": "2.0.2",
"@nomiclabs/hardhat-etherscan": "2.1.5",
"@nomiclabs/hardhat-waffle": "2.0.1",
"@openzeppelin/contracts": "4.3.1",
"@openzeppelin/contracts-upgradeable": "4.3.1",
"@openzeppelin/hardhat-upgrades": "1.10.0",
"@trivago/prettier-plugin-sort-imports": "2.0.4",
"@typechain/ethers-v5": "7.0.1",
"@typechain/hardhat": "2.3.0",
"@types/react": "17.0.19",
"@types/react-dom": "17.0.9",
"@typescript-eslint/eslint-plugin": "4.29.3",
"@typescript-eslint/parser": "4.29.3",
"@vitejs/plugin-react-refresh": "1.3.6",
"autoprefixer": "10.3.3",
"chai": "4.3.4",
"dotenv": "10.0.0",
"eslint": "7.32.0",
"eslint-config-airbnb": "18.2.1",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-import": "2.24.2",
"eslint-plugin-jsx-a11y": "6.4.1",
"@nomiclabs/hardhat-ethers": "2.2.1",
"@nomiclabs/hardhat-etherscan": "3.1.2",
"@nomiclabs/hardhat-waffle": "2.0.3",
"@openzeppelin/contracts": "4.7.3",
"@openzeppelin/contracts-upgradeable": "4.7.3",
"@openzeppelin/hardhat-upgrades": "1.21.0",
"@trivago/prettier-plugin-sort-imports": "3.4.0",
"@typechain/ethers-v5": "10.1.1",
"@typechain/hardhat": "6.1.4",
"@types/mocha": "^10.0.0",
"@types/react": "18.0.24",
"@types/react-dom": "18.0.8",
"@typescript-eslint/eslint-plugin": "5.42.0",
"@typescript-eslint/parser": "5.42.0",
"@vitejs/plugin-react": "^2.2.0",
"autoprefixer": "10.4.13",
"chai": "4.3.6",
"dotenv": "16.0.3",
"eslint": "8.26.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jsx-a11y": "6.6.1",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "5.1.0",
"eslint-plugin-react": "7.25.1",
"eslint-plugin-react-hooks": "4.2.0",
"ethereum-waffle": "3.4.0",
"ethers": "5.4.6",
"hardhat": "2.6.1",
"hardhat-gas-reporter": "1.0.4",
"husky": "7.0.2",
"lint-staged": "11.1.2",
"postcss": "8.3.6",
"prettier": "2.3.2",
"prettier-plugin-solidity": "1.0.0-beta.17",
"solhint": "3.3.6",
"solidity-coverage": "0.7.17",
"tailwindcss": "2.2.9",
"typechain": "5.1.2",
"typescript": "4.4.2",
"vite": "2.5.1",
"vite-plugin-checker": "0.3.4"
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-react": "7.31.10",
"eslint-plugin-react-hooks": "4.6.0",
"ethereum-waffle": "3.4.4",
"ethers": "5.7.2",
"hardhat": "2.12.2",
"hardhat-gas-reporter": "1.0.9",
"husky": "8.0.1",
"lint-staged": "13.0.3",
"postcss": "8.4.18",
"prettier": "2.7.1",
"prettier-plugin-solidity": "1.0.0-rc.1",
"solhint": "3.3.7",
"solidity-coverage": "0.8.2",
"tailwindcss": "3.2.1",
"typechain": "8.1.1",
"typescript": "4.8.4",
"vite": "3.2.2"
},
"lint-staged": {
"*.js": "eslint --cache --fix",
"*.{js,css,md}": "prettier --write"
}
}
}
3 changes: 1 addition & 2 deletions src/SimpleStoreApp.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ import React from "react";
import BoxArtifacts from "./artifacts/contracts/Box.sol/Box.json";
import BoxV2Artifacts from "./artifacts/contracts/BoxV2.sol/BoxV2.json";
import logger from "./logger";
import { Box } from "./types/Box";
import { BoxV2 } from "./types/BoxV2";
import { Box, BoxV2 } from "./types";

interface Props {
contractAddress: string;
Expand Down
8 changes: 8 additions & 0 deletions src/types/@openzeppelin/contracts-upgradeable/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
/* Autogenerated file. Do not edit manually. */

/* tslint:disable */

/* eslint-disable */
import type * as proxy from "./proxy";

export type { proxy };
8 changes: 8 additions & 0 deletions src/types/@openzeppelin/contracts-upgradeable/proxy/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
/* Autogenerated file. Do not edit manually. */

/* tslint:disable */

/* eslint-disable */
import type * as utils from "./utils";

export type { utils };
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
/* Autogenerated file. Do not edit manually. */

/* tslint:disable */

/* eslint-disable */
import type {
TypedEventFilter,
TypedEvent,
TypedListener,
OnEvent,
PromiseOrValue,
} from "../../../../common";
import type { EventFragment } from "@ethersproject/abi";
import type { Listener, Provider } from "@ethersproject/providers";
import type { BaseContract, Signer, utils } from "ethers";

export interface InitializableInterface extends utils.Interface {
functions: {};

events: {
"Initialized(uint8)": EventFragment;
};

getEvent(nameOrSignatureOrTopic: "Initialized"): EventFragment;
}

export interface InitializedEventObject {
version: number;
}
export type InitializedEvent = TypedEvent<[number], InitializedEventObject>;

export type InitializedEventFilter = TypedEventFilter<InitializedEvent>;

export interface Initializable extends BaseContract {
connect(signerOrProvider: Signer | Provider | string): this;
attach(addressOrName: string): this;
deployed(): Promise<this>;

interface: InitializableInterface;

queryFilter<TEvent extends TypedEvent>(
event: TypedEventFilter<TEvent>,
fromBlockOrBlockhash?: string | number | undefined,
toBlock?: string | number | undefined
): Promise<Array<TEvent>>;

listeners<TEvent extends TypedEvent>(
eventFilter?: TypedEventFilter<TEvent>
): Array<TypedListener<TEvent>>;
listeners(eventName?: string): Array<Listener>;
removeAllListeners<TEvent extends TypedEvent>(
eventFilter: TypedEventFilter<TEvent>
): this;
removeAllListeners(eventName?: string): this;
off: OnEvent<this>;
on: OnEvent<this>;
once: OnEvent<this>;
removeListener: OnEvent<this>;

functions: {};

callStatic: {};

filters: {
"Initialized(uint8)"(version?: null): InitializedEventFilter;
Initialized(version?: null): InitializedEventFilter;
};

estimateGas: {};

populateTransaction: {};
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
/* Autogenerated file. Do not edit manually. */
/* tslint:disable */
/* eslint-disable */
export type { Initializable } from "./Initializable";
8 changes: 8 additions & 0 deletions src/types/@openzeppelin/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
/* Autogenerated file. Do not edit manually. */

/* tslint:disable */

/* eslint-disable */
import type * as contractsUpgradeable from "./contracts-upgradeable";

export type { contractsUpgradeable };
158 changes: 0 additions & 158 deletions src/types/Box.d.ts

This file was deleted.

Loading

0 comments on commit c636984

Please sign in to comment.