release v1.2.0

This commit is contained in:
dushixiang
2021-10-31 17:15:35 +08:00
parent 4665ab6f78
commit 6132a05786
173 changed files with 37928 additions and 9349 deletions

View File

@ -1,22 +1,24 @@
{
"name": "next-terminal",
"version": "0.5.0",
"version": "1.2.0",
"private": true,
"dependencies": {
"@ant-design/icons": "^4.3.0",
"antd": "^4.8.4",
"axios": "^0.21.1",
"@ant-design/charts": "^1.2.13",
"@ant-design/icons": "^4.6.4",
"antd": "^4.16.13",
"axios": "^0.21.4",
"dayjs": "^1.10.4",
"guacamole-common-js": "^1.2.0",
"guacamole-common-js": "^1.3.0",
"js-base64": "^3.7.2",
"monaco-editor": "^0.29.1",
"qs": "^6.9.4",
"react": "^16.14.0",
"react-contexify": "^4.1.1",
"react-dom": "^16.14.0",
"react-draggable": "^4.4.3",
"react-monaco-editor": "^0.46.0",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"react-scripts": "^4.0.0",
"typescript": "^3.9.7",
"xterm": "^4.9.0",
"xterm-addon-fit": "^0.4.0",
"xterm-addon-web-links": "^0.4.0"
@ -36,13 +38,5 @@
"not ie <= 11",
"not op_mini all"
],
"homepage": ".",
"devDependencies": {
"@ant-design/charts": "^1.0.13",
"g2": "^2.3.13",
"g2-react": "^1.3.2",
"umi-request": "^1.3.5",
"xterm-addon-attach": "^0.6.0",
"xterm-addon-fit": "^0.4.0"
}
"homepage": "."
}