Skip to content
This repository was archived by the owner on Dec 27, 2022. It is now read-only.

Commit 541ef5e

Browse files
chore(devdeps): update node.js to v18.12 (#556)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f14e5e3 commit 541ef5e

File tree

3 files changed

+192
-274
lines changed

3 files changed

+192
-274
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
######################################################################
22
# This stage install dependencies and build the application #
33
######################################################################
4-
FROM node:18.11-alpine as builder
4+
FROM node:18.12-alpine as builder
55
WORKDIR /usr/src/app
66

77
COPY package.json pnpm-lock.yaml ./

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@
162162
"@testing-library/react": "13.4.0",
163163
"@testing-library/user-event": "14.4.3",
164164
"@types/final-form-focus": "1.1.2",
165-
"@types/node": "18.11.4",
165+
"@types/node": "18.11.7",
166166
"@types/react": "18.0.21",
167167
"@types/react-dom": "18.0.6",
168168
"babel-loader": "8.2.5",

0 commit comments

Comments
 (0)