Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben-Rey committed Oct 11, 2023
1 parent 05a5bbd commit 8ca2076
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion packages/massa-web3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"@massalabs/eslint-config": "^0.0.9",
"@massalabs/prettier-config-as": "^0.0.2",
"@types/bn.js": "^5.1.1",
"@types/jest": "^29.5.1",
"@types/jest": "^29.5.5",
"@types/node": "^18.13.0",
"@types/secp256k1": "^4.0.3",
"@typescript-eslint/eslint-plugin": "^5.52.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/massa-web3/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"jest"
],
"typeRoots": [
"node_modules/@types"
"../../node_modules/@types"
],
"lib": [
"es7",
Expand Down
10 changes: 5 additions & 5 deletions packages/web3-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,18 +37,18 @@
},
"devDependencies": {
"@massalabs/eslint-config": "^0.0.10",
"@types/jest": "^29.5.1",
"@types/jest": "^29.5.5",
"@typescript-eslint/eslint-plugin": "^5.52.0",
"@typescript-eslint/parser": "^5.52.0",
"eslint": "^8.34.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.25.5",
"eslint-plugin-jsdoc": "^40.0.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
"eslint": "^8.34.0",
"jest-environment-jsdom": "^29.5.0",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"npm-run-all": "^4.1.5",
"prettier-eslint": "^15.0.1",
"rimraf": "^5.0.1",
Expand All @@ -59,7 +59,7 @@
"typedoc": "^0.23.25",
"typescript": "^4.9.5",
"util": "^0.12.5",
"webpack-cli": "^5.1.1",
"webpack": "^5.82.0"
"webpack": "^5.82.0",
"webpack-cli": "^5.1.1"
}
}
2 changes: 1 addition & 1 deletion packages/web3-utils/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"node"
],
"typeRoots": [
"node_modules/@types"
"../../node_modules/@types"
],
"lib": [
"es7",
Expand Down

0 comments on commit 8ca2076

Please sign in to comment.