chore(deps): Node.js 16 -> Node.js 18

This commit is contained in:
rusconn
2023-05-28 23:30:58 +00:00
parent 91ecaa756f
commit ec38217c4c
6 changed files with 9 additions and 9 deletions

View File

@@ -1,4 +1,4 @@
FROM dev-toys-web-dev:1.0.0
FROM dev-toys-web-dev:2.0.0
RUN apt-get update \
&& apt-get install --no-install-recommends -y git ca-certificates fish \

View File

@@ -2,7 +2,7 @@ version: "3.9"
services:
app:
image: xxx/dev-toys-web-dev:1.0.0
image: xxx/dev-toys-web-dev:2.0.0
build:
context: .devcontainer
command: sleep infinity

View File

@@ -2,7 +2,7 @@ version: "3.9"
services:
app:
image: dev-toys-web-dev:1.0.0
image: dev-toys-web-dev:2.0.0
build:
context: docker
working_dir: /app

View File

@@ -1 +1 @@
FROM node:16.16.0-bullseye-slim
FROM node:18.16.0-bullseye-slim

View File

@@ -49,7 +49,7 @@
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "^3.7.2",
"@types/create-hash": "^1.2.2",
"@types/node": "~16.18.33",
"@types/node": "~18.16.16",
"@types/react": "~18.2.7",
"@types/react-dom": "~18.2.4",
"@types/uuid": "^9.0.1",

View File

@@ -921,10 +921,10 @@
resolved "https://registry.npmjs.org/@types/node/-/node-20.1.3.tgz"
integrity sha512-NP2yfZpgmf2eDRPmgGq+fjGjSwFgYbihA8/gK+ey23qT9RkxsgNTZvGOEpXgzIGqesTYkElELLgtKoMQTys5vA==
"@types/node@~16.18.33":
version "16.18.33"
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.18.33.tgz#0e91a6e18a006d3acfb3efa797cdcfc3a6598cd0"
integrity sha512-WjW7iYRVtePnSeLxVfE1e+g1yStJrfR9Anuv4y6JZVgOqYyFcW7GhPBk2/J1d0rC4ZNLrI13lS4e32NUuuRmHA==
"@types/node@~18.16.16":
version "18.16.16"
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.16.16.tgz#3b64862856c7874ccf7439e6bab872d245c86d8e"
integrity sha512-NpaM49IGQQAUlBhHMF82QH80J08os4ZmyF9MkpCzWAGuOHqE4gTEbhzd7L3l5LmWuZ6E0OiC1FweQ4tsiW35+g==
"@types/prop-types@*":
version "15.7.5"