Skip to content

Commit

Permalink
chore: bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
shigma committed May 14, 2023
1 parent 114a948 commit 1a815f9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@
"test:text": "shx rm -rf coverage && c8 -r text yarn test"
},
"devDependencies": {
"@types/chai": "^4.3.4",
"@types/chai": "^4.3.5",
"@types/mocha": "^9.1.1",
"@types/node": "^18.16.0",
"@types/node": "^18.16.9",
"c8": "^7.13.0",
"chai": "^4.3.7",
"element-plus": "2.3.4",
"esbuild": "^0.17.18",
"esbuild": "^0.17.19",
"esbuild-register": "^3.4.2",
"marked-vue": "^1.2.3",
"mocha": "^9.2.2",
Expand Down
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.7.5",
"version": "3.8.0",
"main": "lib/index.cjs",
"module": "lib/index.mjs",
"typings": "lib/index.d.ts",
Expand Down
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": "4.1.0",
"version": "5.0.0",
"main": "src/index.ts",
"repository": {
"type": "git",
Expand All @@ -19,6 +19,6 @@
"vue": "^3"
},
"dependencies": {
"schemastery": "^3.7.5"
"schemastery": "^3.8.0"
}
}

0 comments on commit 1a815f9

Please sign in to comment.