Skip to content

Commit

Permalink
- Update all non-major dependencies with digest and pinDigest (#34)
Browse files Browse the repository at this point in the history
Co-authored-by: blumilk-renovate[bot] <177020257+blumilk-renovate[bot]@users.noreply.github.com>
  • Loading branch information
blumilk-renovate[bot] authored Sep 5, 2024
1 parent 341d61c commit 5d04a22
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion src/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"ext-pdo": "*",
"guzzlehttp/guzzle": "^7.9.2",
"inertiajs/inertia-laravel": "^1.3.0",
"laravel/framework": "^11.20.0",
"laravel/framework": "^11.21.0",
"laravel/sanctum": "^4.0.2",
"laravel/tinker": "^2.9"
},
Expand Down
2 changes: 1 addition & 1 deletion src/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ services:
restart: unless-stopped

mailpit:
image: axllent/mailpit:v1.20.2@sha256:e6520318d3e6164b5f4213e9906ab01b17bf8eb01923d1d3458ea76ce2039254
image: axllent/mailpit:v1.20.4@sha256:ff82a613c735f4e8a3ddfdf7ee4e18cb934c721e72a340ecbbb7ec0ca7fbd057
container_name: example-app-mailpit-dev
labels:
- "traefik.enable=true"
Expand Down
6 changes: 3 additions & 3 deletions src/environment/dev/app/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# For other versions check: https://hub.docker.com/_/composer/tags
FROM composer/composer:2.7.7-bin@sha256:1832641f1ba36c8e748f4b4462f77e7c8836cca7730fdf0540580d703b78f2e7 as composer-bin
FROM composer/composer:2.7.9-bin@sha256:16b920d0d55d162e3f624a6c4de2ad444a985318ac38566351d31958cbcf382b as composer-bin

# For other versions check: https://hub.docker.com/_/node/tags?page=1&name=bullseye-slim
FROM node:22.6.0-bullseye-slim@sha256:a4b9a4773f239be06956f24fdf0b371ef87da3ad2d3eb877669254da947fa8b2 as node
FROM node:22.8.0-bullseye-slim@sha256:16b692be9bb31dc00fb51bfa5e43567bf66e9ef0ff269d70753b3b2e07946dab as node

# For other versions check: https://hub.docker.com/_/php/tags?page=1&name=fpm-bullseye
FROM php:8.3.10-fpm-bullseye@sha256:857b7cdf42fc4e5b313548e6f6260fce0534439e30915824a5ac3efe9a121dff
FROM php:8.3.11-fpm-bullseye@sha256:a6992f50fecef134e61b477f7ba07783e771ea6df2f93a3d95ed4e72c3d82062

COPY --from=composer-bin ./composer /usr/bin/composer

Expand Down
12 changes: 6 additions & 6 deletions src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
},
"dependencies": {
"@inertiajs/vue3": "^1.2.0",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.14",
"@tailwindcss/forms": "^0.5.8",
"@tailwindcss/typography": "^0.5.15",
"laravel-vite-plugin": "^1.0.5",
"lodash": "^4.17.21",
"tailwindcss": "^3.4.10",
Expand All @@ -21,14 +21,14 @@
"devDependencies": {
"@blumilksoftware/eslint-config": "^2.0.0",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@vitejs/plugin-vue": "^5.1.2",
"@vitejs/plugin-vue": "^5.1.3",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-tailwindcss": "^3.17.4",
"eslint-plugin-vue": "^9.27.0",
"postcss": "^8.4.41",
"vite": "^5.4.1",
"vue-tsc": "^2.0.29"
"postcss": "^8.4.44",
"vite": "^5.4.2",
"vue-tsc": "^2.1.4"
}
}

0 comments on commit 5d04a22

Please sign in to comment.