Skip to content

Conversation

sirily11
Copy link
Contributor

@sirily11 sirily11 commented May 8, 2022

Update dependencies for main

For commit [0c4475c]

Package Package Path Current Version New Version
@etherdata-blockchain/common package.json ^4.2.2 ^4.3.0
@etherdata-blockchain/docker-plan package.json ^4.2.2 ^4.3.0
@etherdata-blockchain/ip package.json ^4.2.2 ^4.3.0
@etherdata-blockchain/logger package.json ^4.2.2 ^4.3.0

Suggested updates

package.json

{
  "name": "node-iac",
  "version": "3.1.1",
  "main": "src/app.ts'",
  "license": "MIT",
  "scripts": {
    "start": "ts-node src/app.ts",
    "lint": "eslint src/*.ts",
    "prod": "node dist/index.js",
    "compile": "wireit",
    "build": "wireit",
    "docker": "docker buildx build  -t sirily11/etd-admin-node --platform linux/arm64,linux/amd64 --push . ",
    "test": "wireit",
    "it": "ts-node src/tests/integration_tests/run.ts",
    "release": "release-it --no-requireCleanWorkingDir"
  },
  "wireit": {
    "compile": {
      "command": "tsc"
    },
    "build": {
      "command": "ncc build build/app.js -o dist",
      "dependencies": [
        "compile"
      ]
    },
    "test": {
      "command": "jest --forceExit --coverage"
    }
  },
  "dependencies": {
    "@etherdata-blockchain/common": "^4.3.0",
    "@etherdata-blockchain/docker-plan": "^4.3.0",
    "@etherdata-blockchain/ip": "^4.3.0",
    "@etherdata-blockchain/logger": "^4.3.0",
    "@types/dockerode": "^3.3.9",
    "@types/jsonwebtoken": "^8.5.8",
    "@types/node": "^17.0.31",
    "@types/node-cron": "^3.0.1",
    "@vercel/ncc": "^0.33.4",
    "axios": "^0.27.2",
    "axios-retry": "^3.2.5",
    "chalk": "^5.0.1",
    "dockerode": "^3.3.1",
    "dotenv": "^16.0.0",
    "http-method-enum": "^1.0.0",
    "http-status-codes": "^2.2.0",
    "internal-ip": "^7.0.0",
    "jsonwebtoken": "^8.5.1",
    "moment": "^2.29.3",
    "node-cron": "^3.0.0",
    "typescript": "^4.6.4",
    "web3": "^1.7.3",
    "web3-eth-admin": "^1.0.0-beta.55",
    "wireit": "^0.4.0"
  },
  "devDependencies": {
    "@release-it/conventional-changelog": "^5.0.0",
    "@types/chai": "^4.3.1",
    "@types/jest": "^27.5.0",
    "@typescript-eslint/eslint-plugin": "^5.22.0",
    "@typescript-eslint/parser": "^5.22.0",
    "chai": "^4.3.6",
    "eslint": "^8.15.0",
    "eslint-config-airbnb-base": "^15.0.0",
    "eslint-plugin-import": "^2.26.0",
    "jest": "^28.1.0",
    "nock": "^13.2.4",
    "prettier": "^2.6.2",
    "release-it": "^15.0.0",
    "ts-jest": "^28.0.1",
    "ts-node": "^10.7.0"
  },
  "repository": "https://github.com/etherdata-blockchain/etd-local-admin-node.git",
  "author": "sirily11 <sirily1997@gmail.com>"
}

@github-actions github-actions bot added the bug Something isn't working label May 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant