mirror of
https://github.com/ershisan99/DevToysWeb.git
synced 2025-12-16 20:49:23 +00:00
chore(deps): Node.js 16 -> Node.js 18
This commit is contained in:
@@ -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 \
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1 +1 @@
|
||||
FROM node:16.16.0-bullseye-slim
|
||||
FROM node:18.16.0-bullseye-slim
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user