Skip to content

Commit e386a76

Browse files
authored
Merge pull request #49 from mt-max/chore/upgradeDependencies
chore: upgrade dependencies
2 parents 37c9d61 + e00f7c3 commit e386a76

File tree

3 files changed

+1248
-1113
lines changed

3 files changed

+1248
-1113
lines changed

dist/index.js

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -23,36 +23,36 @@
2323
},
2424
"dependencies": {
2525
"crypto-browserify": "^3.12.0",
26-
"qs": "^6.9.1",
26+
"node-fetch": "^2.6.1",
27+
"qs": "^6.9.4",
2728
"snake-case": "^3.0.3",
2829
"url-safe-base64": "^1.1.1",
29-
"uuid": "^8.1.0"
30+
"uuid": "^8.3.1"
3031
},
3132
"devDependencies": {
32-
"@commitlint/cli": "^8.2.0",
33-
"@commitlint/config-conventional": "^8.2.0",
34-
"@testing-library/jest-dom": "^5.11.0",
35-
"@types/jest": "^24.0.23",
33+
"@commitlint/cli": "^11.0.0",
34+
"@commitlint/config-conventional": "^11.0.0",
35+
"@testing-library/jest-dom": "^5.11.4",
36+
"@types/jest": "^26.0.15",
3637
"@types/node-fetch": "^2.5.4",
37-
"@types/qs": "^6.9.0",
38+
"@types/qs": "^6.9.5",
3839
"@types/url-safe-base64": "^1.1.0",
39-
"@types/uuid": "^8.0.0",
40-
"@typescript-eslint/eslint-plugin": "^3.0.2",
41-
"@typescript-eslint/parser": "^3.0.2",
42-
"conventional-changelog-cli": "^2.0.28",
40+
"@types/uuid": "^8.3.0",
41+
"@typescript-eslint/eslint-plugin": "^4.5.0",
42+
"@typescript-eslint/parser": "^4.5.0",
43+
"conventional-changelog-cli": "^2.1.0",
4344
"docsify-cli": "^4.4.1",
44-
"eslint": "^7.1.0",
45-
"eslint-config-prettier": "^6.11.0",
46-
"eslint-plugin-prettier": "^3.1.3",
47-
"husky": "^3.1.0",
48-
"jest": "^26.1.0",
45+
"eslint": "^7.11.0",
46+
"eslint-config-prettier": "^6.14.0",
47+
"eslint-plugin-prettier": "^3.1.4",
48+
"husky": "^4.3.0",
49+
"jest": "^26.6.0",
4950
"jest-fetch-mock": "^3.0.3",
50-
"node-fetch": "^2.5.0",
51-
"prettier": "^2.0.5",
52-
"ts-jest": "^26.1.1",
53-
"ts-loader": "^6.2.1",
54-
"typescript": "^3.7.3",
55-
"webpack": "^4.41.2",
56-
"webpack-cli": "^3.3.10"
51+
"prettier": "^2.1.2",
52+
"ts-jest": "^26.4.1",
53+
"ts-loader": "^8.0.6",
54+
"typescript": "^4.0.3",
55+
"webpack": "^4.44.2",
56+
"webpack-cli": "^4.1.0"
5757
}
5858
}

0 commit comments

Comments
 (0)