Skip to content

Commit

Permalink
chore(deps): update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
noamokman committed Nov 13, 2020
1 parent 1823972 commit 7615664
Show file tree
Hide file tree
Showing 4 changed files with 1,607 additions and 1,503 deletions.
1 change: 1 addition & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"root": true,
"extends": "noamokman"
}
2 changes: 1 addition & 1 deletion commitlint.config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module.exports = {
extends: ['@commitlint/config-angular']
extends: ['@commitlint/config-conventional']
};
50 changes: 24 additions & 26 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"type-check": "tsc --noEmit",
"build": "rimraf lib && npm run build:types && npm run build:js",
"build:types": "tsc --emitDeclarationOnly",
"build:js": "babel src --out-dir lib --extensions \".ts,.tsx\" --source-maps inline"
"build:js": "babel src --out-dir lib --extensions \".ts\" --source-maps inline"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -45,35 +45,33 @@
"*.{js,ts}": "eslint --fix"
},
"devDependencies": {
"@babel/cli": "^7.10.5",
"@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.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",
"@babel/cli": "^7.12.1",
"@babel/core": "^7.12.3",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/preset-env": "^7.12.1",
"@babel/preset-typescript": "^7.12.1",
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0",
"@types/express": "^4.17.9",
"@types/jest": "^26.0.15",
"@types/lodash": "^4.14.165",
"@typescript-eslint/eslint-plugin": "^4.7.0",
"@typescript-eslint/parser": "^4.7.0",
"babel-jest": "^26.6.3",
"coveralls": "^3.1.0",
"eslint": "^7.7.0",
"eslint-config-noamokman": "^10.1.1",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jest": "^23.20.0",
"eslint": "^7.13.0",
"eslint-config-noamokman": "^10.2.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^24.1.3",
"eslint-plugin-lodash": "^7.1.0",
"eslint-plugin-unicorn": "^21.0.0",
"husky": "^4.2.5",
"jest": "^26.4.2",
"lint-staged": "^10.2.13",
"eslint-plugin-unicorn": "^23.0.0",
"husky": "^4.3.0",
"jest": "^26.6.3",
"lint-staged": "^10.5.1",
"npm-run-all": "^4.1.5",
"rimraf": "^3.0.2",
"ts-jest": "^26.2.0",
"typescript": "^4.0.2"
"ts-jest": "^26.4.4",
"typescript": "^4.0.5"
},
"dependencies": {
"lodash": "^4.17.20"
Expand Down
Loading

0 comments on commit 7615664

Please sign in to comment.