Skip to content

Commit

Permalink
chore: bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
shigma committed Sep 17, 2023
1 parent 10ea36d commit 0cec7ac
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@
"serve": "^13.0.4",
"shx": "^0.3.4",
"typescript": "^5.1.6",
"vitepress": "1.0.0-beta.7",
"vitepress": "1.0.0-rc.4",
"yakumo": "^0.3.13",
"yakumo-esbuild": "^0.3.25",
"yakumo-mocha": "^0.3.1",
"yakumo-publish": "^0.3.4",
"yakumo-tsc": "^0.3.12",
"yakumo-upgrade": "^0.3.3",
"yakumo-upgrade": "^0.3.4",
"yakumo-version": "^0.3.4"
}
}
2 changes: 1 addition & 1 deletion 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.11.1",
"version": "3.13.0",
"main": "lib/index.cjs",
"module": "lib/index.mjs",
"typings": "lib/index.d.ts",
Expand Down
5 changes: 3 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": "6.2.3",
"version": "7.0.1",
"main": "src/index.ts",
"repository": {
"type": "git",
Expand All @@ -15,10 +15,11 @@
"author": "Shigma <shigma10826@gmail.com>",
"license": "MIT",
"peerDependencies": {
"@vueuse/core": ">=10",
"element-plus": "^2",
"vue": "^3"
},
"dependencies": {
"schemastery": "^3.11.1"
"schemastery": "^3.13.0"
}
}

0 comments on commit 0cec7ac

Please sign in to comment.