Skip to content

Commit b7ab32c

Browse files
committed
release: v0.17.2
1 parent 140d726 commit b7ab32c

File tree

5 files changed

+198
-197
lines changed

5 files changed

+198
-197
lines changed

dependency-licenses.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
├─ MIT: 87
1+
├─ MIT: 88
22
├─ Apache-2.0: 7
33
├─ BSD-2-Clause: 3
44
├─ BSD-3-Clause: 2

jsr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloydlau/json-editor-vue",
3-
"version": "0.17.1",
3+
"version": "0.17.2",
44
"exports": "./dist/json-editor-vue.mjs",
55
"publish": {
66
"include": [

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "json-editor-vue",
33
"PascalCasedName": "JsonEditorVue",
44
"type": "commonjs",
5-
"version": "0.17.1",
5+
"version": "0.17.2",
66
"private": false,
77
"description": "Vue and Nuxt 2/3 isomorphic JSON editor, viewer, formatter and validator.",
88
"author": {
@@ -86,7 +86,7 @@
8686
}
8787
},
8888
"dependencies": {
89-
"vanilla-jsoneditor": "^1.0.6",
89+
"vanilla-jsoneditor": "^1.0.7",
9090
"vue-demi": "^0.14.10"
9191
},
9292
"devDependencies": {
@@ -126,7 +126,7 @@
126126
"semver": "^7.6.3",
127127
"simple-git-hooks": "^2.11.1",
128128
"tsup": "^8.3.0",
129-
"typescript": "^5.6.2",
129+
"typescript": "^5.6.3",
130130
"unplugin-auto-import": "^0.18.3",
131131
"unplugin-vue-components": "^0.27.4",
132132
"vite": "^5.4.8",

0 commit comments

Comments
 (0)