Skip to content

Commit

Permalink
chore(deps): update dependency plop to v2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Feb 18, 2019
1 parent 80f579a commit 177320a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"eslint-plugin-react": "7.12.4",
"gd-configs": "3.1.2",
"jest": "24.1.0",
"plop": "2.2.0",
"plop": "2.2.1",
"prettier": "1.16.4",
"rimraf": "2.6.3",
"sw-precache-webpack-plugin": "0.11.5"
Expand Down
22 changes: 11 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3312,7 +3312,7 @@ growly@^1.3.0:
resolved "https://registry.yarnpkg.com/growly/-/growly-1.3.0.tgz#f10748cbe76af964b7c96c93c6bcc28af120c081"
integrity sha1-8QdIy+dq+WS3yWyTxrzCivEgwIE=

handlebars@^4.0.11, handlebars@^4.0.5:
handlebars@^4.0.11, handlebars@^4.1.0:
version "4.1.0"
resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.1.0.tgz#0d6a6f34ff1f63cecec8423aa4169827bf787c3a"
integrity sha512-l2jRuU1NAWK6AW5qqcTATWQJvNPEwkM7NEKSiv/gqOsoSQbVoWyqVEY5GS+XPQ88zLNmqASRpzfdm8d79hJS+w==
Expand Down Expand Up @@ -5201,17 +5201,17 @@ node-notifier@^5.2.1:
shellwords "^0.1.1"
which "^1.3.0"

node-plop@=0.17.3:
version "0.17.3"
resolved "https://registry.yarnpkg.com/node-plop/-/node-plop-0.17.3.tgz#2e56543a159d6a378982cbebff81fcf08e9587f1"
integrity sha512-oITDOxms/0tW0FQIorc/WcK8QxXxW78I6hRSxn7jTSO08KTsfWHsh8J4fGmT4V3GDextl9gyX3juqFl4j1A02A==
node-plop@~0.17.4:
version "0.17.4"
resolved "https://registry.yarnpkg.com/node-plop/-/node-plop-0.17.4.tgz#85bd2a6025676c6a16686d9d98bb37e7c9094b88"
integrity sha512-KkC914pf42OKgXlZdoL2IZ2NUO2+xu8OfmEj38o2O4MmgTMfBL0sFRvrFzCoqe7gxnoww3gVhZ+TxrdeEu8yVA==
dependencies:
change-case "^3.0.1"
co "^4.6.0"
core-js "^2.4.1"
del "^3.0.0"
globby "^8.0.0"
handlebars "^4.0.5"
handlebars "^4.1.0"
inquirer "^6.0.0"
isbinaryfile "^3.0.2"
lodash.get "^4.4.2"
Expand Down Expand Up @@ -5808,16 +5808,16 @@ pkg-dir@^3.0.0:
dependencies:
find-up "^3.0.0"

plop@2.2.0:
version "2.2.0"
resolved "https://registry.yarnpkg.com/plop/-/plop-2.2.0.tgz#1ee64b37ca6d615dbe332115ec58bb66ab5cab59"
integrity sha512-qt4pCQPL76AzEYX+OPoWsvT+WUbyU15Zkwb3DQa9n5QQcd6np6l6Rh+7oufmxo93olMVScKBaZ1JDy3zyIsaQg==
plop@2.2.1:
version "2.2.1"
resolved "https://registry.yarnpkg.com/plop/-/plop-2.2.1.tgz#2e04a55adecd0a05b0a62c7aa3c7f3a386163d44"
integrity sha512-w98GluUsEbQJwGSWSfnc9WmtHLD6p28ZHyT6XUtckSagfYNMd54aglZs6Me3C++HqC/5n2B0W6lLBanF5zG2pg==
dependencies:
chalk "^1.1.3"
interpret "^1.0.0"
liftoff "^2.2.0"
minimist "^1.2.0"
node-plop "=0.17.3"
node-plop "~0.17.4"
ora "^3.0.0"
v8flags "^2.0.10"

Expand Down

0 comments on commit 177320a

Please sign in to comment.