Skip to content

Commit

Permalink
Update dependencies (#15)
Browse files Browse the repository at this point in the history
* Update dependency eslint-plugin-prettier to v5

* Update dependency nodemon to v3

* Update dependency eslint-config-prettier to v9

* Update dependency lint-staged to v14

* update

* update node version for circle-ci

* update eslintrc

* respond to comments

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
thomasridd and renovate[bot] authored Oct 4, 2023
1 parent e174676 commit f532007
Show file tree
Hide file tree
Showing 6 changed files with 15,466 additions and 8,272 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ parameters:

node-version:
type: string
default: 18.15-browsers
default: 18.18-browsers

jobs:
build:
Expand Down
3 changes: 2 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@
"printWidth": 120,
"semi": false
}
]
],
"no-empty-function": ["error", { "allow": ["constructors", "arrowFunctions"] }]
}
}
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Stage: base image
FROM node:18.16-bullseye-slim as base
FROM node:18.18-bullseye-slim as base

ARG BUILD_NUMBER=1_0_0
ARG GIT_REF=not-available
Expand Down
Loading

0 comments on commit f532007

Please sign in to comment.