Skip to content
This repository was archived by the owner on Nov 29, 2021. It is now read-only.

Commit 1748a8d

Browse files
committed
chore: update dependencies
1 parent 53bcf84 commit 1748a8d

File tree

3 files changed

+2161
-3363
lines changed

3 files changed

+2161
-3363
lines changed

__tests__/functions/vote.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { LifeCycleGrades, throwIfNotAllowedToVote, UNSClient } from "../../src";
22
import { mockWalletTokens, NETWORK } from "./__fixtures__/tests-commons";
3-
import * as functions from "../../src/functions/unik";
3+
import * as functions from "../../src/functions/unik/functions";
44

55
const unsClient = new UNSClient();
66
unsClient.init({ network: NETWORK });

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -53,24 +53,24 @@
5353
"devDependencies": {
5454
"@commitlint/cli": "^12.1.1",
5555
"@commitlint/config-conventional": "^12.1.1",
56-
"@release-it/conventional-changelog": "^2.0.1",
56+
"@release-it/conventional-changelog": "^3.0.1",
5757
"@types/elliptic": "^6.4.12",
58-
"@types/jest": "^25.1.2",
58+
"@types/jest": "^26.0.24",
5959
"@types/nanoid": "^2.1.0",
60-
"@typescript-eslint/eslint-plugin": "^2.19.2",
61-
"@typescript-eslint/eslint-plugin-tslint": "^2.19.2",
62-
"@typescript-eslint/parser": "^2.19.2",
60+
"@typescript-eslint/eslint-plugin": "^4.28.4",
61+
"@typescript-eslint/eslint-plugin-tslint": "^4.28.4",
62+
"@typescript-eslint/parser": "^4.28.4",
6363
"cross-env": "^7.0.0",
6464
"del": "^5.1.0",
6565
"del-cli": "^3.0.0",
66-
"eslint": "^6.8.0",
66+
"eslint": "^7.31.0",
6767
"husky": "^6.0.0",
68-
"jest": "^25.1.0",
68+
"jest": "^27.0.6",
6969
"lint-staged": "^10.0.7",
7070
"nock": "^12.0.0",
7171
"prettier": "^1.18.2",
7272
"release-it": "^14.6.1",
73-
"ts-jest": "^25.2.0",
73+
"ts-jest": "^27.0.3",
7474
"ts-loader": "^6.0.4",
7575
"tslint": "^5.0.0",
7676
"typescript": "^3.7.5"

0 commit comments

Comments
 (0)