Skip to content

Commit 71ba357

Browse files
committed
release: v0.15.2
1 parent ae5e996 commit 71ba357

File tree

4 files changed

+1124
-911
lines changed

4 files changed

+1124
-911
lines changed

demo/vue3/index.vue

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ const data = reactive({
2828
c: 'd',
2929
},
3030
},
31-
mode: undefined,
31+
mode: 'text',
3232
readOnly: false,
3333
parser: LosslessJSONParser,
3434
})
@@ -37,7 +37,7 @@ const jsonEditorVueRef = ref()
3737
onMounted(() => {
3838
jsonEditorVueRef.value.jsonEditor.focus()
3939
})
40-
const stringified = ref(true)
40+
const stringified = ref(false)
4141
</script>
4242

4343
<template>

jsr.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloydlau/json-editor-vue",
3-
"version": "0.15.1",
3+
"version": "0.15.2",
44
"exports": "./dist/json-editor-vue.mjs",
55
"publish": {
66
"include": [

package.json

+12-12
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "json-editor-vue",
33
"PascalCasedName": "JsonEditorVue",
4-
"version": "0.15.1",
4+
"version": "0.15.2",
55
"private": false,
66
"description": "Vue 2.6/2.7/3 & Nuxt 2/3 isomorphic JSON editor, viewer, formatter and validator.",
77
"author": {
@@ -72,23 +72,23 @@
7272
}
7373
},
7474
"dependencies": {
75-
"vanilla-jsoneditor": "^0.23.7",
75+
"vanilla-jsoneditor": "^0.23.8",
7676
"vue-demi": "^0.14.10"
7777
},
7878
"devDependencies": {
79-
"@antfu/eslint-config": "^2.23.2",
80-
"@commitlint/cli": "^19.3.0",
79+
"@antfu/eslint-config": "^2.25.1",
80+
"@commitlint/cli": "^19.4.0",
8181
"@commitlint/config-conventional": "^19.2.2",
8282
"@types/cross-spawn": "^6.0.6",
8383
"@types/lodash-es": "^4.17.12",
84-
"@types/node": "^20.14.12",
84+
"@types/node": "^22.2.0",
8585
"@types/prompts": "^2.4.9",
8686
"@types/semver": "^7.5.8",
8787
"@vitejs/plugin-vue": "latest",
88-
"@vitest/ui": "^2.0.4",
88+
"@vitest/ui": "^2.0.5",
8989
"@vue/compiler-sfc": "latest",
9090
"@vue/test-utils": "latest",
91-
"axios": "^1.7.2",
91+
"axios": "^1.7.3",
9292
"case-police": "^0.6.1",
9393
"cross-spawn": "^7.0.3",
9494
"del": "^7.1.0",
@@ -97,7 +97,7 @@
9797
"happy-dom": "^14.12.3",
9898
"json-editor-vue": "workspace:*",
9999
"kolorist": "^1.8.0",
100-
"lint-staged": "^15.2.7",
100+
"lint-staged": "^15.2.8",
101101
"lodash-es": "^4.17.21",
102102
"lossless-json": "^4.0.1",
103103
"magicast": "^0.3.4",
@@ -110,10 +110,10 @@
110110
"typescript": "^5.5.4",
111111
"unplugin-auto-import": "^0.18.2",
112112
"unplugin-vue-components": "^0.27.3",
113-
"vite": "^5.3.5",
114-
"vite-plugin-dts": "4.0.0-beta.1",
115-
"vitepress": "^1.3.1",
116-
"vitest": "^2.0.4",
113+
"vite": "^5.4.0",
114+
"vite-plugin-dts": "4.0.2",
115+
"vitepress": "^1.3.2",
116+
"vitest": "^2.0.5",
117117
"vue": "latest",
118118
"vue-global-config": "^0.6.1",
119119
"zhlint": "^0.8.1"

0 commit comments

Comments
 (0)