Skip to content

Commit

Permalink
chore: Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
janjakubnanista committed Nov 22, 2023
1 parent 07a2421 commit 8b6922d
Show file tree
Hide file tree
Showing 7 changed files with 460 additions and 389 deletions.
6 changes: 3 additions & 3 deletions examples/oft/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
"hardhat-contract-sizer": "^2.10.0",
"hardhat-deploy": "^0.11.43",
"hardhat-deploy-ethers": "^0.4.1",
"prettier": "^3.0.3",
"prettier": "^3.1.0",
"solhint": "^4.0.0",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
"typescript": "^5.3.2"
}
}
}
31 changes: 16 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,38 +2,39 @@
"name": "@layerzerolabs/lz-utils",
"version": "0.0.1",
"private": true,
"workspaces": [
"examples/*",
"packages/*"
],
"scripts": {
"clean": "npx turbo run clean",
"build": "npx turbo run build",
"clean": "npx turbo run clean",
"dev": "npx turbo run dev",
"lint": "npx turbo run lint",
"test": "npx turbo run test",
"prepare": "husky install"
"prepare": "husky install",
"test": "npx turbo run test"
},
"lint-staged": {
"**/*": "npx prettier --write --ignore-unknown"
},
"workspaces": [
"examples/*",
"packages/*"
],
"devDependencies": {
"@changesets/cli": "^2.26.2",
"@typescript-eslint/eslint-plugin": "^6.9.0",
"@typescript-eslint/parser": "^6.9.0",
"@types/node": "~18.18.9",
"eslint": "^8.53.0",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"eslint": "^8.54.0",
"eslint-config-prettier": "^9.0.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-mocha": "10.2.0",
"eslint-plugin-n": "^16.3.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-promise": "^6.1.1",
"husky": "^8.0.3",
"lint-staged": "^15.0.1",
"prettier": "^3.0.3",
"lint-staged": "^15.1.0",
"prettier": "^3.1.0",
"prettier-plugin-solidity": "^1.0.0-beta.18",
"turbo": "1.5.6"
},
"lint-staged": {
"**/*": "npx prettier --write --ignore-unknown"
}
}
38 changes: 19 additions & 19 deletions packages/create-lz-oapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,6 @@
"name": "create-lz-oapp",
"version": "0.1.2",
"description": "Create LayerZero OApp with one command",
"license": "MIT",
"type": "module",
"publishConfig": {
"access": "public"
},
"keywords": [
"LayerZero",
"OApp"
Expand All @@ -16,35 +11,34 @@
"url": "git+https://github.com/LayerZero-Labs/lz-utils.git",
"directory": "packages/create-lz-oapp"
},
"license": "MIT",
"type": "module",
"bin": {
"create-lz-oapp": "./cli.cjs"
},
"engines": {
"node": ">=18"
},
"files": [
"./cli.cjs",
"./dist"
],
"scripts": {
"prebuild": "tsc -noEmit",
"build": "npx tsup",
"clean": "rm -rf dist",
"dev": "npx tsup --watch",
"lint": "npx eslint '**/*.{js,ts,json}'",
"prebuild": "tsc -noEmit",
"start": "./cli.cjs",
"test": "mocha --parallel"
},
"files": [
"./cli.cjs",
"./dist"
],
"dependencies": {
"yoga-wasm-web": "~0.3.3"
},
"devDependencies": {
"@sindresorhus/tsconfig": "^5.0.0",
"@tanstack/react-query": "^5.8.3",
"@types/mocha": "^10.0.1",
"@types/prompts": "^2.4.8",
"@types/react": "^18.0.32",
"@types/which": "~3.0.2",
"@tanstack/react-query": "^5.8.4",
"@types/mocha": "^10.0.6",
"@types/prompts": "^2.4.9",
"@types/react": "^18.2.38",
"@types/which": "~3.0.3",
"chai": "^4.3.10",
"commander": "^11.1.0",
"eslint-plugin-react": "^7.32.2",
Expand All @@ -60,7 +54,13 @@
"react-devtools-core": "^4.28.5",
"tiged": "^2.12.5",
"ts-node": "^10.9.1",
"typescript": "^5.2.2",
"typescript": "^5.3.2",
"which": "~4.0.0"
},
"engines": {
"node": ">=18"
},
"publishConfig": {
"access": "public"
}
}
22 changes: 11 additions & 11 deletions packages/ua-utils-evm-hardhat-test/package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"name": "@layerzerolabs/ua-utils-evm-hardhat-test",
"description": "Integration tests for ua-utils-evm-hardhat for V2",
"version": "0.0.1",
"license": "MIT",
"private": true,
"scripts": {
"lint": "npx eslint '**/*.{js,ts,json}'",
"test": "docker compose run --rm tests"
},
"description": "Integration tests for ua-utils-evm-hardhat for V2",
"repository": {
"type": "git",
"url": "git+https://github.com/LayerZero-Labs/lz-utils.git",
"directory": "packages/ua-utils-evm-hardhat-test"
},
"license": "MIT",
"scripts": {
"lint": "npx eslint '**/*.{js,ts,json}'",
"test": "docker compose run --rm tests"
},
"devDependencies": {
"@ethersproject/abstract-signer": "^5.7.0",
"@ethersproject/constants": "^5.7.0",
Expand All @@ -22,13 +22,13 @@
"@gnosis.pm/safe-core-sdk-types": "^1.0.0",
"@gnosis.pm/safe-ethers-lib": "^1.0.0",
"@gnosis.pm/safe-service-client": "1.1.1",
"@layerzerolabs/lz-definitions": "~1.5.61",
"@layerzerolabs/lz-evm-sdk-v1": "~1.5.61",
"@layerzerolabs/lz-evm-sdk-v2": "~1.5.61",
"@layerzerolabs/utils-evm-hardhat": "~0.0.1",
"@layerzerolabs/lz-definitions": "~1.5.58",
"@layerzerolabs/lz-evm-sdk-v1": "~1.5.58",
"@layerzerolabs/lz-evm-sdk-v2": "~1.5.58",
"@nomiclabs/hardhat-ethers": "^2.2.3",
"@types/chai-as-promised": "^7.1.7",
"@types/mocha": "^10.0.1",
"@types/mocha": "^10.0.6",
"chai": "^4.3.10",
"chai-as-promised": "^7.1.1",
"ethers": "^5.7.0",
Expand All @@ -37,6 +37,6 @@
"hardhat-deploy-ethers": "^0.3.0-beta.12",
"sinon": "^17.0.1",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
"typescript": "^5.3.2"
}
}
38 changes: 19 additions & 19 deletions packages/ua-utils-evm-hardhat/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
{
"name": "@layerzerolabs/ua-utils-evm-hardhat",
"description": "Hardhat utilities for working with LayerZero EVM contracts",
"version": "0.0.1",
"license": "MIT",
"private": true,
"main": "dist/index.js",
"types": "dist/index.d.ts",
"module": "dist/index.mjs",
"description": "Hardhat utilities for working with LayerZero EVM contracts",
"repository": {
"type": "git",
"url": "git+https://github.com/LayerZero-Labs/lz-utils.git",
"directory": "packages/ua-utils-evm-hardhat"
},
"license": "MIT",
"exports": {
".": {
"types": "./dist/index.d.ts",
Expand All @@ -19,37 +21,35 @@
"import": "./dist/tasks/index.mjs"
}
},
"scripts": {
"build": "npx tsup",
"clean": "rm -rf dist",
"lint": "npx eslint '**/*.{js,ts,json}'",
"prebuild": "tsc -noEmit"
},
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"files": [
"dist/",
"LICENSE"
],
"repository": {
"type": "git",
"url": "git+https://github.com/LayerZero-Labs/lz-utils.git",
"directory": "packages/ua-utils-evm-hardhat"
"scripts": {
"prebuild": "tsc -noEmit",
"build": "npx tsup",
"clean": "rm -rf dist",
"lint": "npx eslint '**/*.{js,ts,json}'"
},
"devDependencies": {
"@gnosis.pm/safe-core-sdk": "^2.0.0",
"@gnosis.pm/safe-core-sdk-types": "^1.0.0",
"@gnosis.pm/safe-ethers-lib": "^1.0.0",
"@gnosis.pm/safe-service-client": "1.1.1",
"@layerzerolabs/lz-definitions": "~1.5.58",
"@layerzerolabs/lz-definitions": "~1.5.61",
"@nomiclabs/hardhat-ethers": "^2.2.3",
"@types/mocha": "^10.0.1",
"@types/mocha": "^10.0.6",
"cli-ux": "^6.0.9",
"dotenv": "^16.0.3",
"ethers": "^5.7.0",
"hardhat": "^2.9.9",
"hardhat-deploy": "^0.11.22",
"ts-node": "^10.9.1",
"tsup": "^7.2.0",
"typescript": "^5.2.2"
"tsup": "^8.0.1",
"typescript": "^5.3.2"
},
"peerDependencies": {
"@gnosis.pm/safe-core-sdk": "^2.0.0",
Expand Down
40 changes: 20 additions & 20 deletions packages/utils-evm-hardhat/package.json
Original file line number Diff line number Diff line change
@@ -1,49 +1,54 @@
{
"name": "@layerzerolabs/utils-evm-hardhat",
"description": "Hardhat utilities for LayerZero EVM projects",
"version": "0.0.2",
"license": "MIT",
"private": true,
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"module": "./dist/index.mjs",
"description": "Hardhat utilities for LayerZero EVM projects",
"repository": {
"type": "git",
"url": "git+https://github.com/LayerZero-Labs/lz-utils.git",
"directory": "packages/utils-evm-hardhat"
},
"license": "MIT",
"exports": {
"types": "./dist/index.d.ts",
"require": "./dist/index.js",
"import": "./dist/index.mjs"
},
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files": [
"./dist/index.*"
],
"scripts": {
"prebuild": "npx tsc --noEmit -p tsconfig.build.json",
"build": "npx tsup",
"clean": "rm -rf dist",
"dev": "npx tsup --watch",
"lint": "npx eslint '**/*.{js,ts,json}'",
"prebuild": "npx tsc --noEmit -p tsconfig.build.json",
"test": "npx hardhat test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LayerZero-Labs/lz-utils.git",
"directory": "packages/utils-evm-hardhat"
"dependencies": {
"micro-memoize": "~4.1.2",
"p-memoize": "~4.0.1",
"zod": "^3.22.4"
},
"devDependencies": {
"@ethersproject/abstract-signer": "^5.7.0",
"@ethersproject/providers": "^5.7.0",
"@ethersproject/wallet": "^5.7.0",
"@layerzerolabs/lz-definitions": "~1.5.58",
"@layerzerolabs/lz-evm-sdk-v1": "~1.5.58",
"@layerzerolabs/lz-definitions": "~1.5.61",
"@layerzerolabs/lz-evm-sdk-v1": "~1.5.61",
"@types/chai-as-promised": "^7.1.7",
"@types/mocha": "^10.0.1",
"@types/mocha": "^10.0.6",
"chai": "^4.3.10",
"chai-as-promised": "^7.1.1",
"hardhat": "^2.9.9",
"hardhat-deploy": "^0.11.22",
"sinon": "^17.0.1",
"ts-node": "^10.9.1",
"tsup": "~7.2.0",
"typescript": "^5.2.2",
"tsup": "~8.0.1",
"typescript": "^5.3.2",
"winston": "^3.11.0"
},
"peerDependencies": {
Expand All @@ -52,10 +57,5 @@
"@layerzerolabs/lz-definitions": "~1.5.58",
"hardhat": "^2.9.9",
"hardhat-deploy": "^0.9.19"
},
"dependencies": {
"micro-memoize": "~4.1.2",
"p-memoize": "~4.0.1",
"zod": "^3.22.4"
}
}
Loading

0 comments on commit 8b6922d

Please sign in to comment.