Skip to content

Commit a1a6134

Browse files
committed
✨ feat(依赖与配置更新): 更新biome.json中的schema版本至2.2.3,提升兼容性;将package.json中多个@flowgram.ai插件版本更新至0.4.10,确保依赖的最新性和稳定性。
1 parent 88ff692 commit a1a6134

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

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.2.2/schema.json",
2+
"$schema": "https://biomejs.dev/schemas/2.2.3/schema.json",
33
"vcs": {
44
"enabled": false,
55
"clientKind": "git",

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212
},
1313
"dependencies": {
1414
"@ant-design/v5-patch-for-react-19": "^1.0.3",
15-
"@flowgram.ai/free-container-plugin": "^0.4.9",
16-
"@flowgram.ai/free-group-plugin": "^0.4.9",
17-
"@flowgram.ai/free-layout-editor": "^0.4.9",
18-
"@flowgram.ai/free-lines-plugin": "^0.4.9",
19-
"@flowgram.ai/free-node-panel-plugin": "^0.4.9",
20-
"@flowgram.ai/free-snap-plugin": "^0.4.9",
21-
"@flowgram.ai/minimap-plugin": "^0.4.9",
15+
"@flowgram.ai/free-container-plugin": "^0.4.10",
16+
"@flowgram.ai/free-group-plugin": "^0.4.10",
17+
"@flowgram.ai/free-layout-editor": "^0.4.10",
18+
"@flowgram.ai/free-lines-plugin": "^0.4.10",
19+
"@flowgram.ai/free-node-panel-plugin": "^0.4.10",
20+
"@flowgram.ai/free-snap-plugin": "^0.4.10",
21+
"@flowgram.ai/minimap-plugin": "^0.4.10",
2222
"@monaco-editor/react": "^4.7.0",
2323
"@tanstack/react-query": "^5.86.0",
2424
"@zxcvbn-ts/core": "^3.0.4",
@@ -45,7 +45,7 @@
4545
"zustand": "^5.0.8"
4646
},
4747
"devDependencies": {
48-
"@biomejs/biome": "^2.2.2",
48+
"@biomejs/biome": "^2.2.3",
4949
"@iconify-icon/react": "^3.0.0",
5050
"@tailwindcss/vite": "^4.1.13",
5151
"@types/crypto-js": "^4.2.2",

0 commit comments

Comments
 (0)