@bhsd/codemirror-mediawiki 3.11.3 → 3.11.4
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/dist/linter.js +3 -6
- package/dist/main.min.js +30 -30
- package/dist/mw.min.js +32 -32
- package/dist/wiki.min.js +32 -32
- package/i18n/en.json +1 -1
- package/i18n/zh-hans.json +1 -1
- package/i18n/zh-hant.json +1 -1
- package/package.json +7 -5
package/i18n/en.json
CHANGED
package/i18n/zh-hans.json
CHANGED
package/i18n/zh-hant.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bhsd/codemirror-mediawiki",
|
|
3
|
-
"version": "3.11.
|
|
3
|
+
"version": "3.11.4",
|
|
4
4
|
"description": "Modified CodeMirror mode based on wikimedia/mediawiki-extensions-CodeMirror",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"mediawiki",
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"lint:css": "stylelint **/*.css",
|
|
44
44
|
"lint:md": "markdownlint-cli2 '**/*.md'",
|
|
45
45
|
"lint": "npm run lint:ts && npm run lint:css && npm run lint:md",
|
|
46
|
-
"prof": "node
|
|
46
|
+
"prof": "node test/dist/test/prof.js",
|
|
47
47
|
"server": "npm run test:end; http-server .. -c-1 --cors -s &",
|
|
48
48
|
"test": "mocha test/dist/test/*.test.js && mocha test/dist/test/test.js",
|
|
49
49
|
"test:end": "pkill -x http-server",
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
"@codemirror/language": "^6.12.2",
|
|
63
63
|
"@codemirror/lang-css": "^6.3.1",
|
|
64
64
|
"@codemirror/lang-html": "^6.4.11",
|
|
65
|
-
"@codemirror/lang-javascript": "^6.2.
|
|
65
|
+
"@codemirror/lang-javascript": "^6.2.5",
|
|
66
66
|
"@codemirror/lang-json": "^6.0.2",
|
|
67
67
|
"@codemirror/lang-vue": "^0.1.3",
|
|
68
68
|
"@codemirror/legacy-modes": "^6.5.2",
|
|
@@ -70,12 +70,14 @@
|
|
|
70
70
|
"@codemirror/search": "^6.6.0",
|
|
71
71
|
"@codemirror/state": "^6.5.4",
|
|
72
72
|
"@codemirror/view": "^6.39.13",
|
|
73
|
+
"@eslint/js": "^9.39.4",
|
|
73
74
|
"cm6-theme-nord": "^0.2.0",
|
|
74
75
|
"globals": "^17.4.0",
|
|
75
|
-
"wikiparser-node": "^1.
|
|
76
|
+
"wikiparser-node": "^1.36.0"
|
|
76
77
|
},
|
|
77
78
|
"devDependencies": {
|
|
78
79
|
"@bhsd/code-standard": "^2.1.0",
|
|
80
|
+
"@bhsd/nodejs": "^0.1.1",
|
|
79
81
|
"@bhsd/test-util": "^0.3.0",
|
|
80
82
|
"@stylistic/eslint-plugin": "^5.9.0",
|
|
81
83
|
"@stylistic/stylelint-plugin": "^5.0.1",
|
|
@@ -87,7 +89,7 @@
|
|
|
87
89
|
"@typescript-eslint/eslint-plugin": "^8.54.0",
|
|
88
90
|
"@typescript-eslint/parser": "^8.54.0",
|
|
89
91
|
"esbuild": "^0.27.3",
|
|
90
|
-
"eslint": "^9.39.
|
|
92
|
+
"eslint": "^9.39.4",
|
|
91
93
|
"eslint-plugin-es-x": "^9.5.0",
|
|
92
94
|
"eslint-plugin-eslint-comments": "^3.2.0",
|
|
93
95
|
"eslint-plugin-jsdoc": "^62.7.1",
|