Skip to content
This repository was archived by the owner on Aug 7, 2023. It is now read-only.

Commit 62f7ff4

Browse files
committed
build: update dependencies
In the intermediary time since this PR was initially filed several dependencies have since updated.
1 parent 948d121 commit 62f7ff4

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -50,16 +50,16 @@
5050
"tiny-promisify": "^1.0.0"
5151
},
5252
"devDependencies": {
53-
"@commitlint/cli": "^6.1.3",
54-
"@commitlint/config-conventional": "^6.1.3",
55-
"@commitlint/travis-cli": "^6.1.3",
56-
"@semantic-release/apm-config": "^2.0.1",
57-
"husky": "^0.14.3",
58-
"semantic-release": "^15.1.7",
53+
"@commitlint/cli": "^7.0.0",
54+
"@commitlint/config-conventional": "^7.0.1",
55+
"@commitlint/travis-cli": "^7.0.0",
56+
"@semantic-release/apm-config": "^5.0.2",
5957
"eslint": "^4.6.0",
6058
"eslint-config-airbnb-base": "^12.0.0",
6159
"eslint-plugin-import": "^2.7.0",
62-
"jasmine-fix": "^1.3.1"
60+
"husky": "^0.14.3",
61+
"jasmine-fix": "^1.3.1",
62+
"semantic-release": "^15.9.0"
6363
},
6464
"eslintConfig": {
6565
"rules": {
@@ -104,4 +104,4 @@
104104
"@commitlint/config-conventional"
105105
]
106106
}
107-
}
107+
}

0 commit comments

Comments
 (0)