|
1 | 1 | {
|
2 | 2 | "name": "json-editor-vue",
|
3 | 3 | "PascalCasedName": "JsonEditorVue",
|
4 |
| - "version": "0.17.0", |
| 4 | + "version": "0.17.1", |
5 | 5 | "private": false,
|
6 | 6 | "description": "Vue and Nuxt 2/3 isomorphic JSON editor, viewer, formatter and validator.",
|
7 | 7 | "author": {
|
|
75 | 75 | }
|
76 | 76 | },
|
77 | 77 | "dependencies": {
|
78 |
| - "vanilla-jsoneditor": "^1.0.0", |
| 78 | + "vanilla-jsoneditor": "^1.0.6", |
79 | 79 | "vue-demi": "^0.14.10"
|
80 | 80 | },
|
81 | 81 | "devDependencies": {
|
82 |
| - "@antfu/eslint-config": "^3.7.1", |
| 82 | + "@antfu/eslint-config": "^3.7.3", |
83 | 83 | "@commitlint/cli": "^19.5.0",
|
84 | 84 | "@commitlint/config-conventional": "^19.5.0",
|
85 | 85 | "@types/cross-spawn": "^6.0.6",
|
86 | 86 | "@types/lodash-es": "^4.17.12",
|
87 |
| - "@types/node": "^22.6.1", |
| 87 | + "@types/node": "^22.7.5", |
88 | 88 | "@types/prompts": "^2.4.9",
|
89 | 89 | "@types/semver": "^7.5.8",
|
90 |
| - "@vitejs/plugin-vue": "latest", |
91 |
| - "@vitest/ui": "^2.1.1", |
92 |
| - "@vue/compiler-sfc": "latest", |
93 |
| - "@vue/test-utils": "latest", |
| 90 | + "@vitejs/plugin-vue": "^5.1.4", |
| 91 | + "@vitest/ui": "^2.1.2", |
| 92 | + "@vue/compiler-sfc": "^3.5.11", |
| 93 | + "@vue/test-utils": "^2.4.6", |
94 | 94 | "axios": "^1.7.7",
|
95 | 95 | "case-police": "^0.7.0",
|
96 | 96 | "cross-spawn": "^7.0.3",
|
97 |
| - "del": "^7.1.0", |
| 97 | + "del": "^8.0.0", |
98 | 98 | "destr": "^2.0.3",
|
99 | 99 | "eslint-plugin-format": "^0.1.2",
|
100 |
| - "esno": "^4.7.0", |
| 100 | + "esno": "^4.8.0", |
101 | 101 | "happy-dom": "^15.7.4",
|
102 | 102 | "json-editor-vue": "workspace:*",
|
103 | 103 | "kolorist": "^1.8.0",
|
|
115 | 115 | "typescript": "^5.6.2",
|
116 | 116 | "unplugin-auto-import": "^0.18.3",
|
117 | 117 | "unplugin-vue-components": "^0.27.4",
|
118 |
| - "vite": "^5.4.7", |
119 |
| - "vite-plugin-dts": "4.2.2", |
120 |
| - "vitepress": "^1.3.4", |
121 |
| - "vitest": "^2.1.1", |
122 |
| - "vue": "latest", |
| 118 | + "vite": "^5.4.8", |
| 119 | + "vite-plugin-dts": "4.2.3", |
| 120 | + "vitepress": "^1.4.0", |
| 121 | + "vitest": "^2.1.2", |
| 122 | + "vue": "^3.5.11", |
123 | 123 | "vue-global-config": "^0.6.2",
|
124 | 124 | "zhlint": "^0.8.2"
|
125 | 125 | },
|
|
0 commit comments