chore: update dependencies

This commit is contained in:
Giacomo Cusinato 2025-03-14 22:10:42 +07:00
parent 9510822aa0
commit cccaa39aaa
3 changed files with 2559 additions and 2701 deletions

View File

@ -58,7 +58,6 @@
"@types/node-fetch": "^2.5.7", "@types/node-fetch": "^2.5.7",
"@types/p-queue": "^2.3.1", "@types/p-queue": "^2.3.1",
"@types/ps-tree": "^1.1.0", "@types/ps-tree": "^1.1.0",
"@types/react-tabs": "^2.3.2",
"@types/temp": "^0.8.34", "@types/temp": "^0.8.34",
"arduino-serial-plotter-webapp": "0.2.0", "arduino-serial-plotter-webapp": "0.2.0",
"async-mutex": "^0.3.0", "async-mutex": "^0.3.0",
@ -100,7 +99,7 @@
"react-markdown": "^8.0.0", "react-markdown": "^8.0.0",
"react-perfect-scrollbar": "^1.5.8", "react-perfect-scrollbar": "^1.5.8",
"react-select": "^5.6.0", "react-select": "^5.6.0",
"react-tabs": "^3.1.2", "react-tabs": "^5.2.0",
"react-window": "^1.8.6", "react-window": "^1.8.6",
"semver": "^7.3.2", "semver": "^7.3.2",
"string-natural-compare": "^2.0.3", "string-natural-compare": "^2.0.3",

View File

@ -13,8 +13,12 @@
"@theia/cli/@babel/traverse": "^7.23.2", "@theia/cli/@babel/traverse": "^7.23.2",
"@theia/cli/@theia/application-package/nano": "^10.1.3", "@theia/cli/@theia/application-package/nano": "^10.1.3",
"**/@theia/core/msgpackr": "^1.10.1", "**/@theia/core/msgpackr": "^1.10.1",
"nx/axios": "^1.6.7", "**/@types/react-dom": "18.3.1",
"**/ip": "^2.0.1" "**/@types/react": "18.3.1",
"**/inversify": "6.0.2",
"**/ip": "^2.0.1",
"**/perfect-scrollbar": "1.5.5",
"nx/axios": "^1.6.7"
}, },
"devDependencies": { "devDependencies": {
"@theia/cli": "1.53.2", "@theia/cli": "1.53.2",

5249
yarn.lock

File diff suppressed because it is too large Load Diff