@scalar/use-codemirror 0.13.49 → 0.14.0
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 +22 -0
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,27 @@
|
|
|
1
1
|
# @scalar/use-codemirror
|
|
2
2
|
|
|
3
|
+
## 0.14.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#8322](https://github.com/scalar/scalar/pull/8322): chore: bump required node version to >=22 (LTS)
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
#### Updated Dependencies
|
|
12
|
+
|
|
13
|
+
- **@scalar/components@0.20.0**
|
|
14
|
+
- [#8322](https://github.com/scalar/scalar/pull/8322): chore: bump required node version to >=22 (LTS)
|
|
15
|
+
|
|
16
|
+
## 0.13.50
|
|
17
|
+
|
|
18
|
+
### Patch Changes
|
|
19
|
+
|
|
20
|
+
#### Updated Dependencies
|
|
21
|
+
|
|
22
|
+
- **@scalar/components@0.19.15**
|
|
23
|
+
- [#8319](https://github.com/scalar/scalar/pull/8319): fix(components): fix adjust sidebar section line height
|
|
24
|
+
|
|
3
25
|
## 0.13.49
|
|
4
26
|
|
|
5
27
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -16,9 +16,9 @@
|
|
|
16
16
|
"vue",
|
|
17
17
|
"vue3"
|
|
18
18
|
],
|
|
19
|
-
"version": "0.
|
|
19
|
+
"version": "0.14.0",
|
|
20
20
|
"engines": {
|
|
21
|
-
"node": ">=
|
|
21
|
+
"node": ">=22"
|
|
22
22
|
},
|
|
23
23
|
"type": "module",
|
|
24
24
|
"main": "dist/index.js",
|
|
@@ -55,15 +55,15 @@
|
|
|
55
55
|
"@lezer/highlight": "^1.2.1",
|
|
56
56
|
"@replit/codemirror-css-color-picker": "^6.3.0",
|
|
57
57
|
"vue": "^3.5.26",
|
|
58
|
-
"@scalar/components": "0.
|
|
58
|
+
"@scalar/components": "0.20.0"
|
|
59
59
|
},
|
|
60
60
|
"devDependencies": {
|
|
61
61
|
"@vitejs/plugin-vue": "^6.0.3",
|
|
62
62
|
"vite": "^7.3.1",
|
|
63
63
|
"vitest": "4.0.16",
|
|
64
64
|
"vue": "^3.5.26",
|
|
65
|
-
"@scalar/build-tooling": "0.
|
|
66
|
-
"@scalar/themes": "0.
|
|
65
|
+
"@scalar/build-tooling": "0.5.0",
|
|
66
|
+
"@scalar/themes": "0.15.0"
|
|
67
67
|
},
|
|
68
68
|
"scripts": {
|
|
69
69
|
"build": "scalar-build-esbuild",
|