Skip to content

Commit

Permalink
Merge pull request #39 from mrseanryan/chore/up-dependences-2021-01
Browse files Browse the repository at this point in the history
Chore/up dependences 2021 01
  • Loading branch information
mrseanryan authored Jan 10, 2021
2 parents f307b48 + 6cb3d41 commit 65dba84
Show file tree
Hide file tree
Showing 2 changed files with 2,533 additions and 1,592 deletions.
39 changes: 20 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,33 +66,33 @@
]
},
"devDependencies": {
"@commitlint/cli": "^8.2.0",
"@commitlint/config-conventional": "^8.2.0",
"@types/jest": "^24.0.25",
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0",
"@types/jest": "^26.0.20",
"@types/lodash": "^4.14.149",
"@types/node": "^13.1.2",
"@types/node": "^14.14.20",
"colors": "^1.4.0",
"commitizen": "^4.0.3",
"coveralls": "^3.0.9",
"cross-env": "^6.0.3",
"cross-env": "^7.0.3",
"cz-conventional-changelog": "^3.0.2",
"husky": "^3.1.0",
"jest": "^24.9.0",
"jest-config": "^24.9.0",
"husky": "^4.3.7",
"jest": "^26.6.3",
"jest-config": "^26.6.3",
"lint-staged": "^9.5.0",
"lodash.camelcase": "^4.3.0",
"prettier": "^1.19.1",
"prettier": "^2.2.1",
"prompt": "^1.0.0",
"replace-in-file": "^5.0.2",
"replace-in-file": "^6.1.0",
"rimraf": "^3.0.0",
"semantic-release": "^15.14.0",
"ts-jest": "^24.2.0",
"ts-node": "^8.5.4",
"tslint": "^5.20.1",
"semantic-release": "^17.3.1",
"ts-jest": "^26.4.4",
"ts-node": "^9.1.1",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0",
"tslint-config-standard-sr": "^8.2.0",
"typedoc": "^0.15.6",
"typescript": "^3.7.4"
"typedoc": "^0.20.14",
"typescript": "^4.1.3"
},
"peerDependencies": {
"tslint": ">=5.9.1 || >=^5.11.0",
Expand All @@ -103,10 +103,10 @@
},
"scripts": {
"clean": "rm -rf dist/",
"lint": "tslint --project tsconfig.json -t codeFrame 'src/**/*.ts' 'test/**/*.ts'",
"lint:local": "tslint --project tsconfig.json -t codeFrame",
"lint": "tslint -p tsconfig.json -t codeFrame 'src/**/*.ts' 'test/**/*.ts'",
"lint:local": "tslint -p tsconfig.json -t codeFrame",
"prebuild": "rimraf dist",
"build": "tsc --module commonjs && typedoc --out docs --target es6 --theme minimal --mode file src",
"build": "tsc --module commonjs && typedoc --out docs --theme minimal src",
"build:minimal": "tsc --module commonjs",
"start": "yarn clean && yarn build && yarn test && yarn lint",
"test": "yarn build:minimal && yarn lint && yarn tsl:test && yarn test:unit",
Expand Down Expand Up @@ -144,6 +144,7 @@
],
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
"pre-commit": "lint-staged",
"pre-push": "yarn test:prod"
}
Expand Down
Loading

0 comments on commit 65dba84

Please sign in to comment.