Merge pull request #149 from Ravinou/develop

update dependencies
This commit is contained in:
Ravinou 2024-02-03 10:17:53 +01:00 committed by GitHub
commit 731be37845
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 330 additions and 317 deletions

View file

@ -29,9 +29,9 @@ FROM base AS runner
ENV NODE_ENV production
RUN echo 'deb http://deb.debian.org/debian bookworm-backports main' >> /etc/apt/sources.list
RUN apt-get update && apt-get install -y \
supervisor \
curl jq jc borgbackup openssh-server sudo cron rsyslog && \
supervisor curl jq jc borgbackup/bookworm-backports openssh-server rsyslog && \
apt-get clean && rm -rf /var/lib/apt/lists/*
RUN groupadd -g ${GID} borgwarehouse && useradd -m -u ${UID} -g ${GID} borgwarehouse

635
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -12,17 +12,17 @@
"@tabler/icons-react": "^2.47.0",
"bcryptjs": "^2.4.3",
"chart.js": "^4.4.1",
"next": "^13.5.6",
"next": "^14.1.0",
"next-auth": "^4.24.5",
"nodemailer": "^6.9.8",
"nodemailer": "^6.9.9",
"react": "^18.2.0",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.49.3",
"react-hook-form": "^7.50.0",
"react-select": "^5.8.0",
"react-toastify": "^9.0.8",
"spinners-react": "^1.0.7",
"swr": "^2.2.0"
"swr": "^2.2.4"
},
"devDependencies": {
"eslint": "8.56.0",