@scalar/use-codemirror 0.8.4 → 0.8.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/dist/index.js +0 -2
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
package/dist/index.js
CHANGED
|
@@ -26697,8 +26697,6 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
26697
26697
|
};
|
|
26698
26698
|
}
|
|
26699
26699
|
});
|
|
26700
|
-
const CodeMirror_vue_vue_type_style_index_0_scoped_58ba552a_lang = "";
|
|
26701
|
-
const CodeMirror_vue_vue_type_style_index_1_lang = "";
|
|
26702
26700
|
const _export_sfc = (sfc, props) => {
|
|
26703
26701
|
const target = sfc.__vccOpts || sfc;
|
|
26704
26702
|
for (const [key, val] of props) {
|
package/package.json
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"vue",
|
|
12
12
|
"vue3"
|
|
13
13
|
],
|
|
14
|
-
"version": "0.8.
|
|
14
|
+
"version": "0.8.5",
|
|
15
15
|
"engines": {
|
|
16
16
|
"node": ">=18"
|
|
17
17
|
},
|
|
@@ -52,11 +52,11 @@
|
|
|
52
52
|
"y-codemirror.next": "^0.3.2"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
|
-
"@vitejs/plugin-vue": "^
|
|
56
|
-
"@vitest/coverage-v8": "^
|
|
55
|
+
"@vitejs/plugin-vue": "^5.0.4",
|
|
56
|
+
"@vitest/coverage-v8": "^1.2.2",
|
|
57
57
|
"tsc-alias": "^1.8.8",
|
|
58
|
-
"vite": "^
|
|
59
|
-
"vitest": "^
|
|
58
|
+
"vite": "^5.1.1",
|
|
59
|
+
"vitest": "^1.2.2",
|
|
60
60
|
"vue": "^3.3.0",
|
|
61
61
|
"vue-tsc": "^1.8.19"
|
|
62
62
|
},
|