Merge branch 'dev-1.6.0' into dev-1.6.0
This commit is contained in:
20
package-lock.json
generated
20
package-lock.json
generated
@@ -5152,6 +5152,26 @@
|
||||
"node": ">=0.10.0"
|
||||
}
|
||||
},
|
||||
"node_modules/concat-map": {
|
||||
"version": "0.0.1",
|
||||
"resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
|
||||
"integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": ">= 6"
|
||||
}
|
||||
},
|
||||
"node_modules/compare-version": {
|
||||
"version": "0.1.2",
|
||||
"resolved": "https://registry.npmjs.org/compare-version/-/compare-version-0.1.2.tgz",
|
||||
"integrity": "sha512-pJDh5/4wrEnXX/VWRZvruAGHkzKdr46z11OlTPN+VrATlWWhSKewNCJ1futCO5C7eJB3nPMFZA1LeYtcFboZ2A==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": ">=0.10.0"
|
||||
}
|
||||
},
|
||||
"node_modules/concat-map": {
|
||||
"version": "0.0.1",
|
||||
"resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
|
||||
|
||||
@@ -38,10 +38,10 @@ export const MobileApp: FC = () => {
|
||||
<Terminal
|
||||
ref={terminalRef}
|
||||
hostConfig={{
|
||||
ip: "192.210.197.55",
|
||||
ip: "n/a",
|
||||
port: 22,
|
||||
username: "bugattiguy527",
|
||||
password: "bugatti$123"
|
||||
username: "n/a",
|
||||
password: "n/a"
|
||||
}}
|
||||
isVisible={true}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user