Skip to content

Commit 0480f04

Browse files
committed
Update schema URLs and @vuebro/configs to v1.2.1
1 parent f9f329b commit 0480f04

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

package-lock.json

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

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"$schema": "https://www.schemastore.org/package",
23
"name": "@vuebro/flat-json-tree",
34
"version": "2.2.3",
45
"description": "A Vue 3 composable that transforms JSON tree objects into flat arrays for easy manipulation with standard array operations while maintaining tree structure through computed properties",
@@ -44,7 +45,7 @@
4445
},
4546
"devDependencies": {
4647
"@types/node": "^24.10.1",
47-
"@vuebro/configs": "^1.2.0",
48+
"@vuebro/configs": "^1.2.1",
4849
"eslint": "^9.39.1"
4950
}
5051
}

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://json.schemastore.org/tsconfig",
2+
"$schema": "https://www.schemastore.org/tsconfig",
33
"extends": ["@vuebro/configs/tsconfig"],
44
"include": ["src/**/*.ts", "src/**/*.vue"]
55
}

0 commit comments

Comments
 (0)