Skip to content

Commit

Permalink
chore: bump accounts vue components dep
Browse files Browse the repository at this point in the history
  • Loading branch information
hschoenenberger committed Nov 16, 2021
1 parent 6c99beb commit 7af44c8
Show file tree
Hide file tree
Showing 6 changed files with 33 additions and 12 deletions.
2 changes: 1 addition & 1 deletion _dev/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"moment": "^2.26.0",
"moment-range": "^4.0.2",
"prestakit": "^1.1.0",
"prestashop_accounts_vue_components": "^3.0.0",
"prestashop_accounts_vue_components": "^3.0.1",
"regenerator-runtime": "^0.13.5",
"tailwindcss": "^1.8.10",
"tween.js": "^16.6.0",
Expand Down
8 changes: 4 additions & 4 deletions _dev/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7726,10 +7726,10 @@ prestakit@^1.2.1:
select2 "^4.0.5"
select2-bootstrap-theme "0.1.0-beta.10"

prestashop_accounts_vue_components@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/prestashop_accounts_vue_components/-/prestashop_accounts_vue_components-2.0.0.tgz#557c6be552c7b0f62652f1f26a66982029bc345f"
integrity sha512-eqkZpIS/gE/evIoY+MRwKxocDhMWk8RQchnaDMA05DhtLJPvCQOqeL1gnoskhIpwHEBaXfO1fmicbyH22y67Cw==
prestashop_accounts_vue_components@^3.0.1:
version "3.0.1"
resolved "https://registry.yarnpkg.com/prestashop_accounts_vue_components/-/prestashop_accounts_vue_components-3.0.1.tgz#5f2033ab38d294af3b1c11fa36c786a26e0ca912"
integrity sha512-qh0NNDTLmFkcvOCfnCIEbFdyZgB49SizNu+fwsnQDCHVfxB6F4t59+I2LpXYK/nZ0nUjEsVsn5eGCTwfWeIATQ==
dependencies:
"@hapi/joi" "^17.1.1"
"@prestashopcorp/segment-vue" "^1.2.10"
Expand Down
19 changes: 19 additions & 0 deletions classes/Log/Logger.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,23 @@
<?php
/**
* Copyright since 2007 PrestaShop SA and Contributors
* PrestaShop is an International Registered Trademark & Property of PrestaShop SA
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License version 3.0
* that is bundled with this package in the file LICENSE.md.
* It is also available through the world-wide-web at this URL:
* https://opensource.org/licenses/AFL-3.0
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to [email protected] so we can send you a copy immediately.
*
* @author PrestaShop SA and Contributors <[email protected]>
* @copyright Since 2007 PrestaShop SA and Contributors
* @license https://opensource.org/licenses/AFL-3.0 Academic Free License version 3.0
*/


namespace PrestaShop\Module\PsAccounts\Log;

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@
},
"author": "PrestaShop",
"license": "AFL-3.0"
}
}
3 changes: 2 additions & 1 deletion views/js/settings.js

Large diffs are not rendered by default.

11 changes: 6 additions & 5 deletions views/js/settingsOnBoarding.js

Large diffs are not rendered by default.

0 comments on commit 7af44c8

Please sign in to comment.