|
1 | 1 | { |
2 | 2 | "name": "json-editor-vue", |
3 | 3 | "PascalCasedName": "JsonEditorVue", |
4 | | - "version": "0.15.0", |
| 4 | + "version": "0.15.1", |
5 | 5 | "private": false, |
6 | 6 | "description": "Vue 2.6/2.7/3 & Nuxt 2/3 isomorphic JSON editor, viewer, formatter and validator.", |
7 | 7 | "author": { |
|
77 | 77 | "vue-demi": "^0.14.7" |
78 | 78 | }, |
79 | 79 | "devDependencies": { |
80 | | - "@antfu/eslint-config": "^2.16.0", |
| 80 | + "@antfu/eslint-config": "^2.16.1", |
81 | 81 | "@commitlint/cli": "^19.3.0", |
82 | 82 | "@commitlint/config-conventional": "^19.2.2", |
83 | 83 | "@types/cross-spawn": "^6.0.6", |
84 | 84 | "@types/lodash-es": "^4.17.12", |
85 | | - "@types/node": "^20.12.7", |
| 85 | + "@types/node": "^20.12.8", |
86 | 86 | "@types/prompts": "^2.4.9", |
87 | 87 | "@types/semver": "^7.5.8", |
88 | 88 | "@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", |
91 | 91 | "@vue/test-utils": "^2.4.5", |
92 | 92 | "axios": "^1.6.8", |
93 | 93 | "case-police": "^0.6.1", |
|
112 | 112 | "simple-git-hooks": "^2.11.1", |
113 | 113 | "typescript": "^5.4.5", |
114 | 114 | "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", |
117 | 117 | "vite-plugin-dts": "^3.9.0", |
118 | 118 | "vitepress": "^1.1.4", |
119 | | - "vitest": "^1.5.2", |
120 | | - "vue": "^3.4.25", |
| 119 | + "vitest": "^1.5.3", |
| 120 | + "vue": "^3.4.26", |
121 | 121 | "vue-global-config": "^0.6.1", |
122 | 122 | "zhlint": "^0.8.1" |
123 | 123 | }, |
|
0 commit comments