Skip to content

Commit

Permalink
Merge pull request #73 from torusresearch:feat/updates
Browse files Browse the repository at this point in the history
Update deps
  • Loading branch information
chaitanyapotti committed Mar 8, 2024
2 parents c0c1d47 + a39f9fe commit 3d5ae94
Show file tree
Hide file tree
Showing 7 changed files with 1,769 additions and 1,627 deletions.
3 changes: 0 additions & 3 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npx lint-staged
3,336 changes: 1,742 additions & 1,594 deletions package-lock.json

Large diffs are not rendered by default.

24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,20 @@
"devDependencies": {
"@babel/register": "^7.23.7",
"@toruslabs/config": "^2.0.2",
"@toruslabs/eslint-config-typescript": "^3.0.3",
"@toruslabs/torus-scripts": "^5.1.0",
"@toruslabs/eslint-config-typescript": "^3.2.0",
"@toruslabs/torus-scripts": "^5.3.0",
"@types/mocha": "^10.0.6",
"cross-env": "^7.0.3",
"dotenv": "^16.3.1",
"eslint": "^8.56.0",
"husky": "^8.0.3",
"lerna": "^8.0.2",
"lint-staged": "^15.2.0",
"mocha": "^10.2.0",
"prettier": "^3.2.4",
"dotenv": "^16.4.5",
"eslint": "^8.57.0",
"husky": "^9.0.11",
"lerna": "^8.1.2",
"lint-staged": "^15.2.2",
"mocha": "^10.3.0",
"prettier": "^3.2.5",
"ts-node": "^10.9.2",
"tsconfig-paths-webpack-plugin": "^4.1.0",
"typescript": "^5.3.3",
"typescript": "^5.4.2",
"wait-port": "^1.1.0"
},
"version": "1.1.0",
Expand All @@ -40,7 +40,7 @@
"pre-commit": "lerna run pre-commit",
"dev": "cross-env FORCE_COLOR=1 lerna run --stream dev",
"clean": "lerna clean --yes && lerna exec -- rimraf package-lock.json yarn.lock dist/ .rts2_cache_{cjs,esm}/",
"prepare": "husky install"
"prepare": "husky"
},
"lint-staged": {
"*": "lerna run --concurrency 1 --stream --since HEAD --exclude-dependents pre-commit -- "
Expand All @@ -52,4 +52,4 @@
"author": "",
"license": "MIT",
"description": ""
}
}
3 changes: 1 addition & 2 deletions packages/constants/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
"jsdelivr": "dist/constants.umd.min.js",
"types": "dist/types/index.d.ts",
"files": [
"dist",
"src"
"dist"
],
"scripts": {
"start": "torus-scripts start",
Expand Down
7 changes: 3 additions & 4 deletions packages/fetch-node-details/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
"jsdelivr": "dist/fetchNodeDetails.umd.min.js",
"types": "dist/types/index.d.ts",
"files": [
"dist",
"src"
"dist"
],
"scripts": {
"start": "torus-scripts start",
Expand All @@ -25,8 +24,8 @@
"dependencies": {
"@toruslabs/constants": "^13.1.0",
"@toruslabs/fnd-base": "^13.1.1",
"@toruslabs/http-helpers": "^6.0.0",
"loglevel": "^1.8.1"
"@toruslabs/http-helpers": "^6.1.0",
"loglevel": "^1.9.1"
},
"lint-staged": {
"!(*d).{js,ts}": [
Expand Down
3 changes: 1 addition & 2 deletions packages/fnd-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
"jsdelivr": "dist/fndBase.umd.min.js",
"types": "dist/types/index.d.ts",
"files": [
"dist",
"src"
"dist"
],
"scripts": {
"start": "torus-scripts start",
Expand Down
20 changes: 10 additions & 10 deletions packages/fnd-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,34 +16,34 @@
"down": "docker-compose -f ../../docker-compose.dev.yml down"
},
"dependencies": {
"@sentry/node": "^7.93.0",
"@sentry/tracing": "^7.93.0",
"@sentry/node": "^7.105.0",
"@sentry/tracing": "^7.105.0",
"@toruslabs/constants": "^13.1.0",
"@toruslabs/fnd-base": "^13.1.1",
"@toruslabs/http-helpers": "^6.0.0",
"@toruslabs/http-helpers": "^6.1.0",
"@toruslabs/loglevel-sentry": "^6.0.1",
"celebrate": "^15.0.3",
"compression": "^1.7.4",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"ethers": "^6.10.0",
"express": "^4.18.2",
"dotenv": "^16.4.5",
"ethers": "^6.11.1",
"express": "^4.18.3",
"helmet": "^7.1.0",
"json-stable-stringify": "^1.1.1",
"loglevel": "^1.8.1",
"loglevel": "^1.9.1",
"morgan": "^1.10.0",
"redis": "^4.6.12"
"redis": "^4.6.13"
},
"devDependencies": {
"@toruslabs/eslint-config-node": "^3.0.3",
"@toruslabs/eslint-config-node": "^3.2.0",
"@types/compression": "^1.7.5",
"@types/cors": "^2.8.17",
"@types/express": "^4.17.21",
"@types/json-stable-stringify": "^1.0.36",
"@types/morgan": "^1.9.9",
"assert": "^2.1.0",
"cross-env": "^7.0.3",
"nodemon": "^3.0.3",
"nodemon": "^3.1.0",
"rimraf": "^5.0.5",
"wait-port": "^1.1.0"
},
Expand Down

0 comments on commit 3d5ae94

Please sign in to comment.