Skip to content

Commit 058110a

Browse files
committed
release: v0.15.1
1 parent 3256080 commit 058110a

File tree

3 files changed

+502
-678
lines changed

3 files changed

+502
-678
lines changed

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.0",
3+
"version": "0.15.1",
44
"exports": "./dist/json-editor-vue.mjs",
55
"publish": {
66
"include": [

package.json

+9-9
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.0",
4+
"version": "0.15.1",
55
"private": false,
66
"description": "Vue 2.6/2.7/3 & Nuxt 2/3 isomorphic JSON editor, viewer, formatter and validator.",
77
"author": {
@@ -77,17 +77,17 @@
7777
"vue-demi": "^0.14.7"
7878
},
7979
"devDependencies": {
80-
"@antfu/eslint-config": "^2.16.0",
80+
"@antfu/eslint-config": "^2.16.1",
8181
"@commitlint/cli": "^19.3.0",
8282
"@commitlint/config-conventional": "^19.2.2",
8383
"@types/cross-spawn": "^6.0.6",
8484
"@types/lodash-es": "^4.17.12",
85-
"@types/node": "^20.12.7",
85+
"@types/node": "^20.12.8",
8686
"@types/prompts": "^2.4.9",
8787
"@types/semver": "^7.5.8",
8888
"@vitejs/plugin-vue": "^5.0.4",
89-
"@vitest/ui": "^1.5.2",
90-
"@vue/compiler-sfc": "^3.4.25",
89+
"@vitest/ui": "^1.5.3",
90+
"@vue/compiler-sfc": "^3.4.26",
9191
"@vue/test-utils": "^2.4.5",
9292
"axios": "^1.6.8",
9393
"case-police": "^0.6.1",
@@ -112,12 +112,12 @@
112112
"simple-git-hooks": "^2.11.1",
113113
"typescript": "^5.4.5",
114114
"unplugin-auto-import": "^0.17.5",
115-
"unplugin-vue-components": "^0.26.0",
116-
"vite": "^5.2.10",
115+
"unplugin-vue-components": "^0.27.0",
116+
"vite": "^5.2.11",
117117
"vite-plugin-dts": "^3.9.0",
118118
"vitepress": "^1.1.4",
119-
"vitest": "^1.5.2",
120-
"vue": "^3.4.25",
119+
"vitest": "^1.5.3",
120+
"vue": "^3.4.26",
121121
"vue-global-config": "^0.6.1",
122122
"zhlint": "^0.8.1"
123123
},

0 commit comments

Comments
 (0)