Skip to content

Commit 9fd8800

Browse files
committed
deps: update biome
Signed-off-by: Tierney Cyren <[email protected]>
1 parent 7275959 commit 9fd8800

File tree

2 files changed

+44
-41
lines changed

2 files changed

+44
-41
lines changed

package-lock.json

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

package.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@twilio/cli-core": "^7.27.2"
1313
},
1414
"devDependencies": {
15-
"@biomejs/biome": "1.9.4",
15+
"@biomejs/biome": "^2.0.5",
1616
"chai": "^5.2.0",
1717
"mocha": "^11.1.0",
1818
"nyc": "^17.1.0",
@@ -29,13 +29,17 @@
2929
"/yarn.lock"
3030
],
3131
"homepage": "https://github.com/twilio-labs/plugin-token",
32-
"keywords": ["oclif-plugin"],
32+
"keywords": [
33+
"oclif-plugin"
34+
],
3335
"license": "MIT",
3436
"oclif": {
3537
"name": "token",
3638
"commands": "./src/commands",
3739
"bin": "twilio",
38-
"devPlugins": ["@oclif/plugin-help"],
40+
"devPlugins": [
41+
"@oclif/plugin-help"
42+
],
3943
"topics": {
4044
"token": {
4145
"description": "Generate a temporary token for use in test applications"

0 commit comments

Comments
 (0)