Skip to content

Commit 5873146

Browse files
author
Marco
committed
latest
1 parent bb868d9 commit 5873146

File tree

3 files changed

+19
-46
lines changed

3 files changed

+19
-46
lines changed

components/webui/package-lock.json

Lines changed: 15 additions & 42 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/webui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
"author": "YScope Inc. <[email protected]>",
2020
"license": "Apache-2.0",
2121
"devDependencies": {
22-
"concurrently": "^9.1.2"
22+
"concurrently": "^9.2.1"
2323
}
2424
}

components/webui/server/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@
3939
"fastify-plugin": "^5.0.1",
4040
"http-status-codes": "^2.3.0",
4141
"pino-pretty": "^13.0.0",
42-
"socket.io": "^4.8.1",
43-
"presto-client": "^1.1.0"
42+
"presto-client": "^1.1.0",
43+
"socket.io": "^4.8.1"
4444
},
4545
"devDependencies": {
4646
"@types/presto-client": "^1.0.2",
47-
"concurrently": "^9.1.2",
47+
"concurrently": "^9.2.1",
4848
"eslint-config-yscope": "1.1.1",
4949
"fastify-cli": "^7.4.0",
5050
"tap": "^21.1.0",

0 commit comments

Comments
 (0)