Skip to content

Commit

Permalink
Update dependency neon-cli to ^0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Sep 7, 2019
1 parent 341a132 commit 6cba31b
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"author": "Amila Welihinda <amilajack@gmail.com>",
"license": "MIT",
"dependencies": {
"neon-cli": "^0.2.0"
"neon-cli": "^0.3.0"
},
"scripts": {
"install": "neon build",
Expand Down
26 changes: 21 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1292,6 +1292,17 @@ handlebars@^4.0.3:
optionalDependencies:
uglify-js "^3.1.4"

handlebars@^4.1.0:
version "4.2.0"
resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.2.0.tgz#57ce8d2175b9bbb3d8b3cf3e4217b1aec8ddcb2e"
integrity sha512-Kb4xn5Qh1cxAKvQnzNWZ512DhABzyFNmsaJf3OAkWNa4NkaqWcNI8Tao8Tasi0/F4JD9oyG0YxuFyvyR57d+Gw==
dependencies:
neo-async "^2.6.0"
optimist "^0.6.1"
source-map "^0.6.1"
optionalDependencies:
uglify-js "^3.1.4"

har-schema@^2.0.0:
version "2.0.0"
resolved "https://registry.npmjs.org/har-schema/-/har-schema-2.0.0.tgz#a94c2224ebcac04782a0d9035521f24735b7ec92"
Expand Down Expand Up @@ -2509,17 +2520,22 @@ needle@^2.2.1:
iconv-lite "^0.4.4"
sax "^1.2.4"

neon-cli@^0.2.0:
version "0.2.0"
resolved "https://registry.npmjs.org/neon-cli/-/neon-cli-0.2.0.tgz#cc02148ea7d032f6774e645cc2a9e44e09248b4b"
integrity sha512-IsrxCyUcuAyWiq4Z+JnTXrjurj2SAL2VtWnCXS8iBYGJeIs1NIhFuLaM6fe7+rOyFfDcqUUTWGxZmkvUqwweRA==
neo-async@^2.6.0:
version "2.6.1"
resolved "https://registry.yarnpkg.com/neo-async/-/neo-async-2.6.1.tgz#ac27ada66167fa8849a6addd837f6b189ad2081c"
integrity sha512-iyam8fBuCUpWeKPGpaNMetEocMt364qkCsfL9JuhjXX6dRnguRVOfk2GZaDpPjcOKiiXCPINZC1GczQ7iTq3Zw==

neon-cli@^0.3.0:
version "0.3.1"
resolved "https://registry.yarnpkg.com/neon-cli/-/neon-cli-0.3.1.tgz#be82c0b57a024080f712abb648abcd2f680f9636"
integrity sha512-OBrJbDD0BNDPxWwh88kWd2dJkXWEZ/mrCPF/ADrsLgHmF2qDdbXagli48I7yVl1ngMtItrvI7JqBeiNQNtN1ww==
dependencies:
chalk "~2.1.0"
command-line-args "^4.0.2"
command-line-commands "^2.0.0"
command-line-usage "^4.0.0"
git-config "0.0.7"
handlebars "^4.0.3"
handlebars "^4.1.0"
inquirer "^3.0.6"
mkdirp "^0.5.1"
quickly-copy-file "^1.0.0"
Expand Down

0 comments on commit 6cba31b

Please sign in to comment.