Skip to content

Commit

Permalink
ESD-62: [patch] bump versions (#183)
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh authored Jan 15, 2024
1 parent 275626e commit 2dd8918
Show file tree
Hide file tree
Showing 6 changed files with 6,759 additions and 6,450 deletions.
1 change: 1 addition & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"extends": "@ahmdigital/eslint-config/react-config",
"parser": "@typescript-eslint/parser",
"rules": {
"jest/no-deprecated-functions": "off"
}
Expand Down
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ FROM node:16

WORKDIR /root/app

RUN npm i -g npm@latest
COPY package.json package-lock.json ./
RUN npm ci --quiet --no-optional && \
npm cache clean --force
Expand Down
Loading

0 comments on commit 2dd8918

Please sign in to comment.