change react-monaco-editor vertion to 0.40.0

This commit is contained in:
dushixiang
2021-11-05 00:08:22 +08:00
parent b4cab3d227
commit 9c43d8fcc5
4 changed files with 2 additions and 41167 deletions

View File

@ -2,11 +2,6 @@ name: Docker guacd Build
on: on:
workflow_dispatch: workflow_dispatch:
inputs:
days:
description: 'Number of days.'
required: true
default: "30"
jobs: jobs:
DOCKERHUB_Guacd_Build: DOCKERHUB_Guacd_Build:

View File

@ -4,6 +4,7 @@ on:
push: push:
tags: tags:
- "v*" - "v*"
workflow_dispatch:
jobs: jobs:
build: build:

41160
web/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -10,12 +10,11 @@
"dayjs": "^1.10.4", "dayjs": "^1.10.4",
"guacamole-common-js": "^1.3.0", "guacamole-common-js": "^1.3.0",
"js-base64": "^3.7.2", "js-base64": "^3.7.2",
"monaco-editor": "^0.28.1",
"qs": "^6.9.4", "qs": "^6.9.4",
"react": "^16.14.0", "react": "^16.14.0",
"react-dom": "^16.14.0", "react-dom": "^16.14.0",
"react-draggable": "^4.4.3", "react-draggable": "^4.4.3",
"react-monaco-editor": "^0.46.0", "react-monaco-editor": "0.40.0",
"react-router": "^5.2.0", "react-router": "^5.2.0",
"react-router-dom": "^5.2.0", "react-router-dom": "^5.2.0",
"react-scripts": "^4.0.0", "react-scripts": "^4.0.0",