Skip to content

Commit

Permalink
Merge pull request #1059 from JosefBredereck/feature-update-dependencies
Browse files Browse the repository at this point in the history
Feature update dependencies
  • Loading branch information
bmuenzenmeyer committed Oct 11, 2019
2 parents aea1c7f + be68ca3 commit 18f8773
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 13 deletions.
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"glob": "7.1.2",
"has-yarn": "1.0.0",
"inquirer": "5.1.0",
"lodash": "4.17.10",
"lodash": "4.17.15",
"ora": "2.1.0",
"path-exists": "3.0.0",
"sanitize-filename": "1.6.1"
Expand All @@ -31,7 +31,7 @@
"eslint-plugin-prettier": "2.6.0",
"prettier": "1.11.1",
"proxyquire": "2.0.1",
"tap": "11.1.1"
"tap": "14.6.4"
},
"files": [
"bin"
Expand Down
11 changes: 5 additions & 6 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"glob": "7.0.0",
"graphlib": "2.1.1",
"js-beautify": "1.6.3",
"js-yaml": "3.6.1",
"lodash": "4.17.5",
"js-yaml": "3.13.1",
"lodash": "4.17.15",
"markdown-it": "6.0.1",
"node-fetch": "1.6.0",
"recursive-copy": "2.0.8",
Expand All @@ -31,12 +31,12 @@
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-prettier": "^3.1.0",
"husky": "0.14.3",
"jsdoc-to-markdown": "3.0.0",
"jsdoc-to-markdown": "5.0.1",
"prettier": "^1.14.3",
"pretty-quick": "^1.11.1",
"rewire": "2.5.2",
"standard-version": "4.3.0",
"tap": "11.1.1"
"tap": "14.6.4"
},
"keywords": [
"Pattern Lab",
Expand All @@ -51,8 +51,7 @@
"author": {
"name": "Brian Muenzenmeyer"
},
"contributors": [
{
"contributors": [{
"name": "Geoff Pursell"
},
{
Expand Down
2 changes: 1 addition & 1 deletion packages/engine-handlebars/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"dependencies": {
"fs-extra": "0.30.0",
"glob": "7.0.0",
"handlebars": "4.0.5"
"handlebars": "4.2.0"
},
"keywords": [
"Pattern Lab",
Expand Down
2 changes: 1 addition & 1 deletion packages/engine-mustache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "lib/engine_mustache.js",
"dependencies": {
"fs-extra": "0.30.0",
"mustache": "2.2.0"
"mustache": "3.1.0"
},
"keywords": [
"Pattern Lab",
Expand Down
6 changes: 3 additions & 3 deletions packages/live-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
],
"author": "Tapio Vierros",
"dependencies": {
"chokidar": "1.6.0",
"chokidar": "3.1.0",
"colors": "1.3.0",
"connect": "3.6.5",
"cors": "2.8.4",
"event-stream": "3.3.4",
"faye-websocket": "0.11.x",
"http-auth": "3.2.x",
"morgan": "1.6.1",
"morgan": "1.9.1",
"object-assign": "4.1.1",
"opn": "5.3.0",
"proxy-middleware": "0.15.0",
Expand All @@ -28,7 +28,7 @@
},
"devDependencies": {
"eslint": "4.18.2",
"jshint": "2.9.2",
"jshint": "2.10.2",
"mocha": "4.0.1",
"supertest": "3.0.0"
},
Expand Down

0 comments on commit 18f8773

Please sign in to comment.