Skip to content
This repository has been archived by the owner on May 5, 2024. It is now read-only.

Commit

Permalink
chore: package dependency updates
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinpinto committed Dec 25, 2019
1 parent 0e6dec5 commit d1e7a9b
Show file tree
Hide file tree
Showing 4 changed files with 347 additions and 347 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@
"@typescript-eslint/parser": "^2.13.0",
"@zeit/ncc": "^0.20.5",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.7.0",
"eslint-config-prettier": "^6.8.0",
"eslint-plugin-jest": "^23.1.1",
"eslint-plugin-prettier": "^3.1.2",
"jest": "^24.9.0",
"jest-circus": "^24.9.0",
"lerna": "^3.17.0",
"lerna": "^3.19.0",
"prettier": "^1.19.1",
"ts-jest": "^24.2.0",
"typescript": "^3.7.4"
Expand Down
14 changes: 7 additions & 7 deletions packages/automatic-releases/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,17 @@
"lintfix:prettier": "prettier --color --write $npm_package_config_prettierPaths"
},
"dependencies": {
"@actions/core": "^1.1.3",
"@actions/github": "^1.1.0",
"@octokit/rest": "^16.33.0",
"conventional-changelog-angular": "^5.0.5",
"conventional-commits-parser": "^3.0.5",
"@actions/core": "^1.2.0",
"@actions/github": "^2.0.0",
"@octokit/rest": "^16.36.0",
"conventional-changelog-angular": "^5.0.6",
"conventional-commits-parser": "^3.0.8",
"globby": "^10.0.1",
"md5-file": "^4.0.0",
"semver": "^6.3.0"
"semver": "^7.1.1"
},
"devDependencies": {
"nock": "^11.4.0"
"nock": "^11.7.0"
},
"eslintIgnore": [
"!.*.js"
Expand Down
4 changes: 2 additions & 2 deletions packages/keybase-notifications/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"lintfix:prettier": "prettier --color --write $npm_package_config_prettierPaths"
},
"dependencies": {
"@actions/core": "^1.1.3",
"@actions/github": "^1.1.0",
"@actions/core": "^1.2.0",
"@actions/github": "^2.0.0",
"axios": "^0.19.0"
},
"main": "dist/index.js",
Expand Down

0 comments on commit d1e7a9b

Please sign in to comment.