Skip to content

Commit dd5a04b

Browse files
chore: update dependencies
1 parent 0b36122 commit dd5a04b

File tree

3 files changed

+2583
-2725
lines changed

3 files changed

+2583
-2725
lines changed

arduino-ide-extension/package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@
5858
"@types/node-fetch": "^2.5.7",
5959
"@types/p-queue": "^2.3.1",
6060
"@types/ps-tree": "^1.1.0",
61-
"@types/react-tabs": "^2.3.2",
6261
"@types/temp": "^0.8.34",
6362
"arduino-serial-plotter-webapp": "0.2.0",
6463
"async-mutex": "^0.3.0",
@@ -100,7 +99,7 @@
10099
"react-markdown": "^8.0.0",
101100
"react-perfect-scrollbar": "^1.5.8",
102101
"react-select": "^5.6.0",
103-
"react-tabs": "^3.1.2",
102+
"react-tabs": "^5.2.0",
104103
"react-window": "^1.8.6",
105104
"semver": "^7.3.2",
106105
"string-natural-compare": "^2.0.3",

package.json

+6-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,12 @@
1313
"@theia/cli/@babel/traverse": "^7.23.2",
1414
"@theia/cli/@theia/application-package/nano": "^10.1.3",
1515
"**/@theia/core/msgpackr": "^1.10.1",
16-
"nx/axios": "^1.6.7",
17-
"**/ip": "^2.0.1"
16+
"**/@types/react-dom": "18.3.1",
17+
"**/@types/react": "18.3.1",
18+
"**/inversify": "6.0.2",
19+
"**/ip": "^2.0.1",
20+
"**/perfect-scrollbar": "1.5.5",
21+
"nx/axios": "^1.6.7"
1822
},
1923
"devDependencies": {
2024
"@theia/cli": "1.53.2",

0 commit comments

Comments
 (0)