Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Dec 23, 2019
1 parent def8bf2 commit 035bbb8
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"require": {
"php": "^7.1",
"guzzlehttp/guzzle": "^6.3",
"twig/twig": "^2.0",
"twig/twig": "^3.0.0",
"icamys/php-sitemap-generator": "^1.0",
"symfony/filesystem": "^4.2",
"symfony/filesystem": "^5.0.0",
"gumlet/php-image-resize": "^1.9"
}
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@lrnwebcomponents/learn-two-theme": "^2.1.3",
"@lrnwebcomponents/outline-player": "^2.3.3",
"@lrnwebcomponents/simple-blog": "^2.1.3",
"@webcomponents/webcomponentsjs": "2.2.10",
"@webcomponents/webcomponentsjs": "2.4.0",
"lunr": "^2.3.6",
"web-animations-js": "^2.3.1"
},
Expand All @@ -45,7 +45,7 @@
"@polymer/app-layout": "3.0.2",
"schema-utils": "1.0.0",
"@lrnwebcomponents/hax-body-behaviors": "2.1.2",
"@webcomponents/webcomponentsjs": "2.2.10",
"@webcomponents/webcomponentsjs": "2.4.0",
"@polymer/iron-list": "3.0.2",
"@polymer/paper-icon-button": "3.0.1",
"@polymer/paper-input": "3.0.2",
Expand Down Expand Up @@ -206,7 +206,7 @@
"pretty-bytes": "5.3.0"
},
"devDependencies": {
"@prettier/plugin-php": "^0.11.0",
"@prettier/plugin-php": "^0.12.0",
"gulp": "^4.0.2",
"gulp-terser": "^1.2.0",
"polymer-build": "3.1.4",
Expand Down
2 changes: 1 addition & 1 deletion system/boilerplate/site/custom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"gulp-terser": "^1.1.7",
"gulp": "^4.0.2",
"rollup-plugin-auto-external": "^2.0.0",
"rollup-plugin-rewrite-imports": "^1.0.1",
"rollup-plugin-rewrite-imports": "^2.0.0",
"rollup": "^1.6.0"
}
}
4 changes: 2 additions & 2 deletions system/boilerplate/site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
"@polymer/polymer": "^3.1.0",
"@vaadin/vaadin-split-layout": "^4.1.0",
"@vaadin/vaadin-upload": "^4.2.1",
"@webcomponents/webcomponentsjs": "2.2.10",
"@webcomponents/webcomponentsjs": "2.4.0",
"paper-collapse-item": "^4.0.4",
"web-animations-js": "^2.3.1"
},
Expand All @@ -120,7 +120,7 @@
"@polymer/app-layout": "3.0.2"
},
"devDependencies": {
"@prettier/plugin-php": "^0.11.0",
"@prettier/plugin-php": "^0.12.0",
"prettier": "^1.16.4",
"gulp": "^4.0.2",
"gulp-terser": "^1.2.0"
Expand Down
2 changes: 1 addition & 1 deletion vendor/ralouphie/getallheaders/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"php": ">=5.3"
},
"require-dev": {
"phpunit/phpunit": "~8.3.0",
"phpunit/phpunit": "~8.5.0",
"satooshi/php-coveralls": ">=1.0"
},
"autoload": {
Expand Down

0 comments on commit 035bbb8

Please sign in to comment.