Skip to content

Commit

Permalink
refactor(deps): update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
noamokman committed Oct 12, 2019
1 parent ddc8213 commit 384de0c
Show file tree
Hide file tree
Showing 3 changed files with 1,000 additions and 775 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ lib
node_modules
coverage
npm-debug.log
yarn-error.log
50 changes: 25 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,40 +50,40 @@
]
},
"devDependencies": {
"@babel/cli": "^7.5.5",
"@babel/core": "^7.5.5",
"@babel/cli": "^7.6.4",
"@babel/core": "^7.6.4",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/plugin-proposal-numeric-separator": "^7.2.0",
"@babel/plugin-proposal-object-rest-spread": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"@babel/preset-typescript": "^7.3.3",
"@commitlint/cli": "^8.1.0",
"@commitlint/config-angular": "^8.1.0",
"@types/express": "^4.17.0",
"@types/jest": "^24.0.15",
"@types/lodash": "^4.14.136",
"@babel/plugin-proposal-object-rest-spread": "^7.6.2",
"@babel/preset-env": "^7.6.3",
"@babel/preset-typescript": "^7.6.0",
"@commitlint/cli": "^8.2.0",
"@commitlint/config-angular": "^8.2.0",
"@types/express": "^4.17.1",
"@types/jest": "^24.0.18",
"@types/lodash": "^4.14.144",
"@types/statuses": "^1.5.0",
"@typescript-eslint/eslint-plugin": "^1.13.0",
"@typescript-eslint/eslint-plugin": "^2.3.3",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^24.8.0",
"coveralls": "^3.0.5",
"eslint": "^6.1.0",
"eslint-config-noamokman": "^9.0.0",
"babel-jest": "^24.9.0",
"coveralls": "^3.0.7",
"eslint": "^6.5.1",
"eslint-config-noamokman": "^9.1.1",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jest": "^22.13.7",
"eslint-plugin-lodash": "^5.1.0",
"eslint-plugin-unicorn": "^10.0.0",
"husky": "^3.0.1",
"jest": "^24.8.0",
"lint-staged": "^9.2.1",
"eslint-plugin-jest": "^22.19.0",
"eslint-plugin-lodash": "^6.0.0",
"eslint-plugin-unicorn": "^12.1.0",
"husky": "^3.0.8",
"jest": "^24.9.0",
"lint-staged": "^9.4.2",
"npm-run-all": "^4.1.5",
"rimraf": "^2.6.3",
"ts-jest": "^24.0.2",
"typescript": "^3.5.3"
"rimraf": "^3.0.0",
"ts-jest": "^24.1.0",
"typescript": "^3.6.4"
},
"dependencies": {
"express": "^4.17.1",
"http-status": "^1.3.2",
"http-status": "^1.4.0",
"lodash": "^4.17.15",
"statuses": "^1.5.0"
},
Expand Down
Loading

0 comments on commit 384de0c

Please sign in to comment.