Skip to content

Commit

Permalink
- Update all non-major dependencies with digest and pinDigest
Browse files Browse the repository at this point in the history
  • Loading branch information
blumilk-renovate[bot] committed Sep 4, 2024
1 parent 341d61c commit 8b1c223
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.3@sha256:762dd66a062738309e43ad8efce733e8db4a73bf6a38e369aeb547aecb897d27
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.8-bin@sha256:5e52fc3147daed63c79dea15e02554c15ca98b879d7e8640149ca78ac116855f 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:c6e55b1a54a1626b05dfa757e8f8b0ee3c1350816d8ad022aa84a7ef4c5ed5b2 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:c4fa9e2e8c6044e42e5732344cece0e1929125470ed6b2310f12a16645bbc2e1

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.43",
"vite": "^5.4.2",
"vue-tsc": "^2.1.4"
}
}

0 comments on commit 8b1c223

Please sign in to comment.