types!: remove the Mode
export, use the one in vanilla-jsoneditor · cloydlau/json-editor-vue@f50a2b2 (original) (raw)
`@@ -72,27 +72,27 @@
`
72
72
` }
`
73
73
` },
`
74
74
`"dependencies": {
`
75
``
`-
"vanilla-jsoneditor": "^0.23.1",
`
``
75
`+
"vanilla-jsoneditor": "^0.23.2",
`
76
76
`"vue-demi": "^0.14.7"
`
77
77
` },
`
78
78
`"devDependencies": {
`
79
``
`-
"@antfu/eslint-config": "^2.13.3",
`
80
``
`-
"@commitlint/cli": "^19.2.1",
`
81
``
`-
"@commitlint/config-conventional": "^19.1.0",
`
``
79
`+
"@antfu/eslint-config": "^2.15.0",
`
``
80
`+
"@commitlint/cli": "^19.2.2",
`
``
81
`+
"@commitlint/config-conventional": "^19.2.2",
`
82
82
`"@types/cross-spawn": "^6.0.6",
`
83
83
`"@types/lodash-es": "^4.17.12",
`
84
84
`"@types/node": "^20.12.7",
`
85
85
`"@types/prompts": "^2.4.9",
`
86
86
`"@types/semver": "^7.5.8",
`
87
87
`"@vitejs/plugin-vue": "^5.0.4",
`
88
88
`"@vitest/ui": "^1.5.0",
`
89
``
`-
"@vue/compiler-sfc": "^3.4.21",
`
``
89
`+
"@vue/compiler-sfc": "^3.4.23",
`
90
90
`"@vue/test-utils": "^2.4.5",
`
91
91
`"case-police": "^0.6.1",
`
92
92
`"cross-spawn": "^7.0.3",
`
93
93
`"del": "^7.1.0",
`
94
94
`"eslint": "npm:eslint-ts-patch@8.57.0-0",
`
95
``
`-
"eslint-plugin-format": "^0.1.0",
`
``
95
`+
"eslint-plugin-format": "^0.1.1",
`
96
96
`"eslint-ts-patch": "8.57.0-0",
`
97
97
`"esno": "^4.7.0",
`
98
98
`"happy-dom": "^14.7.1",
`
`@@ -111,11 +111,11 @@
`
111
111
`"typescript": "^5.4.5",
`
112
112
`"unplugin-auto-import": "^0.17.5",
`
113
113
`"unplugin-vue-components": "^0.26.0",
`
114
``
`-
"vite": "^5.2.8",
`
115
``
`-
"vite-plugin-dts": "^3.8.2",
`
``
114
`+
"vite": "^5.2.9",
`
``
115
`+
"vite-plugin-dts": "^3.8.3",
`
116
116
`"vitepress": "^1.1.0",
`
117
117
`"vitest": "^1.5.0",
`
118
``
`-
"vue": "^3.4.21",
`
``
118
`+
"vue": "^3.4.23",
`
119
119
`"vue-global-config": "^0.6.0",
`
120
120
`"zhlint": "^0.8.1"
`
121
121
` },
`