Skip to content

Commit

Permalink
Package versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
mhanson-github committed Dec 10, 2024
1 parent 923a0c5 commit fad6000
Show file tree
Hide file tree
Showing 2 changed files with 84 additions and 110 deletions.
118 changes: 46 additions & 72 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

76 changes: 38 additions & 38 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,53 +54,53 @@
"@types/node": "18.19.1",
"@types/jest": "29.5.14",
"@types/node-cron": "3.0.7",
"@types/node-fetch": "^2.5.4",
"@types/socket.io": "^2.1.11",
"@types/socket.io-client": "^1.4.33",
"@typescript-eslint/eslint-plugin": "^5.60.0",
"@typescript-eslint/typescript-estree": "^5.60.0",
"eslint": "^8.43.0",
"eslint-config-prettier": "^8.6.0",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-import": "^2.19.1",
"eslint-plugin-no-unsanitized": "^4.0.2",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-security": "^1.7.1",
"eslint-plugin-standard": "^4.0.1",
"eslint-plugin-xss": "^0.1.12",
"gts": "^3.1.0",
"@types/node-fetch": "2.6.11",
"@types/socket.io": "2.1.13",
"@types/socket.io-client": "1.4.36",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/typescript-estree": "5.62.0",
"eslint": "8.57.0",
"eslint-config-prettier": "8.10.0",
"eslint-config-standard": "14.1.1",
"eslint-plugin-import": "2.30.0",
"eslint-plugin-no-unsanitized": "4.1.0",
"eslint-plugin-node": "10.0.0",
"eslint-plugin-prettier": "3.4.1",
"eslint-plugin-promise": "4.3.1",
"eslint-plugin-security": "1.7.1",
"eslint-plugin-standard": "4.1.0",
"eslint-plugin-xss": "0.1.12",
"gts": "3.1.1",
"jest": "29.7.0",
"np": "8.0.4",
"npm-run-all": "^4.1.5",
"shx": "^0.3.4",
"npm-run-all": "4.1.5",
"shx": "0.3.4",
"ts-jest": "29.2.5",
"typescript": "^4.4.4",
"typescript-json-schema": "^0.51.0"
"typescript": "4.9.5",
"typescript-json-schema": "0.51.0"
},
"dependencies": {
"@fastify/cors": "^8.2.0",
"@fastify/rate-limit": "^7.6.0",
"@shardus/archiver-discovery": "git+https://github.com/shardeum/lib-archiver-discovery#v1.1.0",
"@shardus/crypto-utils": "git+https://github.com/shardeum/lib-crypto-utils#v4.1.4",
"@shardus/types": "git+https://github.com/shardeum/lib-types#v1.2.21",
"deepmerge": "^4.2.2",
"ethers": "^6.13.4",
"@fastify/cors": "8.5.0",
"@fastify/rate-limit": "7.6.0",
"@shardus/archiver-discovery": "git+https://github.com/shardeum/lib-archiver-discovery#dev",
"@shardus/crypto-utils": "git+https://github.com/shardeum/lib-crypto-utils#dev",
"@shardus/types": "git+https://github.com/shardeum/lib-types#dev",
"deepmerge": "4.3.1",
"ethers": "6.13.4",
"fastify": "4.12.0",
"log4js": "6.9.1",
"log4js-extend": "^0.2.1",
"minimist": "^1.2.0",
"neverthrow": "^6.0.0",
"log4js-extend": "0.2.1",
"minimist": "1.2.8",
"neverthrow": "6.2.2",
"node-cron": "3.0.2",
"node-fetch": "^2.6.8",
"rfdc": "^1.3.0",
"socket.io-client": "^2.3.0",
"sqlite3": "^5.0.0",
"streamroller": "^3.1.3",
"tydb": "^0.1.5"
"node-fetch": "2.7.0",
"rfdc": "1.4.1",
"socket.io-client": "2.5.0",
"sqlite3": "5.1.7",
"streamroller": "3.1.5",
"tydb": "0.1.5"
},
"overrides": {
"axios": "1.6.1"
}
}
}

0 comments on commit fad6000

Please sign in to comment.