Skip to content

Commit 67a58c9

Browse files
chore(devdeps): update node.js to v18.14 (#2249)
* chore(devdeps): update dependency @storybook/mdx2-csf to v0.0.4 * chore(devdeps): update dependency lerna to v6.4.1 * chore(devdeps): update dependency postcss to v8.4.21 * chore(devdeps): update dependency prettier to v2.8.3 * chore(devdeps): update node.js to v18.14 --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d182ad5 commit 67a58c9

File tree

4 files changed

+129
-111
lines changed

4 files changed

+129
-111
lines changed

Dockerfile.website

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:18.13 as builder
1+
FROM node:18.14 as builder
22
WORKDIR /app
33
RUN corepack enable
44

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
"@testing-library/react": "13.4.0",
131131
"@testing-library/user-event": "14.4.3",
132132
"@types/jest-axe": "3.5.5",
133-
"@types/node": "18.11.18",
133+
"@types/node": "18.11.19",
134134
"@types/prop-types": "15.7.5",
135135
"@types/react": "18.0.26",
136136
"@types/react-datepicker": "4.8.0",

0 commit comments

Comments
 (0)