Skip to content

Commit

Permalink
chore(deps): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
piotr-roslaniec committed Sep 5, 2023
1 parent 4713c66 commit e1dca13
Show file tree
Hide file tree
Showing 4 changed files with 1,372 additions and 1,351 deletions.
3 changes: 1 addition & 2 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@
"plugin:eslint-comments/recommended",
"plugin:@typescript-eslint/recommended",
"plugin:import/typescript",
"prettier",
"prettier/@typescript-eslint"
"prettier"
],
"globals": {
"BigInt": true,
Expand Down
42 changes: 21 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,42 +53,42 @@
},
"dependencies": {
"@nucypher/nucypher-core": "^0.12.0",
"axios": "^0.21.1",
"axios": "^1.5.0",
"deep-equal": "^2.2.1",
"ethers": "^5.7.2",
"joi": "^17.7.0",
"joi": "^17.10.0",
"qs": "^6.10.1",
"semver": "^7.5.2"
},
"devDependencies": {
"@babel/core": "^7.18.10",
"@babel/preset-env": "^7.15.6",
"@babel/core": "^7.22.11",
"@babel/preset-env": "^7.22.10",
"@skypack/package-check": "^0.2.2",
"@typechain/ethers-v5": "^9.0.0",
"@typechain/ethers-v5": "^11.1.1",
"@types/deep-equal": "^1.0.1",
"@types/jest": "^26.0.24",
"@types/jest": "^29.5.4",
"@types/qs": "^6.9.7",
"@types/semver": "^7.5.0",
"@typescript-eslint/eslint-plugin": "^4.0.1",
"@typescript-eslint/parser": "^4.0.1",
"@typescript-eslint/eslint-plugin": "^6.4.1",
"@typescript-eslint/parser": "^6.4.1",
"bundlemon": "^2.0.0-rc.1",
"cz-conventional-changelog": "^3.0.1",
"eslint": "^7.8.0",
"eslint-config-prettier": "^6.11.0",
"eslint": "^8.48.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.22.0",
"gh-pages": "^3.1.0",
"husky": "^6.0.0",
"jest": "^27.0.6",
"eslint-plugin-import": "^2.28.1",
"gh-pages": "^6.0.0",
"husky": "^8.0.3",
"jest": "^29.6.4",
"npm-run-all": "^4.1.5",
"open-cli": "^6.0.1",
"prettier": "^2.1.1",
"open-cli": "^7.2.0",
"prettier": "^3.0.2",
"standard-version": "^9.0.0",
"ts-jest": "^27.0.3",
"ts-unused-exports": "^8.0.0",
"typechain": "^7.0.0",
"typedoc": "^0.22.11",
"typedoc-plugin-missing-exports": "^0.22.6",
"ts-jest": "^29.1.1",
"ts-unused-exports": "^10.0.0",
"typechain": "^8.3.1",
"typedoc": "^0.25.0",
"typedoc-plugin-missing-exports": "^2.1.0",
"typescript": "^4.7.0"
},
"files": [
Expand Down
2 changes: 1 addition & 1 deletion types/ethers-contracts/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
/* eslint-disable */
export type { Coordinator } from "./Coordinator";
export type { SubscriptionManager } from "./SubscriptionManager";

export * as factories from "./factories";
export { Coordinator__factory } from "./factories/Coordinator__factory";
export { SubscriptionManager__factory } from "./factories/SubscriptionManager__factory";
Loading

0 comments on commit e1dca13

Please sign in to comment.