Skip to content

Commit 18f8773

Browse files
Merge pull request #1059 from JosefBredereck/feature-update-dependencies
Feature update dependencies
2 parents aea1c7f + be68ca3 commit 18f8773

File tree

5 files changed

+12
-13
lines changed

5 files changed

+12
-13
lines changed

packages/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"glob": "7.1.2",
2121
"has-yarn": "1.0.0",
2222
"inquirer": "5.1.0",
23-
"lodash": "4.17.10",
23+
"lodash": "4.17.15",
2424
"ora": "2.1.0",
2525
"path-exists": "3.0.0",
2626
"sanitize-filename": "1.6.1"
@@ -31,7 +31,7 @@
3131
"eslint-plugin-prettier": "2.6.0",
3232
"prettier": "1.11.1",
3333
"proxyquire": "2.0.1",
34-
"tap": "11.1.1"
34+
"tap": "14.6.4"
3535
},
3636
"files": [
3737
"bin"

packages/core/package.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"glob": "7.0.0",
1414
"graphlib": "2.1.1",
1515
"js-beautify": "1.6.3",
16-
"js-yaml": "3.6.1",
17-
"lodash": "4.17.5",
16+
"js-yaml": "3.13.1",
17+
"lodash": "4.17.15",
1818
"markdown-it": "6.0.1",
1919
"node-fetch": "1.6.0",
2020
"recursive-copy": "2.0.8",
@@ -31,12 +31,12 @@
3131
"eslint-plugin-import": "^2.18.2",
3232
"eslint-plugin-prettier": "^3.1.0",
3333
"husky": "0.14.3",
34-
"jsdoc-to-markdown": "3.0.0",
34+
"jsdoc-to-markdown": "5.0.1",
3535
"prettier": "^1.14.3",
3636
"pretty-quick": "^1.11.1",
3737
"rewire": "2.5.2",
3838
"standard-version": "4.3.0",
39-
"tap": "11.1.1"
39+
"tap": "14.6.4"
4040
},
4141
"keywords": [
4242
"Pattern Lab",
@@ -51,8 +51,7 @@
5151
"author": {
5252
"name": "Brian Muenzenmeyer"
5353
},
54-
"contributors": [
55-
{
54+
"contributors": [{
5655
"name": "Geoff Pursell"
5756
},
5857
{

packages/engine-handlebars/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"dependencies": {
77
"fs-extra": "0.30.0",
88
"glob": "7.0.0",
9-
"handlebars": "4.0.5"
9+
"handlebars": "4.2.0"
1010
},
1111
"keywords": [
1212
"Pattern Lab",

packages/engine-mustache/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "lib/engine_mustache.js",
66
"dependencies": {
77
"fs-extra": "0.30.0",
8-
"mustache": "2.2.0"
8+
"mustache": "3.1.0"
99
},
1010
"keywords": [
1111
"Pattern Lab",

packages/live-server/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@
1212
],
1313
"author": "Tapio Vierros",
1414
"dependencies": {
15-
"chokidar": "1.6.0",
15+
"chokidar": "3.1.0",
1616
"colors": "1.3.0",
1717
"connect": "3.6.5",
1818
"cors": "2.8.4",
1919
"event-stream": "3.3.4",
2020
"faye-websocket": "0.11.x",
2121
"http-auth": "3.2.x",
22-
"morgan": "1.6.1",
22+
"morgan": "1.9.1",
2323
"object-assign": "4.1.1",
2424
"opn": "5.3.0",
2525
"proxy-middleware": "0.15.0",
@@ -28,7 +28,7 @@
2828
},
2929
"devDependencies": {
3030
"eslint": "4.18.2",
31-
"jshint": "2.9.2",
31+
"jshint": "2.10.2",
3232
"mocha": "4.0.1",
3333
"supertest": "3.0.0"
3434
},

0 commit comments

Comments
 (0)