Skip to content

Commit

Permalink
Merge pull request #55 from Alanimdeo/development
Browse files Browse the repository at this point in the history
v0.11.1 minor patch
  • Loading branch information
Alanimdeo authored Sep 24, 2024
2 parents e78de91 + 6e1e5af commit 41cd83a
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 1,681 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Build stage
FROM node:18-alpine as builder
FROM node:20-alpine as builder
WORKDIR /conveyor
COPY . .
RUN yarn build

# Production stage
FROM node:18-alpine
FROM node:20-alpine
WORKDIR /conveyor

ENV LC_ALL C.UTF-8
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"prebuild": "rm -rf dist && yarn",
"build": "yarn types build; run-p -l '{frontend,backend} build'",
"postbuild": "node scripts/postBuild.js",
"update-deps": "run-p -l '{frontend,backend,types} update-deps' && yarn",
"update-deps": "ncu -u && run-p -l '{frontend,backend,types} update-deps' && yarn",
"precommit": "node scripts/preCommit.js"
},
"workspaces": [
Expand All @@ -22,8 +22,8 @@
"frontend"
],
"devDependencies": {
"npm-check-updates": "^16.10.12",
"npm-check-updates": "^17.1.3",
"npm-run-all": "^4.1.5",
"typescript": "^5.0.4"
"typescript": "^5.6.2"
}
}
Loading

0 comments on commit 41cd83a

Please sign in to comment.