@bhsd/codemirror-css-color-picker 7.1.0 → 7.1.1
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/README.md +3 -1
- package/package.json +7 -19
package/README.md
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
# CodeMirror Color Picker
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
[](https://www.npmjs.com/package/@bhsd/codemirror-css-color-picker)
|
|
4
|
+
[](https://github.com/bhsd-harry/Codemirror-CSS-color-picker/actions/workflows/codeql.yml)
|
|
5
|
+
[](https://app.codacy.com/gh/bhsd-harry/Codemirror-CSS-color-picker/dashboard)
|
|
4
6
|
|
|
5
7
|
A CodeMirror extension that adds a color picker input next to CSS color values. This is a fork of [@replit/codemirror-css-color-picker](https://www.npmjs.com/package/@replit/codemirror-css-color-picker).
|
|
6
8
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bhsd/codemirror-css-color-picker",
|
|
3
|
-
"version": "7.1.
|
|
3
|
+
"version": "7.1.1",
|
|
4
4
|
"description": "Enables a color picker input next to CSS colors",
|
|
5
5
|
"homepage": "https://github.com/bhsd-harry/Codemirror-CSS-color-picker#readme",
|
|
6
6
|
"bugs": {
|
|
@@ -34,39 +34,27 @@
|
|
|
34
34
|
"test": "mocha"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@bhsd/common": "^2.1
|
|
37
|
+
"@bhsd/common": "^2.2.1",
|
|
38
38
|
"@codemirror/language": "^6.12.3",
|
|
39
39
|
"@codemirror/state": "^6.6.0",
|
|
40
|
-
"@codemirror/view": "^6.
|
|
40
|
+
"@codemirror/view": "^6.42.1",
|
|
41
41
|
"color-name": "~2.0.2",
|
|
42
42
|
"color-space": "^2.3.2"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
|
-
"@bhsd/code-standard": "^2.
|
|
45
|
+
"@bhsd/code-standard": "^2.5.0",
|
|
46
46
|
"@codemirror/lang-css": "^6.3.1",
|
|
47
47
|
"@codemirror/lang-html": "^6.4.11",
|
|
48
|
-
"@eslint-community/eslint-plugin-eslint-comments": "^4.7.1",
|
|
49
|
-
"@stylistic/eslint-plugin": "^5.10.0",
|
|
50
48
|
"@types/color-name": "^2.0.0",
|
|
51
49
|
"@types/color-rgba": "^2.1.3",
|
|
52
50
|
"@types/mocha": "^10.0.10",
|
|
53
|
-
"@types/node": "^
|
|
54
|
-
"@typescript-eslint/
|
|
55
|
-
"@typescript-eslint/parser": "^8.59.0",
|
|
51
|
+
"@types/node": "^25.9.0",
|
|
52
|
+
"@typescript-eslint/parser": "^8.59.4",
|
|
56
53
|
"color-rgba": "^3.0.0",
|
|
57
54
|
"esbuild": "^0.28.0",
|
|
58
|
-
"eslint": "^10.
|
|
59
|
-
"eslint-plugin-es-x": "^9.6.0",
|
|
60
|
-
"eslint-plugin-jsdoc": "^62.9.0",
|
|
61
|
-
"eslint-plugin-jsonc": "^3.1.2",
|
|
62
|
-
"eslint-plugin-promise": "^7.2.1",
|
|
63
|
-
"eslint-plugin-regexp": "^3.1.0",
|
|
64
|
-
"eslint-plugin-unicorn": "^64.0.0",
|
|
55
|
+
"eslint": "^10.4.0",
|
|
65
56
|
"markdownlint-cli2": "^0.22.1",
|
|
66
57
|
"mocha": "^11.7.5",
|
|
67
58
|
"typescript": "^6.0.3"
|
|
68
|
-
},
|
|
69
|
-
"overrides": {
|
|
70
|
-
"eslint": "^10.2.1"
|
|
71
59
|
}
|
|
72
60
|
}
|