update node
This commit is contained in:
parent
5c964b7b38
commit
0b7ac3d6cc
5 changed files with 5989 additions and 4459 deletions
2
.nvmrc
2
.nvmrc
|
@ -1 +1 @@
|
|||
16.13.0
|
||||
18.4.0
|
|
@ -84,7 +84,7 @@ If you have access to codespaces simply open the repository in codespaces. Else
|
|||
|
||||
Due to formatting rules you should use VSCode for development with the following features/extensions:
|
||||
|
||||
- NodeJS 16.x (LTS)
|
||||
- NodeJS 18.x (LTS)
|
||||
- npm 8.x
|
||||
- `octref.vetur`
|
||||
- `esbenp.prettier-vscode`
|
||||
|
|
|
@ -3,7 +3,7 @@ WORKDIR /src
|
|||
COPY . .
|
||||
RUN pwsh -File ./scripts/build_archives.ps1
|
||||
|
||||
FROM node:lts-buster AS build
|
||||
FROM node:18-bullseye AS build
|
||||
WORKDIR /src
|
||||
COPY --from=prebuild /src .
|
||||
RUN npm i
|
||||
|
|
10434
package-lock.json
generated
10434
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -20,18 +20,18 @@
|
|||
},
|
||||
"license": "Apache-2.0",
|
||||
"devDependencies": {
|
||||
"@sup39/markdown-it-attr": "^1.2.2",
|
||||
"@sup39/markdown-it-inline-tag": "^1.0.1",
|
||||
"@sup39/markdown-it-attr": "1.2.2",
|
||||
"@sup39/markdown-it-inline-tag": "1.0.1",
|
||||
"@vuepress/plugin-back-to-top": "1.9.7",
|
||||
"@vuepress/plugin-medium-zoom": "1.9.7",
|
||||
"jsdom": "20.0.0",
|
||||
"pre-commit": "1.2.2",
|
||||
"prettier": "2.7.1",
|
||||
"serve": "^14.0.1",
|
||||
"serve": "14.0.1",
|
||||
"vuepress": "1.9.7"
|
||||
},
|
||||
"dependencies": {
|
||||
"vuedraggable": "^2.24.3"
|
||||
"vuedraggable": "2.24.3"
|
||||
},
|
||||
"pre-commit": [
|
||||
"precommit"
|
||||
|
|
Loading…
Reference in a new issue