Skip to content

Commit

Permalink
release: v0.17.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cloydlau committed Oct 11, 2024
1 parent 140d726 commit b7ab32c
Show file tree
Hide file tree
Showing 5 changed files with 198 additions and 197 deletions.
2 changes: 1 addition & 1 deletion dependency-licenses.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
├─ MIT: 87
├─ MIT: 88
├─ Apache-2.0: 7
├─ BSD-2-Clause: 3
├─ BSD-3-Clause: 2
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.17.1",
"version": "0.17.2",
"exports": "./dist/json-editor-vue.mjs",
"publish": {
"include": [
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "json-editor-vue",
"PascalCasedName": "JsonEditorVue",
"type": "commonjs",
"version": "0.17.1",
"version": "0.17.2",
"private": false,
"description": "Vue and Nuxt 2/3 isomorphic JSON editor, viewer, formatter and validator.",
"author": {
Expand Down Expand Up @@ -86,7 +86,7 @@
}
},
"dependencies": {
"vanilla-jsoneditor": "^1.0.6",
"vanilla-jsoneditor": "^1.0.7",
"vue-demi": "^0.14.10"
},
"devDependencies": {
Expand Down Expand Up @@ -126,7 +126,7 @@
"semver": "^7.6.3",
"simple-git-hooks": "^2.11.1",
"tsup": "^8.3.0",
"typescript": "^5.6.2",
"typescript": "^5.6.3",
"unplugin-auto-import": "^0.18.3",
"unplugin-vue-components": "^0.27.4",
"vite": "^5.4.8",
Expand Down
Loading

0 comments on commit b7ab32c

Please sign in to comment.