Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Sep 22, 2024
1 parent 247e678 commit d23c1a0
Show file tree
Hide file tree
Showing 5 changed files with 192 additions and 192 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/crowdin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
uses: actions/checkout@v4

- name: crowdin action
uses: crowdin/[email protected].2
uses: crowdin/[email protected].3
with:
config: '.github/crowdin.yml'
upload_translations: false
Expand Down

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/.yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ enableGlobalCache: false

nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.4.1.cjs
yarnPath: .yarn/releases/yarn-4.5.0.cjs
2 changes: 1 addition & 1 deletion assets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@
"intl-messageformat": "10.5.14",
"ts-select2": "^0.2.5"
},
"packageManager": "yarn@4.4.1"
"packageManager": "yarn@4.5.0"
}
54 changes: 27 additions & 27 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"ext-iconv": "*",
"ext-intl": "*",
"ext-json": "*",
"api-platform/core": "3.3.12",
"composer/semver": "3.4.2",
"api-platform/core": "3.4.0",
"composer/semver": "3.4.3",
"doctrine/doctrine-bundle": "2.13.0",
"doctrine/doctrine-migrations-bundle": "3.3.1",
"doctrine/orm": "3.2.2",
Expand All @@ -27,58 +27,58 @@
"runtime/frankenphp-symfony": "0.2.0",
"symfony/asset": "7.1.1",
"symfony/browser-kit": "7.1.1",
"symfony/cache": "7.1.4",
"symfony/console": "7.1.4",
"symfony/cache": "7.1.5",
"symfony/console": "7.1.5",
"symfony/css-selector": "7.1.1",
"symfony/dependency-injection": "7.1.4",
"symfony/dotenv": "7.1.3",
"symfony/dependency-injection": "7.1.5",
"symfony/dotenv": "7.1.5",
"symfony/error-handler": "7.1.3",
"symfony/event-dispatcher": "7.1.1",
"symfony/expression-language": "7.1.4",
"symfony/finder": "7.1.4",
"symfony/flex": "2.4.6",
"symfony/form": "7.1.4",
"symfony/framework-bundle": "7.1.4",
"symfony/http-client": "7.1.4",
"symfony/http-foundation": "7.1.3",
"symfony/http-kernel": "7.1.4",
"symfony/intl": "7.1.1",
"symfony/mime": "7.1.4",
"symfony/form": "7.1.5",
"symfony/framework-bundle": "7.1.5",
"symfony/http-client": "7.1.5",
"symfony/http-foundation": "7.1.5",
"symfony/http-kernel": "7.1.5",
"symfony/intl": "7.1.5",
"symfony/mime": "7.1.5",
"symfony/monolog-bundle": "3.10.0",
"symfony/process": "7.1.3",
"symfony/process": "7.1.5",
"symfony/property-access": "7.1.4",
"symfony/property-info": "7.1.3",
"symfony/routing": "7.1.4",
"symfony/runtime": "7.1.1",
"symfony/security-bundle": "7.1.4",
"symfony/security-core": "7.1.4",
"symfony/security-http": "7.1.4",
"symfony/serializer": "7.1.4",
"symfony/string": "7.1.4",
"symfony/translation": "7.1.3",
"symfony/twig-bridge": "7.1.4",
"symfony/twig-bundle": "7.1.1",
"symfony/uid": "7.1.4",
"symfony/validator": "7.1.4",
"symfony/security-core": "7.1.5",
"symfony/security-http": "7.1.5",
"symfony/serializer": "7.1.5",
"symfony/string": "7.1.5",
"symfony/translation": "7.1.5",
"symfony/twig-bridge": "7.1.5",
"symfony/twig-bundle": "7.1.5",
"symfony/uid": "7.1.5",
"symfony/validator": "7.1.5",
"symfony/web-link": "7.1.1",
"symfony/webpack-encore-bundle": "2.1.1",
"symfony/yaml": "7.1.4",
"symfony/yaml": "7.1.5",
"twig/extra-bundle": "3.13.0",
"twig/intl-extra": "3.13.0",
"twig/string-extra": "3.13.0",
"twig/twig": "3.14.0"
},
"require-dev": {
"brianium/paratest": "7.5.4",
"brianium/paratest": "7.5.5",
"dama/doctrine-test-bundle": "8.2.0",
"friendsofphp/php-cs-fixer": "3.64.0",
"justinrainbow/json-schema": "6.0.0",
"phpunit/php-code-coverage": "11.0.6",
"phpunit/phpunit": "11.3.4",
"phpunit/phpunit": "11.3.6",
"rector/rector": "1.2.5",
"symfony/maker-bundle": "1.61.0",
"symfony/stopwatch": "7.1.1",
"symfony/var-dumper": "7.1.4",
"symfony/var-dumper": "7.1.5",
"symfony/web-profiler-bundle": "7.1.4",
"zenstruck/foundry": "2.0.9"
},
Expand Down

0 comments on commit d23c1a0

Please sign in to comment.