Skip to content

Commit 75158b4

Browse files
author
GitLab CI
committed
chore(electron): format keywords array and bump ws to ^8.19.0
1 parent f8dbc31 commit 75158b4

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

sdks/electron/package.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,16 @@
33
"version": "0.8.3",
44
"description": "Flutter Skill AI E2E testing bridge for Electron apps",
55
"main": "flutter-skill-electron.js",
6-
"keywords": ["flutter-skill", "electron", "e2e", "testing", "ai"],
6+
"keywords": [
7+
"flutter-skill",
8+
"electron",
9+
"e2e",
10+
"testing",
11+
"ai"
12+
],
713
"license": "MIT",
814
"dependencies": {
9-
"ws": "^8.16.0"
15+
"ws": "^8.19.0"
1016
},
1117
"peerDependencies": {
1218
"electron": ">=20.0.0"

0 commit comments

Comments
 (0)