Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
wangshijun committed Sep 25, 2023
1 parent 15020dc commit 3aa7526
Show file tree
Hide file tree
Showing 3 changed files with 803 additions and 788 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ install:

dep:
@echo "Install dependencies required for this repo..."
@lerna bootstrap
@yarn

pre-build: install dep
@echo "Running scripts before the build..."
Expand Down
8 changes: 4 additions & 4 deletions packages/sdk-util/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@
"wangshijun <[email protected]> (https://ocap.arcblock.io)"
],
"dependencies": {
"cross-fetch": "^3.1.5",
"cross-fetch": "^3.1.8",
"debug": "^4.3.4",
"graphql": "16.5.0",
"lodash.get": "^4.4.2",
"lodash.isnull": "^3.0.0",
"lodash.set": "^4.3.2"
},
"devDependencies": {
"@babel/cli": "^7.18.10",
"@babel/core": "^7.18.10",
"@babel/preset-env": "^7.18.10",
"@babel/cli": "^7.22.9",
"@babel/core": "^7.22.9",
"@babel/preset-env": "^7.22.9",
"eslint": "^5.16.0",
"eslint-config-prettier": "latest",
"eslint-plugin-prettier": "latest",
Expand Down
Loading

0 comments on commit 3aa7526

Please sign in to comment.