Skip to content

Commit

Permalink
Update packages (#418)
Browse files Browse the repository at this point in the history
 - nette/forms updated from v3.2.4 to v3.2.5 patch
   See changes: nette/forms@v3.2.4...v3.2.5
   Release notes: https://github.com/nette/forms/releases/tag/v3.2.5

 - nette/tester updated from v2.5.3 to v2.5.4 patch
   See changes: nette/tester@v2.5.3...v2.5.4
   Release notes: https://github.com/nette/tester/releases/tag/v2.5.4

 - roave/security-advisories updated from dev-latest@2db4b93 to dev-latest@bae581c
   See changes: Roave/SecurityAdvisories@2db4b93...bae581c
  • Loading branch information
spaze authored Oct 25, 2024
2 parents 0175f37 + c832137 commit c841924
Show file tree
Hide file tree
Showing 27 changed files with 99 additions and 143 deletions.
43 changes: 22 additions & 21 deletions app/composer.lock

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

47 changes: 24 additions & 23 deletions app/vendor/composer/installed.json

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

14 changes: 7 additions & 7 deletions app/vendor/composer/installed.php
Original file line number Diff line number Diff line change
Expand Up @@ -170,9 +170,9 @@
),
),
'nette/forms' => array(
'pretty_version' => 'v3.2.4',
'version' => '3.2.4.0',
'reference' => 'e61535036669a78bcafb061dcfa46da827fcf377',
'pretty_version' => 'v3.2.5',
'version' => '3.2.5.0',
'reference' => '7e59cee3a16e0382f83680c94babb85a0a167dd0',
'type' => 'library',
'install_path' => __DIR__ . '/../nette/forms',
'aliases' => array(),
Expand Down Expand Up @@ -251,9 +251,9 @@
'dev_requirement' => false,
),
'nette/tester' => array(
'pretty_version' => 'v2.5.3',
'version' => '2.5.3.0',
'reference' => 'ee0a4b8402a8c1831db547ec0a56d18196906b51',
'pretty_version' => 'v2.5.4',
'version' => '2.5.4.0',
'reference' => 'c11863785779e87b40adebf150364f2e5938c111',
'type' => 'library',
'install_path' => __DIR__ . '/../nette/tester',
'aliases' => array(),
Expand Down Expand Up @@ -421,7 +421,7 @@
'roave/security-advisories' => array(
'pretty_version' => 'dev-latest',
'version' => 'dev-latest',
'reference' => '2db4b93f047a03be06ec0a890d252e1c8c635f74',
'reference' => 'bae581ca4125f92b1ad4d316ac691fa2d5231649',
'type' => 'metapackage',
'install_path' => null,
'aliases' => array(
Expand Down
2 changes: 1 addition & 1 deletion app/vendor/nette/forms/examples/basic-example.php
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
<meta charset="utf-8">
<title>Nette Forms basic example</title>
<link rel="stylesheet" media="screen" href="assets/style.css" />
<script src="https://unpkg.com/nette-forms@3/src/assets/netteForms.js"></script>
<script src="https://unpkg.com/nette-forms@3"></script>

<h1>Nette Forms basic example</h1>

Expand Down
2 changes: 1 addition & 1 deletion app/vendor/nette/forms/examples/custom-control.php
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ public static function validateDate(Nette\Forms\Control $control): bool
<meta charset="utf-8">
<title>Nette Forms custom control example</title>
<link rel="stylesheet" media="screen" href="assets/style.css" />
<script src="https://unpkg.com/nette-forms@3/src/assets/netteForms.js"></script>
<script src="https://unpkg.com/nette-forms@3"></script>

<h1>Nette Forms custom control example</h1>

Expand Down
2 changes: 1 addition & 1 deletion app/vendor/nette/forms/examples/custom-rendering.php
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
background: #EEE;
}
</style>
<script src="https://unpkg.com/nette-forms@3/src/assets/netteForms.js"></script>
<script src="https://unpkg.com/nette-forms@3"></script>

<h1>Nette Forms custom rendering example</h1>

Expand Down
2 changes: 1 addition & 1 deletion app/vendor/nette/forms/examples/custom-validator.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public static function divisibilityValidator($item, $arg): bool
<meta charset="utf-8">
<title>Nette Forms custom validator example</title>
<link rel="stylesheet" media="screen" href="assets/style.css" />
<script src="https://unpkg.com/nette-forms@3/src/assets/netteForms.js"></script>
<script src="https://unpkg.com/nette-forms@3"></script>

<script>
Nette.validators.MyValidators_divisibilityValidator = function(elem, args, val) {
Expand Down
2 changes: 1 addition & 1 deletion app/vendor/nette/forms/examples/html5.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<meta charset="utf-8">
<title>Nette Forms and HTML5</title>
<link rel="stylesheet" media="screen" href="assets/style.css" />
<script src="https://unpkg.com/nette-forms@3/src/assets/netteForms.js"></script>
<script src="https://unpkg.com/nette-forms@3"></script>

<h1>Nette Forms and HTML5</h1>

Expand Down
2 changes: 1 addition & 1 deletion app/vendor/nette/forms/examples/live-validation.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<meta charset="utf-8">
<title>Nette Forms live validation example</title>
<link rel="stylesheet" media="screen" href="assets/style.css" />
<script src="https://unpkg.com/nette-forms@3/src/assets/netteForms.js"></script>
<script src="https://unpkg.com/nette-forms@3"></script>
<script src="https://code.jquery.com/jquery-3.0.0.min.js" integrity="sha256-JmvOoLtYsmqlsWxa7mDSLMwa6dZ9rrIdtrrVYRnDRH0=" crossorigin="anonymous"></script>

<script>
Expand Down
2 changes: 1 addition & 1 deletion app/vendor/nette/forms/examples/localization.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ public function translate($message, ...$parameters): string
<meta charset="utf-8">
<title>Nette Forms localization example</title>
<link rel="stylesheet" media="screen" href="assets/style.css" />
<script src="https://unpkg.com/nette-forms@3/src/assets/netteForms.js"></script>
<script src="https://unpkg.com/nette-forms@3"></script>

<h1>Nette Forms localization example</h1>

Expand Down
Loading

0 comments on commit c841924

Please sign in to comment.