Skip to content

Commit

Permalink
build(deps): update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
noamokman committed Aug 25, 2020
1 parent ff98913 commit d07c799
Show file tree
Hide file tree
Showing 3 changed files with 366 additions and 381 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
language: node_js
node_js:
- '8'
- '10'
- '12'
- '14'
Expand Down
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,36 +46,36 @@
},
"devDependencies": {
"@babel/cli": "^7.10.5",
"@babel/core": "^7.11.1",
"@babel/core": "^7.11.4",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/plugin-proposal-numeric-separator": "^7.10.4",
"@babel/plugin-proposal-object-rest-spread": "^7.11.0",
"@babel/preset-env": "^7.11.0",
"@babel/preset-typescript": "^7.10.4",
"@commitlint/cli": "^9.1.1",
"@commitlint/config-angular": "^9.1.1",
"@types/jest": "^26.0.9",
"@types/lodash": "^4.14.159",
"@typescript-eslint/eslint-plugin": "^3.9.0",
"@commitlint/cli": "^9.1.2",
"@commitlint/config-angular": "^9.1.2",
"@types/express": "^4.17.7",
"@types/jest": "^26.0.10",
"@types/lodash": "^4.14.160",
"@typescript-eslint/eslint-plugin": "^3.10.1",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^26.3.0",
"coveralls": "^3.1.0",
"eslint": "^7.6.0",
"eslint": "^7.7.0",
"eslint-config-noamokman": "^10.1.1",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jest": "^23.20.0",
"eslint-plugin-lodash": "^7.1.0",
"eslint-plugin-unicorn": "^21.0.0",
"husky": "^4.2.5",
"jest": "^26.4.0",
"lint-staged": "^10.2.11",
"jest": "^26.4.2",
"lint-staged": "^10.2.13",
"npm-run-all": "^4.1.5",
"rimraf": "^3.0.2",
"ts-jest": "^26.2.0",
"typescript": "^3.9.7"
"typescript": "^4.0.2"
},
"dependencies": {
"@types/express": "^4.17.7",
"lodash": "^4.17.20"
},
"module": "src/index.ts",
Expand All @@ -98,7 +98,7 @@
},
"husky": {
"hooks": {
"commit-msg": "commitlint -e",
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
"pre-commit": "lint-staged"
}
}
Expand Down
Loading

0 comments on commit d07c799

Please sign in to comment.