Skip to content

Commit 6429586

Browse files
committed
chore: Fixed CI.
Signed-off-by: Paolo Insogna <paolo@cowtech.it>
1 parent fcda3df commit 6429586

2 files changed

Lines changed: 131 additions & 230 deletions

File tree

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
"lint:fix": "eslint . --fix"
2424
},
2525
"dependencies": {
26-
"@fastify/websocket": "^11.2.0",
2726
"@fastify/type-provider-json-schema-to-ts": "^5.0.0",
27+
"@fastify/websocket": "^11.2.0",
2828
"@inquirer/prompts": "^8.0.0",
2929
"@platformatic/control": "^3.36.0",
3030
"@platformatic/gateway": "^3.36.0",
@@ -43,7 +43,6 @@
4343
"fastify": "^5.6.1",
4444
"json-schema-to-ts": "^3.1.1",
4545
"pprof-format": "^2.2.1",
46-
"react": "^19.2.0",
4746
"react-dom": "^19.2.0",
4847
"react-pprof": "^1.3.1",
4948
"react-router-dom": "^7.9.3",
@@ -61,6 +60,7 @@
6160
"@playwright/test": "^1.56.0",
6261
"@types/d3": "^7.4.3",
6362
"@types/node": "^24.0.0",
63+
"@types/react": "^19.2.10",
6464
"@types/react-dom": "^19.2.1",
6565
"@types/split2": "^4.2.3",
6666
"@types/ws": "^8.18.1",
@@ -69,6 +69,7 @@
6969
"massimo-cli": "^1.0.1",
7070
"neostandard": "^0.12.2",
7171
"playwright": "^1.56.0",
72+
"react": "^19.2.0",
7273
"typescript": "^5.9.3",
7374
"vitest": "^4.0.0"
7475
},

0 commit comments

Comments
 (0)