Update dependency react-vnc to v2
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Pierre HUBERT 2024-06-12 00:14:01 +00:00
parent b5cb76cd7d
commit 6272df6b8b
2 changed files with 65 additions and 8 deletions

View File

@ -35,7 +35,7 @@
"react-dom": "^18.2.0", "react-dom": "^18.2.0",
"react-router-dom": "^6.23.0", "react-router-dom": "^6.23.0",
"react-syntax-highlighter": "^15.5.0", "react-syntax-highlighter": "^15.5.0",
"react-vnc": "^1.0.0", "react-vnc": "^2.0.0",
"typescript": "^4.0.0", "typescript": "^4.0.0",
"uuid": "^9.0.1", "uuid": "^9.0.1",
"vite": "^5.2.10", "vite": "^5.2.10",
@ -5001,6 +5001,60 @@
"node": ">=14.0.0" "node": ">=14.0.0"
} }
}, },
"node_modules/@rollup/plugin-typescript": {
"version": "11.1.6",
"resolved": "https://registry.npmjs.org/@rollup/plugin-typescript/-/plugin-typescript-11.1.6.tgz",
"integrity": "sha512-R92yOmIACgYdJ7dJ97p4K69I8gg6IEHt8M7dUBxN3W6nrO8uUxX5ixl0yU/N3aZTi8WhPuICvOHXQvF6FaykAA==",
"license": "MIT",
"dependencies": {
"@rollup/pluginutils": "^5.1.0",
"resolve": "^1.22.1"
},
"engines": {
"node": ">=14.0.0"
},
"peerDependencies": {
"rollup": "^2.14.0||^3.0.0||^4.0.0",
"tslib": "*",
"typescript": ">=3.7.0"
},
"peerDependenciesMeta": {
"rollup": {
"optional": true
},
"tslib": {
"optional": true
}
}
},
"node_modules/@rollup/pluginutils": {
"version": "5.1.0",
"resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-5.1.0.tgz",
"integrity": "sha512-XTIWOPPcpvyKI6L1NHo0lFlCyznUEyPmPY1mc3KpPVDYulHSTvyeLNVW00QTLIAFNhR3kYnJTQHeGqU4M3n09g==",
"license": "MIT",
"dependencies": {
"@types/estree": "^1.0.0",
"estree-walker": "^2.0.2",
"picomatch": "^2.3.1"
},
"engines": {
"node": ">=14.0.0"
},
"peerDependencies": {
"rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
},
"peerDependenciesMeta": {
"rollup": {
"optional": true
}
}
},
"node_modules/@rollup/pluginutils/node_modules/estree-walker": {
"version": "2.0.2",
"resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz",
"integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==",
"license": "MIT"
},
"node_modules/@rollup/rollup-android-arm-eabi": { "node_modules/@rollup/rollup-android-arm-eabi": {
"version": "4.14.1", "version": "4.14.1",
"resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.14.1.tgz", "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.14.1.tgz",
@ -19654,13 +19708,16 @@
} }
}, },
"node_modules/react-vnc": { "node_modules/react-vnc": {
"version": "1.0.0", "version": "2.0.1",
"resolved": "https://registry.npmjs.org/react-vnc/-/react-vnc-1.0.0.tgz", "resolved": "https://registry.npmjs.org/react-vnc/-/react-vnc-2.0.1.tgz",
"integrity": "sha512-LE9i2H6X/njuzbJTRIsopadgyka18k5avUMWDj6kuRsis5O192qm2EIqJ4l8xRRpwrKVFrOkAC5wIgw+PBNAyw==", "integrity": "sha512-GTc7mR2j7nEMfe0J5DYAkZ3Ns5EiPLPgLuDw+hKWo9bOKk3Z8AVGPAsesEN7ue87+oVX1ELimj0IHDn57XqI8Q==",
"dependencies": {
"@rollup/plugin-typescript": "^11.1.6"
},
"peerDependencies": { "peerDependencies": {
"react": ">=16.0.0", "react": ">=18.0.0",
"react-dom": ">=16.0.0", "react-dom": ">=18.0.0",
"react-scripts": ">=4.0.0" "react-scripts": ">=5.0.0"
} }
}, },
"node_modules/read-cache": { "node_modules/read-cache": {

View File

@ -31,7 +31,7 @@
"react-dom": "^18.2.0", "react-dom": "^18.2.0",
"react-router-dom": "^6.23.0", "react-router-dom": "^6.23.0",
"react-syntax-highlighter": "^15.5.0", "react-syntax-highlighter": "^15.5.0",
"react-vnc": "^1.0.0", "react-vnc": "^2.0.0",
"typescript": "^4.0.0", "typescript": "^4.0.0",
"uuid": "^9.0.1", "uuid": "^9.0.1",
"vite": "^5.2.10", "vite": "^5.2.10",