Skip to content

Commit cde1a60

Browse files
committed
refactor: update dependencies
1 parent 544d998 commit cde1a60

File tree

3 files changed

+651
-185
lines changed

3 files changed

+651
-185
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ coverage/
55
tests-report/
66
test-storage*
77
yarn-error.log
8+
.idea/*

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -50,18 +50,11 @@
5050
"dependencies": {
5151
"gitlab": "3.5.1",
5252
"global-tunnel-ng": "2.5.3",
53-
"http-errors": "1.6.3",
53+
"http-errors": "1.7.3",
5454
"node-cache": "4.2.0",
55-
"verdaccio": "^4.0.0"
55+
"verdaccio": "^4.3.4"
5656
},
5757
"devDependencies": {
58-
"@commitlint/cli": "7.0.0",
59-
"@commitlint/config-conventional": "7.0.1",
60-
"@commitlint/travis-cli": "7.0.0",
61-
"@types/http-errors": "1.6.1",
62-
"@types/jest": "24.0.15",
63-
"@types/node": "^12.0.10",
64-
"@verdaccio/types": "5.1.0",
6558
"@babel/cli": "7.4.4",
6659
"@babel/core": "7.4.5",
6760
"@babel/node": "7.4.5",
@@ -85,6 +78,13 @@
8578
"@babel/preset-typescript": "7.3.3",
8679
"@babel/register": "7.4.4",
8780
"@babel/runtime": "7.4.5",
81+
"@commitlint/cli": "7.0.0",
82+
"@commitlint/config-conventional": "7.0.1",
83+
"@commitlint/travis-cli": "7.0.0",
84+
"@types/http-errors": "1.6.1",
85+
"@types/jest": "24.0.15",
86+
"@types/node": "^12.0.10",
87+
"@verdaccio/types": "5.1.0",
8888
"body-parser": "^1.18.3",
8989
"chalk": "^2.4.1",
9090
"cross-env": "^5.2.0",
@@ -103,9 +103,9 @@
103103
"lodash": "^4.17.10",
104104
"markdownlint-cli": "0.11.0",
105105
"repolinter": "0.7.0",
106-
"typescript": "3.5.2",
107106
"request": "^2.88.0",
108-
"rimraf": "^2.6.2"
107+
"rimraf": "^2.6.2",
108+
"typescript": "3.5.2"
109109
},
110110
"commitlint": {
111111
"extends": [

0 commit comments

Comments
 (0)