Skip to content

Commit

Permalink
release: v0.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cloydlau committed Oct 8, 2024
1 parent d4aeb2f commit 3a27f3b
Show file tree
Hide file tree
Showing 4 changed files with 854 additions and 935 deletions.
2 changes: 1 addition & 1 deletion auto-imports.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,6 @@ declare global {
// for type re-export
declare global {
// @ts-ignore
export type { Component, ComponentPublicInstance, ComputedRef, ExtractDefaultPropTypes, ExtractPropTypes, ExtractPublicPropTypes, InjectionKey, PropType, Ref, VNode, WritableComputedRef } from 'vue'
export type { Component, ComponentPublicInstance, ComputedRef, DirectiveBinding, ExtractDefaultPropTypes, ExtractPropTypes, ExtractPublicPropTypes, InjectionKey, PropType, Ref, MaybeRef, MaybeRefOrGetter, VNode, WritableComputedRef } from 'vue'
import('vue')
}
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.0",
"version": "0.17.1",
"exports": "./dist/json-editor-vue.mjs",
"publish": {
"include": [
Expand Down
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "json-editor-vue",
"PascalCasedName": "JsonEditorVue",
"version": "0.17.0",
"version": "0.17.1",
"private": false,
"description": "Vue and Nuxt 2/3 isomorphic JSON editor, viewer, formatter and validator.",
"author": {
Expand Down Expand Up @@ -75,29 +75,29 @@
}
},
"dependencies": {
"vanilla-jsoneditor": "^1.0.0",
"vanilla-jsoneditor": "^1.0.6",
"vue-demi": "^0.14.10"
},
"devDependencies": {
"@antfu/eslint-config": "^3.7.1",
"@antfu/eslint-config": "^3.7.3",
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@types/cross-spawn": "^6.0.6",
"@types/lodash-es": "^4.17.12",
"@types/node": "^22.6.1",
"@types/node": "^22.7.5",
"@types/prompts": "^2.4.9",
"@types/semver": "^7.5.8",
"@vitejs/plugin-vue": "latest",
"@vitest/ui": "^2.1.1",
"@vue/compiler-sfc": "latest",
"@vue/test-utils": "latest",
"@vitejs/plugin-vue": "^5.1.4",
"@vitest/ui": "^2.1.2",
"@vue/compiler-sfc": "^3.5.11",
"@vue/test-utils": "^2.4.6",
"axios": "^1.7.7",
"case-police": "^0.7.0",
"cross-spawn": "^7.0.3",
"del": "^7.1.0",
"del": "^8.0.0",
"destr": "^2.0.3",
"eslint-plugin-format": "^0.1.2",
"esno": "^4.7.0",
"esno": "^4.8.0",
"happy-dom": "^15.7.4",
"json-editor-vue": "workspace:*",
"kolorist": "^1.8.0",
Expand All @@ -115,11 +115,11 @@
"typescript": "^5.6.2",
"unplugin-auto-import": "^0.18.3",
"unplugin-vue-components": "^0.27.4",
"vite": "^5.4.7",
"vite-plugin-dts": "4.2.2",
"vitepress": "^1.3.4",
"vitest": "^2.1.1",
"vue": "latest",
"vite": "^5.4.8",
"vite-plugin-dts": "4.2.3",
"vitepress": "^1.4.0",
"vitest": "^2.1.2",
"vue": "^3.5.11",
"vue-global-config": "^0.6.2",
"zhlint": "^0.8.2"
},
Expand Down
Loading

0 comments on commit 3a27f3b

Please sign in to comment.