Skip to content

Commit

Permalink
release: v0.15.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cloydlau committed Aug 12, 2024
1 parent ae5e996 commit 71ba357
Show file tree
Hide file tree
Showing 4 changed files with 1,124 additions and 911 deletions.
4 changes: 2 additions & 2 deletions demo/vue3/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const data = reactive({
c: 'd',
},
},
mode: undefined,
mode: 'text',
readOnly: false,
parser: LosslessJSONParser,
})
Expand All @@ -37,7 +37,7 @@ const jsonEditorVueRef = ref()
onMounted(() => {
jsonEditorVueRef.value.jsonEditor.focus()
})
const stringified = ref(true)
const stringified = ref(false)
</script>

<template>
Expand Down
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.1",
"version": "0.15.2",
"exports": "./dist/json-editor-vue.mjs",
"publish": {
"include": [
Expand Down
24 changes: 12 additions & 12 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.1",
"version": "0.15.2",
"private": false,
"description": "Vue 2.6/2.7/3 & Nuxt 2/3 isomorphic JSON editor, viewer, formatter and validator.",
"author": {
Expand Down Expand Up @@ -72,23 +72,23 @@
}
},
"dependencies": {
"vanilla-jsoneditor": "^0.23.7",
"vanilla-jsoneditor": "^0.23.8",
"vue-demi": "^0.14.10"
},
"devDependencies": {
"@antfu/eslint-config": "^2.23.2",
"@commitlint/cli": "^19.3.0",
"@antfu/eslint-config": "^2.25.1",
"@commitlint/cli": "^19.4.0",
"@commitlint/config-conventional": "^19.2.2",
"@types/cross-spawn": "^6.0.6",
"@types/lodash-es": "^4.17.12",
"@types/node": "^20.14.12",
"@types/node": "^22.2.0",
"@types/prompts": "^2.4.9",
"@types/semver": "^7.5.8",
"@vitejs/plugin-vue": "latest",
"@vitest/ui": "^2.0.4",
"@vitest/ui": "^2.0.5",
"@vue/compiler-sfc": "latest",
"@vue/test-utils": "latest",
"axios": "^1.7.2",
"axios": "^1.7.3",
"case-police": "^0.6.1",
"cross-spawn": "^7.0.3",
"del": "^7.1.0",
Expand All @@ -97,7 +97,7 @@
"happy-dom": "^14.12.3",
"json-editor-vue": "workspace:*",
"kolorist": "^1.8.0",
"lint-staged": "^15.2.7",
"lint-staged": "^15.2.8",
"lodash-es": "^4.17.21",
"lossless-json": "^4.0.1",
"magicast": "^0.3.4",
Expand All @@ -110,10 +110,10 @@
"typescript": "^5.5.4",
"unplugin-auto-import": "^0.18.2",
"unplugin-vue-components": "^0.27.3",
"vite": "^5.3.5",
"vite-plugin-dts": "4.0.0-beta.1",
"vitepress": "^1.3.1",
"vitest": "^2.0.4",
"vite": "^5.4.0",
"vite-plugin-dts": "4.0.2",
"vitepress": "^1.3.2",
"vitest": "^2.0.5",
"vue": "latest",
"vue-global-config": "^0.6.1",
"zhlint": "^0.8.1"
Expand Down
Loading

0 comments on commit 71ba357

Please sign in to comment.