Skip to content

Commit 09c79ea

Browse files
committed
chore: update dependencies and configuration
- Remove playwright dependency from package.json - Update biome.json configuration - Update github-stars.json data
1 parent b8dfad4 commit 09c79ea

File tree

4 files changed

+11
-36
lines changed

4 files changed

+11
-36
lines changed

biome.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,13 @@
5555
"semicolons": "asNeeded",
5656
"trailingCommas": "es5",
5757
"arrowParentheses": "asNeeded"
58-
}
58+
},
59+
"globals": [
60+
"mcp__chrome_devtools__navigate_page",
61+
"mcp__chrome_devtools__wait_for",
62+
"mcp__chrome_devtools__take_snapshot",
63+
"mcp__chrome_devtools__take_screenshot"
64+
]
5965
},
6066
"json": {
6167
"formatter": {

data/github-stars.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
"kilo-code": 13,
1414
"qoder": null,
1515
"roo-code": 21.1,
16-
"tabnine": 10.8
16+
"tabnine": 10.8,
17+
"verdent": null
1718
},
1819
"clis": {
1920
"amazon-q-developer-cli": 1.8,
@@ -24,6 +25,7 @@
2425
"codebuddy-cli": null,
2526
"codex-cli": 52.1,
2627
"continue-cli": 30.2,
28+
"cursor-cli": null,
2729
"droid-cli": null,
2830
"gemini-cli": 86.3,
2931
"github-copilot-cli": 5.8,
@@ -45,6 +47,7 @@
4547
"kiro": 2.4,
4648
"qoder": null,
4749
"trae": null,
50+
"verdent-deck": null,
4851
"vscode": 179.4,
4952
"windsurf": null,
5053
"zed": 71.1

package-lock.json

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

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@
6868
"gray-matter": "^4.0.3",
6969
"husky": "9.1.7",
7070
"lint-staged": "16.2.7",
71-
"playwright": "^1.48.0",
7271
"rehype-highlight": "^7.0.2",
7372
"remark-frontmatter": "^5.0.0",
7473
"remark-gfm": "^4.0.1",

0 commit comments

Comments
 (0)