Skip to content

Commit

Permalink
release: v0.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cloydlau committed May 2, 2024
1 parent 3256080 commit 058110a
Show file tree
Hide file tree
Showing 3 changed files with 502 additions and 678 deletions.
2 changes: 1 addition & 1 deletion jsr.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cloydlau/json-editor-vue",
"version": "0.15.0",
"version": "0.15.1",
"exports": "./dist/json-editor-vue.mjs",
"publish": {
"include": [
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "json-editor-vue",
"PascalCasedName": "JsonEditorVue",
"version": "0.15.0",
"version": "0.15.1",
"private": false,
"description": "Vue 2.6/2.7/3 & Nuxt 2/3 isomorphic JSON editor, viewer, formatter and validator.",
"author": {
Expand Down Expand Up @@ -77,17 +77,17 @@
"vue-demi": "^0.14.7"
},
"devDependencies": {
"@antfu/eslint-config": "^2.16.0",
"@antfu/eslint-config": "^2.16.1",
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@types/cross-spawn": "^6.0.6",
"@types/lodash-es": "^4.17.12",
"@types/node": "^20.12.7",
"@types/node": "^20.12.8",
"@types/prompts": "^2.4.9",
"@types/semver": "^7.5.8",
"@vitejs/plugin-vue": "^5.0.4",
"@vitest/ui": "^1.5.2",
"@vue/compiler-sfc": "^3.4.25",
"@vitest/ui": "^1.5.3",
"@vue/compiler-sfc": "^3.4.26",
"@vue/test-utils": "^2.4.5",
"axios": "^1.6.8",
"case-police": "^0.6.1",
Expand All @@ -112,12 +112,12 @@
"simple-git-hooks": "^2.11.1",
"typescript": "^5.4.5",
"unplugin-auto-import": "^0.17.5",
"unplugin-vue-components": "^0.26.0",
"vite": "^5.2.10",
"unplugin-vue-components": "^0.27.0",
"vite": "^5.2.11",
"vite-plugin-dts": "^3.9.0",
"vitepress": "^1.1.4",
"vitest": "^1.5.2",
"vue": "^3.4.25",
"vitest": "^1.5.3",
"vue": "^3.4.26",
"vue-global-config": "^0.6.1",
"zhlint": "^0.8.1"
},
Expand Down
Loading

0 comments on commit 058110a

Please sign in to comment.