Skip to content

Commit

Permalink
chore: bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
shigma committed Oct 18, 2023
1 parent 8884cdc commit 6f58ca8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@types/node": "^20.4.2",
"c8": "^7.14.0",
"chai": "^4.3.7",
"element-plus": "2.3.8",
"element-plus": "2.4.0",
"esbuild": "^0.18.14",
"esbuild-register": "^3.4.2",
"marked-vue": "^1.2.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "schemastery",
"description": "Type driven schema validator",
"version": "3.13.0",
"version": "3.14.0",
"main": "lib/index.cjs",
"module": "lib/index.mjs",
"typings": "lib/index.d.ts",
Expand All @@ -20,6 +20,6 @@
"author": "Shigma <shigma10826@gmail.com>",
"license": "MIT",
"dependencies": {
"cosmokit": "^1.4.5"
"cosmokit": "^1.5.1"
}
}
4 changes: 2 additions & 2 deletions packages/form/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "schemastery-vue",
"description": "Type driven schema validator",
"version": "7.0.3",
"version": "7.1.0",
"main": "src/index.ts",
"repository": {
"type": "git",
Expand All @@ -20,6 +20,6 @@
"vue": "^3"
},
"dependencies": {
"schemastery": "^3.13.0"
"schemastery": "^3.14.0"
}
}

0 comments on commit 6f58ca8

Please sign in to comment.