Support node 16 (#673)

* upgrade node-sass

* upgrade axios

* update dockerfile

Co-authored-by: gadotroee <55343099+gadotroee@users.noreply.github.com>
This commit is contained in:
lirazyehezkel 2022-01-20 18:41:00 +02:00 committed by GitHub
parent 9c665e664b
commit 18d90cdf36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 27741 additions and 3652 deletions

View File

@ -49,10 +49,10 @@ jobs:
name: Build UI
runs-on: ubuntu-latest
steps:
- name: Set up Node 14
- name: Set up Node 16
uses: actions/setup-node@v2
with:
node-version: '14'
node-version: '16'
- name: Check out code into the Go module directory
uses: actions/checkout@v2

View File

@ -1,4 +1,4 @@
FROM node:14-slim AS site-build
FROM node:16-slim AS site-build
WORKDIR /app/ui-build

31246
ui/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -14,7 +14,7 @@
"@types/react": "^17.0.3",
"@types/react-dom": "^17.0.3",
"@uiw/react-textarea-code-editor": "^1.4.12",
"axios": "^0.21.1",
"axios": "^0.25.0",
"core-js": "^3.20.2",
"highlight.js": "^11.3.1",
"json-beautify": "^1.1.1",
@ -24,7 +24,7 @@
"mobx": "^6.3.10",
"moment": "^2.29.1",
"node-fetch": "^3.1.1",
"node-sass": "^5.0.0",
"node-sass": "^6.0.0",
"numeral": "^2.0.6",
"protobuf-decoder": "^0.1.0",
"react": "^17.0.2",

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 8.7 KiB