Skip to content

Commit 2a9d03b

Browse files
committed
chore(update): update dependencies
1 parent feeb723 commit 2a9d03b

File tree

4 files changed

+316
-285
lines changed

4 files changed

+316
-285
lines changed

.commitlintrc.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"extends": ["@commitlint/config-conventional"],
33
"rules": {
4-
"header-max-length": [1, "always", 72]
4+
"body-max-line-length": [0],
5+
"footer-max-line-length": [0]
56
}
67
}

openapitools.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"$schema": "./node_modules/@openapitools/openapi-generator-cli/config.schema.json",
3+
"spaces": 2,
4+
"generator-cli": {
5+
"version": "4.3.1"
6+
}
7+
}

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -49,20 +49,20 @@
4949
"url": "https://github.com/ula-aca/aries-cloudagent-interface-javascript/issues"
5050
},
5151
"devDependencies": {
52-
"@commitlint/cli": "^8.3.5",
53-
"@commitlint/config-conventional": "^8.3.4",
52+
"@commitlint/cli": "^11.0.0",
53+
"@commitlint/config-conventional": "^11.0.0",
5454
"@istanbuljs/nyc-config-typescript": "^1.0.1",
55-
"@openapitools/openapi-generator-cli": "^1.0.8-4.2.2",
55+
"@openapitools/openapi-generator-cli": "^1.0.18-5.0.0-beta2",
5656
"@semantic-release/changelog": "^5.0.1",
5757
"@semantic-release/git": "^9.0.0",
58-
"@types/chai": "^4.2.11",
58+
"@types/chai": "^4.2.13",
5959
"@types/chai-as-promised": "^7.1.2",
60-
"@types/mocha": "^7.0.2",
60+
"@types/mocha": "^8.0.3",
6161
"@types/sinon": "^9.0.0",
6262
"@types/sinon-chai": "^3.2.4",
6363
"@types/ws": "^7.2.4",
64-
"@typescript-eslint/eslint-plugin": "^2.28.0",
65-
"@typescript-eslint/parser": "^2.28.0",
64+
"@typescript-eslint/eslint-plugin": "^4.4.0",
65+
"@typescript-eslint/parser": "^4.4.0",
6666
"chai": "^4.2.0",
6767
"chai-as-promised": "^7.1.1",
6868
"commitizen": "^4.0.4",
@@ -77,19 +77,19 @@
7777
"eslint-plugin-prettier": "^3.1.2",
7878
"husky": "^4.2.3",
7979
"lint-staged": "^10.1.7",
80-
"mocha": "^8.0.1",
80+
"mocha": "^8.1.3",
8181
"nyc": "^15.0.1",
8282
"prettier": "^2.0.4",
8383
"semantic-release": "^17.0.4",
84-
"sinon": "^9.0.2",
84+
"sinon": "^9.2.0",
8585
"sinon-chai": "^3.5.0",
8686
"source-map-support": "^0.5.19",
8787
"swagger2openapi": "^7.0.2",
88-
"ts-node": "^8.8.2",
89-
"typescript": "^3.8.3"
88+
"ts-node": "^9.0.0",
89+
"typescript": "^4.0.3"
9090
},
9191
"dependencies": {
92-
"axios": "^0.19.2"
92+
"axios": "^0.20.0"
9393
},
9494
"config": {
9595
"commitizen": {

0 commit comments

Comments
 (0)