Skip to content

Commit

Permalink
chore: bump semantic-release plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
pmowrer committed Jan 4, 2018
1 parent 5be49d9 commit 17dbdee
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@
"pkg-up": "^2.0.0",
"ramda": "^0.25.0",
"read-pkg": "^3.0.0",
"semantic-release-plugin-decorators": "^1.2.0"
"semantic-release-plugin-decorators": "^1.2.1"
},
"devDependencies": {
"husky": "^0.14.3",
"jest": "^21.2.1",
"lint-staged": "^6.0.0",
"prettier": "^1.9.2",
"semantic-release": "^11.1.0",
"semantic-release-github-pr": "^2.0.0"
"semantic-release-github-pr": "^2.0.3"
},
"lint-staged": {
"*.js": [
Expand Down
13 changes: 10 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3682,9 +3682,9 @@ sax@^1.2.1:
version "1.2.4"
resolved "https://registry.yarnpkg.com/sax/-/sax-1.2.4.tgz#2816234e2378bddc4e5354fab5caa895df7100d9"

semantic-release-github-pr@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/semantic-release-github-pr/-/semantic-release-github-pr-2.0.0.tgz#bc33d5c6e9b66ccef161b02217faefa00fede6c8"
semantic-release-github-pr@^2.0.3:
version "2.0.3"
resolved "https://registry.yarnpkg.com/semantic-release-github-pr/-/semantic-release-github-pr-2.0.3.tgz#9ce58a15b85ccd66efeb6785fd41c7fec3891ea7"
dependencies:
execa "^0.8.0"
github "^12.1.0"
Expand All @@ -3700,6 +3700,13 @@ semantic-release-plugin-decorators@^1.2.0:
import-from "^2.1.0"
lodash "^4.17.4"

semantic-release-plugin-decorators@^1.2.1:
version "1.2.1"
resolved "https://registry.yarnpkg.com/semantic-release-plugin-decorators/-/semantic-release-plugin-decorators-1.2.1.tgz#7301ee6a0dc86923899e01680d00daaea1bd531c"
dependencies:
import-from "^2.1.0"
lodash "^4.17.4"

semantic-release@^11.1.0:
version "11.2.0"
resolved "https://registry.yarnpkg.com/semantic-release/-/semantic-release-11.2.0.tgz#d607a821a0b31dfaf60f7af4fef169334653da43"
Expand Down

0 comments on commit 17dbdee

Please sign in to comment.