Skip to content

Commit

Permalink
chore: upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
satya164 committed Aug 10, 2019
1 parent 230787c commit d288a70
Show file tree
Hide file tree
Showing 5 changed files with 2,369 additions and 2,446 deletions.
2 changes: 1 addition & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
jest: true,
},
rules: {
'import/no-commonjs': false,
'import/no-commonjs': 'off',
}
}
19 changes: 0 additions & 19 deletions .github/main.workflow

This file was deleted.

12 changes: 7 additions & 5 deletions .release-it.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
{
"increment": "conventional:angular",
"changelogCommand": "conventional-changelog -p angular | tail -n +3",
"safeBump": false,
"src": {
"commit": false,
"git": {
"commitMessage": "chore: release %s",
"tagName": "v%s"
},
"npm": {
"publish": true
},
"github": {
"release": true
},
"plugins": {
"@release-it/conventional-changelog": {
"preset": "angular"
}
}
}
29 changes: 15 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-file-snapshot",
"version": "0.0.0",
"version": "0.3.6",
"description": "",
"keywords": [
"test",
Expand Down Expand Up @@ -28,21 +28,22 @@
"registry": "https://registry.npmjs.org/"
},
"devDependencies": {
"@babel/core": "^7.1.6",
"@types/jest": "^23.3.10",
"@types/jest-diff": "^20.0.0",
"conventional-changelog-cli": "^2.0.11",
"eslint": "^5.9.0",
"eslint-config-satya164": "^2.0.1",
"husky": "^1.2.0",
"jest": "^23.6.0",
"prettier": "^1.15.3",
"release-it": "^8.2.0"
"@babel/core": "^7.5.5",
"@release-it/conventional-changelog": "^1.1.0",
"@types/jest": "^24.0.17",
"@types/jest-diff": "^20.0.1",
"conventional-changelog-cli": "^2.0.23",
"eslint": "^6.1.0",
"eslint-config-satya164": "^2.4.1",
"husky": "^3.0.3",
"jest": "^24.8.0",
"prettier": "^1.18.2",
"release-it": "^12.3.5"
},
"dependencies": {
"chalk": "^2.4.1",
"filenamify": "^2.1.0",
"jest-diff": "^23.6.0",
"chalk": "^2.4.2",
"filenamify": "^4.1.0",
"jest-diff": "^24.8.0",
"mkdirp": "^0.5.1"
},
"jest": {
Expand Down
Loading

0 comments on commit d288a70

Please sign in to comment.