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 21, 2024
1 parent 247e678 commit c3f3aa6
Show file tree
Hide file tree
Showing 6 changed files with 285 additions and 280 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"
}
8 changes: 4 additions & 4 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 Down Expand Up @@ -69,12 +69,12 @@
"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",
Expand Down
Loading

0 comments on commit c3f3aa6

Please sign in to comment.