Merge pull request #57 from kaythomas0/v0.6.11

v0.6.11
This commit is contained in:
Kay Thomas
2023-04-17 01:40:29 -07:00
committed by GitHub
3 changed files with 15675 additions and 436 deletions

View File

@@ -1,8 +1,8 @@
FROM node:14 FROM node:16
LABEL maintainer="kaythomas@pm.me" LABEL maintainer="kaythomas@pm.me"
WORKDIR /var/noisedash WORKDIR /var/noisedash
COPY package*.json ./ COPY package*.json ./
RUN npm install RUN npm install --force
COPY . . COPY . .
ENV NODE_ENV production ENV NODE_ENV production
RUN npm run build RUN npm run build

16103
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -1,6 +1,6 @@
{ {
"name": "noisedash", "name": "noisedash",
"version": "0.6.10", "version": "0.6.11",
"private": true, "private": true,
"author": "Kay Thomas <kaythomas@pm.me> (https://kaythomas.dev)", "author": "Kay Thomas <kaythomas@pm.me> (https://kaythomas.dev)",
"scripts": { "scripts": {
@@ -16,7 +16,7 @@
"config": "^3.3.6", "config": "^3.3.6",
"connect-history-api-fallback": "^1.6.0", "connect-history-api-fallback": "^1.6.0",
"cookie-parser": "^1.4.5", "cookie-parser": "^1.4.5",
"core-js": "^3.22.7", "core-js": "^3.23.5",
"express": "^4.18.1", "express": "^4.18.1",
"express-session": "^1.17.3", "express-session": "^1.17.3",
"multer": "^1.4.5-lts.1", "multer": "^1.4.5-lts.1",