Skip to content

Commit 2f09775

Browse files
committed
Update dependencies and Biome schema versions
1 parent 23df53a commit 2f09775

File tree

5 files changed

+387
-260
lines changed

5 files changed

+387
-260
lines changed

biome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/2.1.4/schema.json",
2+
"$schema": "https://biomejs.dev/schemas/2.2.0/schema.json",
33
"vcs": {
44
"enabled": true,
55
"clientKind": "git",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
]
2525
},
2626
"devDependencies": {
27-
"@biomejs/biome": "^2.1.4",
27+
"@biomejs/biome": "^2.2.0",
2828
"@tsconfig/node18": "^18.2.4",
29-
"@types/node": "^18.19.122",
29+
"@types/node": "^18.19.123",
3030
"husky": "^9.1.7",
3131
"lint-staged": "^16.1.5",
3232
"typescript": "~5.3.3",

packages/comment-widget/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@
3838
"@halo-dev/api-client": "^2.21.1",
3939
"@lit/context": "^1.1.6",
4040
"@lit/localize": "^0.12.2",
41-
"@tiptap/core": "^3.1.0",
42-
"@tiptap/extensions": "^3.1.0",
43-
"@tiptap/pm": "^3.1.0",
44-
"@tiptap/starter-kit": "^3.1.0",
41+
"@tiptap/core": "^3.2.0",
42+
"@tiptap/extensions": "^3.2.0",
43+
"@tiptap/pm": "^3.2.0",
44+
"@tiptap/starter-kit": "^3.2.0",
4545
"dayjs": "^1.11.13",
4646
"emoji-mart": "^5.6.0",
4747
"es-toolkit": "^1.39.9",
@@ -53,7 +53,7 @@
5353
"ua-parser-js": "^2.0.4"
5454
},
5555
"devDependencies": {
56-
"@iconify/json": "^2.2.371",
56+
"@iconify/json": "^2.2.373",
5757
"@lit/localize-tools": "^0.8.0",
5858
"@types/sanitize-html": "^2.16.0",
5959
"@unocss/reset": "^66.4.2",

packages/widget/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
"@halo-dev/comment-widget": "workspace:*"
88
},
99
"devDependencies": {
10-
"@rslib/core": "^0.11.2"
10+
"@rslib/core": "^0.12.1"
1111
}
1212
}

0 commit comments

Comments
 (0)