Compare commits

...

2 Commits

Author SHA1 Message Date
Julie Lenaerts b6c17f62d0 add changie
Prepare release for chill app / update-deps (push) Successful in 33s Details
2024-02-13 14:38:18 +01:00
Julie Lenaerts 7712d146c7 update yarn.lock and makefile to use node 20 and upgrade vue 2024-02-13 14:37:18 +01:00
3 changed files with 1278 additions and 1253 deletions

View File

@ -0,0 +1,5 @@
kind: Fixed
body: Upgrade vue to fix multiselect
time: 2024-02-13T14:38:03.495911019+01:00
custom:
Issue: ""

View File

@ -2,7 +2,7 @@ THIS_FILE := $(lastword $(MAKEFILE_LIST))
PWD:=$(shell echo ${PWD})
UID:=$(shell id -u)
GID:=$(shell id -g)
DOCKERNODE_CMD=docker run --rm --user ${UID}:${GID} -v ${PWD}:/app --workdir /app -e YARN_CACHE_FOLDER=/app/.yarncache node:16
DOCKERNODE_CMD=docker run --rm --user ${UID}:${GID} -v ${PWD}:/app --workdir /app -e YARN_CACHE_FOLDER=/app/.yarncache node:20
DOCKER_COMPOSE_PHP_EXEC_CMD=docker-compose run --rm --user $(UID):$(GID) -e CLEAR_CACHE=false -e COMPOSER_HOME=/var/www/app/.composer --entrypoint /usr/bin/env php
DOCKER_PHP_EXEC_CMD_BASE=docker run --rm --user $(UID):$(GID) -v ${PWD}:/var/www/app -e CLEAR_CACHE=false -e COMPOSER_HOME=/var/www/app/.composer --entrypoint /usr/bin/env $(PHP_BASE_IMAGE_TAG)
PHP_BASE_IMAGE=php:8.2-fpm-alpine

2524
yarn.lock

File diff suppressed because it is too large Load Diff