Skip to content

Commit d842529

Browse files
committed
release: v0.18.1
1 parent 79eb260 commit d842529

File tree

3 files changed

+478
-446
lines changed

3 files changed

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

package.json

+7-7
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.18.0",
5+
"version": "0.18.1",
66
"private": false,
77
"description": "Vue and Nuxt 2/3 isomorphic JSON editor, viewer, formatter and validator.",
88
"author": {
@@ -88,14 +88,14 @@
8888
"vue-demi": "^0.14.10"
8989
},
9090
"devDependencies": {
91-
"@antfu/eslint-config": "^4.3.0",
91+
"@antfu/eslint-config": "^4.4.0",
9292
"@arethetypeswrong/cli": "^0.17.4",
9393
"@commitlint/cli": "^19.7.1",
9494
"@commitlint/config-conventional": "^19.7.1",
9595
"@eslint/eslintrc": "^3.3.0",
9696
"@types/cross-spawn": "^6.0.6",
9797
"@types/lodash-es": "^4.17.12",
98-
"@types/node": "^22.13.5",
98+
"@types/node": "^22.13.9",
9999
"@types/prompts": "^2.4.9",
100100
"@types/semver": "^7.5.8",
101101
"@vitejs/plugin-vue": "^5.2.1",
@@ -113,7 +113,7 @@
113113
"eslint-plugin-format": "^1.0.1",
114114
"eslint-plugin-no-unsanitized": "^4.1.2",
115115
"esno": "^4.8.0",
116-
"happy-dom": "^17.1.8",
116+
"happy-dom": "^17.2.2",
117117
"json-editor-vue": "workspace:*",
118118
"kolorist": "^1.8.0",
119119
"license-checker": "^25.0.1",
@@ -125,16 +125,16 @@
125125
"only-allow": "^1.2.1",
126126
"open": "^10.1.0",
127127
"prompts": "^2.4.2",
128-
"publint": "^0.3.7",
128+
"publint": "^0.3.8",
129129
"rollup-plugin-visualizer": "^5.14.0",
130130
"semver": "^7.7.1",
131131
"simple-git-hooks": "^2.11.1",
132132
"tsup": "^8.4.0",
133-
"typescript": "^5.7.3",
133+
"typescript": "^5.8.2",
134134
"unplugin-auto-import": "^19.1.1",
135135
"unplugin-vue-components": "^28.4.1",
136136
"vite": "^6.2.0",
137-
"vite-plugin-dts": "4.5.1",
137+
"vite-plugin-dts": "4.5.3",
138138
"vitepress": "^1.6.3",
139139
"vitest": "^3.0.7",
140140
"vue": "^3.5.13",

0 commit comments

Comments
 (0)