Skip to content

Commit 3968b7f

Browse files
authored
Merge pull request #145 from platformatic/fix-ci
chore: Fixed CI.
2 parents fcda3df + c4037e6 commit 3968b7f

3 files changed

Lines changed: 164 additions & 240 deletions

File tree

package.json

Lines changed: 6 additions & 3 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,16 +60,20 @@
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",
6767
"eslint": "^9.37.0",
6868
"fastify-tsconfig": "^3.0.0",
69+
"glob": "^13.0.1",
6970
"massimo-cli": "^1.0.1",
7071
"neostandard": "^0.12.2",
7172
"playwright": "^1.56.0",
73+
"react": "^19.2.0",
7274
"typescript": "^5.9.3",
73-
"vitest": "^4.0.0"
75+
"vitest": "^4.0.0",
76+
"ws": "^8.19.0"
7477
},
7578
"bin": {
7679
"watt-admin": "cli.js"

0 commit comments

Comments
 (0)