diff --git a/packages/api/package.json b/packages/api/package.json index 7a4702f8..afa8f82b 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -34,6 +34,6 @@ "ethers": "^5.7.2", "express": "^4.18.2", "lodash": "^4.17.21", - "zod": "^3.22.2" + "zod": "^3.22.3" } } diff --git a/packages/common/package.json b/packages/common/package.json deleted file mode 100644 index 946138e9..00000000 --- a/packages/common/package.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "common", - "version": "1.0.0", - "main": "./dist/index.js", - "engines": { - "node": "^18.14.0", - "pnpm": "^8.8.0" - }, - "scripts": { - "build": "tsc --project tsconfig.build.json", - "clean": "rm -rf coverage dist", - "eslint:check": "eslint . --ext .js,.ts --max-warnings 0", - "eslint:fix": "eslint . --ext .js,.ts --fix", - "prettier:check": "prettier --check \"./**/*.{js,ts,md,yml,json}\"", - "prettier:fix": "prettier --write \"./**/*.{js,ts,md,yml,json}\"", - "test": "jest", - "tsc": "tsc --project ." - }, - "license": "MIT", - "dependencies": { - "winston": "^3.10.0", - "winston-console-format": "^1.0.8", - "zod": "^3.22.3" - } -} diff --git a/packages/e2e/package.json b/packages/e2e/package.json index abf896f1..33402c0e 100644 --- a/packages/e2e/package.json +++ b/packages/e2e/package.json @@ -29,7 +29,7 @@ "ethers": "^5.7.2", "express": "^4.18.2", "lodash": "^4.17.21", - "zod": "^3.22.2" + "zod": "^3.22.3" }, "devDependencies": { "@types/express": "^4.17.18", diff --git a/packages/pusher/package.json b/packages/pusher/package.json index 6cd2edfa..be743206 100644 --- a/packages/pusher/package.json +++ b/packages/pusher/package.json @@ -34,7 +34,7 @@ "ethers": "^5.7.2", "express": "^4.18.2", "lodash": "^4.17.21", - "zod": "^3.22.2" + "zod": "^3.22.3" }, "devDependencies": { "@types/express": "^4.17.18", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index b0f6e95d..6ac935ee 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -58,7 +58,7 @@ importers: dependencies: '@api3/commons': specifier: ^0.1.0 - version: 0.1.0(eslint@8.50.0)(jest@29.7.0)(typescript@5.2.2)(zod@3.22.2) + version: 0.1.0(eslint@8.50.0)(jest@29.7.0)(typescript@5.2.2)(zod@3.22.4) '@api3/promise-utils': specifier: ^0.4.0 version: 0.4.0 @@ -95,7 +95,7 @@ importers: dependencies: '@api3/commons': specifier: ^0.1.0 - version: 0.1.0(eslint@8.50.0)(jest@29.7.0)(typescript@5.2.2)(zod@3.22.2) + version: 0.1.0(eslint@8.50.0)(jest@29.7.0)(typescript@5.2.2)(zod@3.22.4) '@api3/promise-utils': specifier: ^0.4.0 version: 0.4.0 @@ -138,7 +138,7 @@ importers: version: 0.12.0 '@api3/commons': specifier: ^0.1.0 - version: 0.1.0(eslint@8.50.0)(jest@29.7.0)(typescript@5.2.2)(zod@3.22.2) + version: 0.1.0(eslint@8.50.0)(jest@29.7.0)(typescript@5.2.2)(zod@3.22.4) '@api3/ois': specifier: ^2.2.0 version: 2.2.0 @@ -290,43 +290,6 @@ packages: - utf-8-validate dev: false - /@api3/commons@0.1.0(eslint@8.50.0)(jest@29.7.0)(typescript@5.2.2)(zod@3.22.2): - resolution: {integrity: sha512-5gBVs/rf93S076gyb0Ccj16BnRsUEjy6FJF6BQd6V47bjfTlPeelB2kK/shr0MuQ6gifWdTsxBCOYWvbhhBxbw==} - engines: {node: ^18.14.0, pnpm: ^8.8.0} - peerDependencies: - eslint: ^8.50.0 - zod: ^3.22.2 - dependencies: - '@typescript-eslint/eslint-plugin': 6.7.3(@typescript-eslint/parser@6.7.3)(eslint@8.50.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.7.3(eslint@8.50.0)(typescript@5.2.2) - eslint: 8.50.0 - eslint-config-next: 13.5.4(eslint@8.50.0)(typescript@5.2.2) - eslint-plugin-check-file: 2.6.2(eslint@8.50.0) - eslint-plugin-cypress: 2.15.1(eslint@8.50.0) - eslint-plugin-deprecation: 2.0.0(eslint@8.50.0)(typescript@5.2.2) - eslint-plugin-functional: 6.0.0(eslint@8.50.0)(typescript@5.2.2) - eslint-plugin-import: 2.28.1(@typescript-eslint/parser@6.7.3)(eslint-import-resolver-typescript@3.6.1)(eslint@8.50.0) - eslint-plugin-jest: 27.4.2(@typescript-eslint/eslint-plugin@6.7.3)(eslint@8.50.0)(jest@29.7.0)(typescript@5.2.2) - eslint-plugin-jest-formatting: 3.1.0(eslint@8.50.0) - eslint-plugin-lodash: 7.4.0(eslint@8.50.0) - eslint-plugin-no-only-tests: 3.1.0 - eslint-plugin-prefer-arrow: 1.2.3(eslint@8.50.0) - eslint-plugin-promise: 6.1.1(eslint@8.50.0) - eslint-plugin-react: 7.33.2(eslint@8.50.0) - eslint-plugin-react-hooks: 4.6.0(eslint@8.50.0) - eslint-plugin-unicorn: 48.0.1(eslint@8.50.0) - lodash: 4.17.21 - winston: 3.10.0 - winston-console-format: 1.0.8 - zod: 3.22.2 - transitivePeerDependencies: - - eslint-import-resolver-typescript - - eslint-import-resolver-webpack - - jest - - supports-color - - typescript - dev: false - /@api3/commons@0.1.0(eslint@8.50.0)(jest@29.7.0)(typescript@5.2.2)(zod@3.22.4): resolution: {integrity: sha512-5gBVs/rf93S076gyb0Ccj16BnRsUEjy6FJF6BQd6V47bjfTlPeelB2kK/shr0MuQ6gifWdTsxBCOYWvbhhBxbw==} engines: {node: ^18.14.0, pnpm: ^8.8.0} @@ -362,7 +325,6 @@ packages: - jest - supports-color - typescript - dev: true /@api3/ois@2.1.0: resolution: {integrity: sha512-KcDzCNhC1z4XSrpz5G6XsvgUdJhTEtDwJLJX6VP8QNhIk6FWKgCqYUHuJ4PhOoSkMGUPPVu5jYqGbZj4q8ymEA==} @@ -7234,10 +7196,5 @@ packages: resolution: {integrity: sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==} engines: {node: '>=10'} - /zod@3.22.2: - resolution: {integrity: sha512-wvWkphh5WQsJbVk1tbx1l1Ly4yg+XecD+Mq280uBGt9wa5BKSWf4Mhp6GmrkPixhMxmabYY7RbzlwVP32pbGCg==} - dev: false - /zod@3.22.4: resolution: {integrity: sha512-iC+8Io04lddc+mVqQ9AZ7OQ2MrUKGN+oIQyq1vemgt46jwCwLfhq7/pwnBnNXXXZb8VTVLKwp9EDkx+ryxIWmg==} - dev: true