Skip to content

Commit

Permalink
[shopsys] Upgrade Redis to the newest version (#3673)
Browse files Browse the repository at this point in the history
  • Loading branch information
henzigo authored Dec 17, 2024
1 parent dd75ce6 commit f8daff5
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 36 deletions.
4 changes: 2 additions & 2 deletions app/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"presta/sitemap-bundle": "^3.3",
"prezent/doctrine-translatable-bundle": "^1.4",
"sentry/sentry-symfony": "^5.0.1",
"shopsys/deployment": "^3.2.7",
"shopsys/deployment": "^3.3.2",
"shopsys/form-types-bundle": "16.0.x-dev",
"shopsys/framework": "16.0.x-dev",
"shopsys/frontend-api": "16.0.x-dev",
Expand All @@ -83,7 +83,7 @@
"shopsys/article-feed-luigis-box": "16.0.x-dev",
"shopsys/luigis-box": "16.0.x-dev",
"shopsys/s3-bridge": "16.0.x-dev",
"snc/redis-bundle": "^4.4.1",
"snc/redis-bundle": "^4.8.0",
"stof/doctrine-extensions-bundle": "^1.3.0",
"symfony-cmf/routing": "^3.0.3",
"symfony-cmf/routing-bundle": "^3.0.3",
Expand Down
2 changes: 1 addition & 1 deletion docker/conf/docker-compose-mac.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ services:
- "15672:15672"

redis:
image: redis:7.0-alpine
image: redis:7.4-alpine
container_name: shopsys-framework-redis

redis-commander:
Expand Down
2 changes: 1 addition & 1 deletion docker/conf/docker-compose.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ services:
- "15672:15672"

redis:
image: redis:7.0-alpine
image: redis:7.4-alpine
container_name: shopsys-framework-redis

redis-commander:
Expand Down
2 changes: 1 addition & 1 deletion gitlab/docker-compose-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ services:
- GROUP=${GROUP}

redis:
image: redis:5.0-alpine
image: redis:7.4-alpine
container_name: shopsys-framework-redis

selenium-server:
Expand Down
2 changes: 1 addition & 1 deletion storefront/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"react-swipeable": "~7.0.2",
"react-tabs": "~6.0.2",
"react-toastify": "~10.0.6",
"redis": "~4.6.15",
"redis": "~4.7.0",
"supercluster": "^8.0.1",
"tailwind-merge": "~2.2.2",
"tinycolor2": "~1.6.0",
Expand Down
60 changes: 30 additions & 30 deletions storefront/pnpm-lock.yaml

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

0 comments on commit f8daff5

Please sign in to comment.