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 \ RUN apt-get update \
&& apt-get install --no-install-recommends -y git ca-certificates fish \ && apt-get install --no-install-recommends -y git ca-certificates fish \

View File

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

View File

@@ -2,7 +2,7 @@ version: "3.9"
services: services:
app: app:
image: dev-toys-web-dev:1.0.0 image: dev-toys-web-dev:2.0.0
build: build:
context: docker context: docker
working_dir: /app 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": { "devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "^3.7.2", "@ianvs/prettier-plugin-sort-imports": "^3.7.2",
"@types/create-hash": "^1.2.2", "@types/create-hash": "^1.2.2",
"@types/node": "~16.18.33", "@types/node": "~18.16.16",
"@types/react": "~18.2.7", "@types/react": "~18.2.7",
"@types/react-dom": "~18.2.4", "@types/react-dom": "~18.2.4",
"@types/uuid": "^9.0.1", "@types/uuid": "^9.0.1",

View File

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