Skip to content

Commit 89c5ba9

Browse files
committed
2 parents e401b8b + e0a408f commit 89c5ba9

File tree

4 files changed

+1246
-931
lines changed

4 files changed

+1246
-931
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
- run: pnpm i
2929
- run: pnpm build
30-
- run: npx jsr publish
30+
- run: npx jsr publish --allow-dirty
3131

3232
- run: npm publish --registry=https://registry.npmjs.org --provenance
3333
env:

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

package.json

+16-16
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.2",
5+
"version": "0.17.3",
66
"private": false,
77
"description": "Vue and Nuxt 2/3 isomorphic JSON editor, viewer, formatter and validator.",
88
"author": {
@@ -86,23 +86,23 @@
8686
}
8787
},
8888
"dependencies": {
89-
"vanilla-jsoneditor": "^1.0.7",
89+
"vanilla-jsoneditor": "^2.0.0",
9090
"vue-demi": "^0.14.10"
9191
},
9292
"devDependencies": {
93-
"@antfu/eslint-config": "^3.7.3",
93+
"@antfu/eslint-config": "^3.8.0",
9494
"@arethetypeswrong/cli": "^0.16.4",
9595
"@commitlint/cli": "^19.5.0",
9696
"@commitlint/config-conventional": "^19.5.0",
9797
"@types/cross-spawn": "^6.0.6",
9898
"@types/lodash-es": "^4.17.12",
99-
"@types/node": "^22.7.5",
99+
"@types/node": "^22.8.1",
100100
"@types/prompts": "^2.4.9",
101101
"@types/semver": "^7.5.8",
102-
"@vitejs/plugin-vue": "latest",
103-
"@vitest/ui": "^2.1.2",
104-
"@vue/compiler-sfc": "latest",
105-
"@vue/test-utils": "latest",
102+
"@vitejs/plugin-vue": "^5.1.4",
103+
"@vitest/ui": "^2.1.3",
104+
"@vue/compiler-sfc": "^3.5.12",
105+
"@vue/test-utils": "^2.4.6",
106106
"axios": "^1.7.7",
107107
"case-police": "^0.7.0",
108108
"cnpm": "^9.4.0",
@@ -122,20 +122,20 @@
122122
"only-allow": "^1.2.1",
123123
"open": "^10.1.0",
124124
"prompts": "^2.4.2",
125-
"publint": "^0.2.11",
125+
"publint": "^0.2.12",
126126
"rollup-plugin-visualizer": "^5.12.0",
127127
"semver": "^7.6.3",
128128
"simple-git-hooks": "^2.11.1",
129-
"tsup": "^8.3.0",
129+
"tsup": "^8.3.5",
130130
"typescript": "^5.6.3",
131131
"unplugin-auto-import": "^0.18.3",
132132
"unplugin-vue-components": "^0.27.4",
133-
"vite": "^5.4.8",
134-
"vite-plugin-dts": "4.2.3",
135-
"vitepress": "^1.4.0",
136-
"vitest": "^2.1.2",
137-
"vue": "latest",
138-
"vue-global-config": "^0.6.2",
133+
"vite": "^5.4.10",
134+
"vite-plugin-dts": "4.3.0",
135+
"vitepress": "^1.4.1",
136+
"vitest": "^2.1.3",
137+
"vue": "^3.5.12",
138+
"vue-global-config": "^0.6.3",
139139
"zhlint": "^0.8.2"
140140
},
141141
"simple-git-hooks": {

0 commit comments

Comments
 (0)