Skip to content

Commit

Permalink
Merge remote-tracking branch 'remotes/dev/5.0' into 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CI bot committed Sep 26, 2022
2 parents 0b03eb3 + 6a8e7c1 commit cff76a9
Show file tree
Hide file tree
Showing 3 changed files with 107 additions and 22 deletions.
21 changes: 11 additions & 10 deletions dev.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1450,26 +1450,26 @@
},
{
"name": "doctrine/collections",
"version": "1.6.8",
"version": "1.6.9",
"source": {
"type": "git",
"url": "https://github.com/doctrine/collections.git",
"reference": "1958a744696c6bb3bb0d28db2611dc11610e78af"
"reference": "1269d42c03f8a1cc9b56a1b727568423268a191b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/collections/zipball/1958a744696c6bb3bb0d28db2611dc11610e78af",
"reference": "1958a744696c6bb3bb0d28db2611dc11610e78af",
"url": "https://api.github.com/repos/doctrine/collections/zipball/1269d42c03f8a1cc9b56a1b727568423268a191b",
"reference": "1269d42c03f8a1cc9b56a1b727568423268a191b",
"shasum": ""
},
"require": {
"php": "^7.1.3 || ^8.0"
},
"require-dev": {
"doctrine/coding-standard": "^9.0",
"phpstan/phpstan": "^0.12",
"phpstan/phpstan": "^1.4.8",
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.1.5",
"vimeo/psalm": "^4.2.1"
"vimeo/psalm": "^4.22"
},
"type": "library",
"autoload": {
Expand Down Expand Up @@ -1513,9 +1513,9 @@
],
"support": {
"issues": "https://github.com/doctrine/collections/issues",
"source": "https://github.com/doctrine/collections/tree/1.6.8"
"source": "https://github.com/doctrine/collections/tree/1.6.9"
},
"time": "2021-08-10T18:51:53+00:00"
"time": "2022-08-15T12:08:20+00:00"
},
{
"name": "doctrine/common",
Expand Down Expand Up @@ -6623,7 +6623,7 @@
"dist": {
"type": "path",
"url": "../../package/commerce",
"reference": "a345fe27d8ce5a808aa2f9875f56ef2fa2d7741a"
"reference": "d2305b8fd98c40f03a5a2a54a4499777e15ca644"
},
"require": {
"besimple/soap-client": "^0.2.6",
Expand Down Expand Up @@ -6668,7 +6668,8 @@
"grapesjs-preset-webpage": "0.1.11",
"grapesjs-parser-postcss": "0.1.1",
"@oroinc/jquery-creditcardvalidator": "1.1",
"@oroinc/elevatezoom": "3.0.81"
"@oroinc/elevatezoom": "3.0.81",
"html2canvas": "1.4.1"
},
"symfony": {
"require": "~5.4.0"
Expand Down
107 changes: 95 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
"grapesjs": "0.19.5",
"grapesjs-parser-postcss": "0.1.1",
"grapesjs-preset-webpage": "0.1.11",
"html2canvas": "1.4.1",
"jquery": "3.5.*",
"jquery-form": "4.3.0",
"jquery-mousewheel": "3.1.13",
Expand Down

0 comments on commit cff76a9

Please sign in to comment.