Skip to content
This repository was archived by the owner on Nov 8, 2022. It is now read-only.

Commit 0a0e373

Browse files
greenkeeper[bot]mydearxym
authored andcommitted
chore: update plop to the latest version 🚀 (#500)
* chore(package): update plop to version 2.3.1 * chore(package): update lockfile yarn.lock
1 parent 6aa929d commit 0a0e373

File tree

2 files changed

+18
-15
lines changed

2 files changed

+18
-15
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@
153153
"husky": "^2.1.0",
154154
"jest": "23.4.2",
155155
"npm-run-all": "^4.1.1",
156-
"plop": "2.2.0",
156+
"plop": "2.3.1",
157157
"prettier": "1.18.0",
158158
"pretty-quick": "^1.10.0",
159159
"react-test-renderer": "16.8.1",

yarn.lock

Lines changed: 17 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5353,7 +5353,7 @@ hammerjs@^2.0.8:
53535353
version "2.0.8"
53545354
resolved "https://registry.npmjs.org/hammerjs/-/hammerjs-2.0.8.tgz#04ef77862cff2bb79d30f7692095930222bf60f1"
53555355

5356-
handlebars@^4.0.2, handlebars@^4.0.3, handlebars@^4.0.5:
5356+
handlebars@^4.0.2, handlebars@^4.0.3, handlebars@^4.1.0:
53575357
version "4.1.2"
53585358
resolved "https://registry.npmjs.org/handlebars/-/handlebars-4.1.2.tgz#b6b37c1ced0306b221e094fc7aca3ec23b131b67"
53595359
dependencies:
@@ -5814,7 +5814,7 @@ inquirer@^6.0.0, inquirer@^6.2.2:
58145814
strip-ansi "^5.1.0"
58155815
through "^2.3.6"
58165816

5817-
interpret@^1.0.0:
5817+
interpret@^1.0.0, interpret@^1.2.0:
58185818
version "1.2.0"
58195819
resolved "https://registry.npmjs.org/interpret/-/interpret-1.2.0.tgz#d5061a6224be58e8083985f5014d844359576296"
58205820

@@ -6850,9 +6850,10 @@ levn@^0.3.0, levn@~0.3.0:
68506850
prelude-ls "~1.1.2"
68516851
type-check "~0.3.2"
68526852

6853-
liftoff@^2.2.0:
6853+
liftoff@^2.5.0:
68546854
version "2.5.0"
6855-
resolved "https://registry.npmjs.org/liftoff/-/liftoff-2.5.0.tgz#2009291bb31cea861bbf10a7c15a28caf75c31ec"
6855+
resolved "https://registry.yarnpkg.com/liftoff/-/liftoff-2.5.0.tgz#2009291bb31cea861bbf10a7c15a28caf75c31ec"
6856+
integrity sha1-IAkpG7Mc6oYbvxCnwVooyvdcMew=
68566857
dependencies:
68576858
extend "^3.0.0"
68586859
findup-sync "^2.0.0"
@@ -7842,16 +7843,17 @@ node-notifier@^5.2.1:
78427843
shellwords "^0.1.1"
78437844
which "^1.3.0"
78447845

7845-
node-plop@=0.17.3:
7846-
version "0.17.3"
7847-
resolved "https://registry.npmjs.org/node-plop/-/node-plop-0.17.3.tgz#2e56543a159d6a378982cbebff81fcf08e9587f1"
7846+
node-plop@~0.18.0:
7847+
version "0.18.0"
7848+
resolved "https://registry.yarnpkg.com/node-plop/-/node-plop-0.18.0.tgz#b44647898ee9e387d46e691f13a01fac53bf49fe"
7849+
integrity sha512-in7Cg3wJ/1a1NFvCoqxEuEDZDs3op8A7PghGgwmujsS93o9dZWk0HpZ8wGg4pKw2JB2KBo8xwUMOtEwBUr0sIA==
78487850
dependencies:
78497851
change-case "^3.0.1"
78507852
co "^4.6.0"
78517853
core-js "^2.4.1"
78527854
del "^3.0.0"
78537855
globby "^8.0.0"
7854-
handlebars "^4.0.5"
7856+
handlebars "^4.1.0"
78557857
inquirer "^6.0.0"
78567858
isbinaryfile "^3.0.2"
78577859
lodash.get "^4.4.2"
@@ -8525,15 +8527,16 @@ please-upgrade-node@^3.1.1:
85258527
dependencies:
85268528
semver-compare "^1.0.0"
85278529

8528-
plop@2.2.0:
8529-
version "2.2.0"
8530-
resolved "https://registry.npmjs.org/plop/-/plop-2.2.0.tgz#1ee64b37ca6d615dbe332115ec58bb66ab5cab59"
8530+
plop@2.3.1:
8531+
version "2.3.1"
8532+
resolved "https://registry.yarnpkg.com/plop/-/plop-2.3.1.tgz#6923ecaea749841181c03caef45e6ea22e4cb878"
8533+
integrity sha512-d4jSi96ilemKK0ydSbCravb1USpI9S/jU2gQdoBUi+m/QuEYpHwTkgEkqz0ztO1jZBJg7AurPAgPttpeXkR5iw==
85318534
dependencies:
85328535
chalk "^1.1.3"
8533-
interpret "^1.0.0"
8534-
liftoff "^2.2.0"
8536+
interpret "^1.2.0"
8537+
liftoff "^2.5.0"
85358538
minimist "^1.2.0"
8536-
node-plop "=0.17.3"
8539+
node-plop "~0.18.0"
85378540
ora "^3.0.0"
85388541
v8flags "^2.0.10"
85398542

0 commit comments

Comments
 (0)