Skip to content

Commit

Permalink
chore(deps): update dependency plop to v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Feb 28, 2019
1 parent 80f579a commit 20dd3c6
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 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.3.0",
"prettier": "1.16.4",
"rimraf": "2.6.3",
"sw-precache-webpack-plugin": "0.11.5"
Expand Down
30 changes: 15 additions & 15 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 @@ -3603,7 +3603,7 @@ inquirer@^6.0.0, inquirer@^6.1.0:
strip-ansi "^5.0.0"
through "^2.3.6"

interpret@^1.0.0:
interpret@^1.2.0:
version "1.2.0"
resolved "https://registry.yarnpkg.com/interpret/-/interpret-1.2.0.tgz#d5061a6224be58e8083985f5014d844359576296"
integrity sha512-mT34yGKMNceBQUoVn7iCDKDntA7SC6gycMAWzGx1z/CMCTV7b2AAtXlo3nRyHZ1FelRkQbQjprHSYGwzLtkVbw==
Expand Down Expand Up @@ -4552,7 +4552,7 @@ levn@^0.3.0, levn@~0.3.0:
prelude-ls "~1.1.2"
type-check "~0.3.2"

liftoff@^2.2.0:
liftoff@^2.5.0:
version "2.5.0"
resolved "https://registry.yarnpkg.com/liftoff/-/liftoff-2.5.0.tgz#2009291bb31cea861bbf10a7c15a28caf75c31ec"
integrity sha1-IAkpG7Mc6oYbvxCnwVooyvdcMew=
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.18.0:
version "0.18.0"
resolved "https://registry.yarnpkg.com/node-plop/-/node-plop-0.18.0.tgz#b44647898ee9e387d46e691f13a01fac53bf49fe"
integrity sha512-in7Cg3wJ/1a1NFvCoqxEuEDZDs3op8A7PghGgwmujsS93o9dZWk0HpZ8wGg4pKw2JB2KBo8xwUMOtEwBUr0sIA==
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.3.0:
version "2.3.0"
resolved "https://registry.yarnpkg.com/plop/-/plop-2.3.0.tgz#e9b3ccf9d8fdbce077ee7377b75fcc5f511df562"
integrity sha512-CfTMYmfeCwlipzVcDWI6edxRwdZx47d8BRL3VSv5g+BB8JcLXaSzATkU0flG/aIVl4cxe1Y0rGkrtPjpDm7ySQ==
dependencies:
chalk "^1.1.3"
interpret "^1.0.0"
liftoff "^2.2.0"
interpret "^1.2.0"
liftoff "^2.5.0"
minimist "^1.2.0"
node-plop "=0.17.3"
node-plop "~0.18.0"
ora "^3.0.0"
v8flags "^2.0.10"

Expand Down

0 comments on commit 20dd3c6

Please sign in to comment.