Skip to content
This repository was archived by the owner on Jun 27, 2019. It is now read-only.

Commit 8b7831b

Browse files
committed
Updating dependencies. Upgrade to patternlab-node v2.7.1
1 parent bca8e91 commit 8b7831b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "patternlab-node-cli",
33
"description": "Command-line interface (CLI) for the patternlab-node core.",
4-
"version": "0.0.1-alpha.2",
4+
"version": "0.0.1-alpha.3",
55
"bin": {
66
"patternlab": "bin/patternlab.js"
77
},
@@ -11,25 +11,25 @@
1111
"private": true,
1212
"dependencies": {
1313
"archiver": "1.3.0",
14-
"browser-sync": "2.18.5",
14+
"browser-sync": "2.18.6",
1515
"bs-html-injector": "3.0.3",
1616
"colors": "1.1.2",
1717
"commander": "2.9.0",
18-
"execa": "0.5.0",
18+
"execa": "0.6.0",
1919
"fs-promise": "1.0.0",
2020
"glob": "7.1.1",
2121
"inquirer": "2.0.0",
22-
"lodash": "4.17.3",
22+
"lodash": "4.17.4",
2323
"path-exists": "3.0.0",
24-
"patternlab-node": " 2.6.2",
24+
"patternlab-node": " 2.7.1",
2525
"sanitize-filename": "1.6.1"
2626
},
2727
"devDependencies": {
2828
"edition-node": "0.0.4",
2929
"starterkit-mustache-demo": "4.0.2",
30-
"eslint": "3.12.2",
30+
"eslint": "3.13.1",
3131
"proxyquire": "1.7.10",
32-
"tap": "8.0.1"
32+
"tap": "9.0.3"
3333
},
3434
"files": [
3535
"bin"

0 commit comments

Comments
 (0)