@bhsd/codemirror-mediawiki 2.20.1 → 2.20.3

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/i18n/en.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2.20.1",
2
+ "version": "2.20.3",
3
3
  "lang": "en",
4
4
  "i18n-failed": "Failed to fetch the translation file in $1.",
5
5
  "title": "CodeMirror Addons",
package/i18n/zh-hans.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2.20.1",
2
+ "version": "2.20.3",
3
3
  "lang": "zh-hans",
4
4
  "i18n-failed": "获取 $1 的语言文件失败。",
5
5
  "title": "CodeMirror插件",
package/i18n/zh-hant.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2.20.1",
2
+ "version": "2.20.3",
3
3
  "lang": "zh-hant",
4
4
  "i18n-failed": "取得 $1 的語言檔案失敗。",
5
5
  "title": "CodeMirror外掛程式",
package/mediawiki.css CHANGED
@@ -331,3 +331,7 @@
331
331
  .cm-mw-tag-nowiki {
332
332
  background-color: rgba(0, 0, 0, .04);
333
333
  }
334
+
335
+ span.mtku {
336
+ text-decoration: none;
337
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bhsd/codemirror-mediawiki",
3
- "version": "2.20.1",
3
+ "version": "2.20.3",
4
4
  "description": "Modified CodeMirror mode based on wikimedia/mediawiki-extensions-CodeMirror",
5
5
  "keywords": [
6
6
  "mediawiki",
@@ -49,16 +49,17 @@
49
49
  "test:real": "node test/dist/test/real.js"
50
50
  },
51
51
  "dependencies": {
52
- "@bhsd/common": "^0.6.0",
52
+ "@bhsd/common": "^0.6.3",
53
53
  "@codemirror/language": "^6.10.6",
54
54
  "@codemirror/lint": "^6.8.4",
55
55
  "@codemirror/state": "^6.4.1",
56
56
  "@codemirror/view": "^6.35.0",
57
57
  "@lezer/common": "^1.2.3",
58
58
  "style-mod": "^4.1.0",
59
- "wikiparser-node": "^1.15.0"
59
+ "wikiparser-node": "^1.15.1"
60
60
  },
61
61
  "devDependencies": {
62
+ "@bhsd/codemirror-css-color-picker": "^6.3.0",
62
63
  "@codemirror/autocomplete": "^6.18.3",
63
64
  "@codemirror/commands": "^6.7.1",
64
65
  "@codemirror/lang-css": "^6.3.1",
@@ -67,7 +68,6 @@
67
68
  "@codemirror/legacy-modes": "^6.4.2",
68
69
  "@codemirror/search": "^6.5.8",
69
70
  "@lezer/highlight": "^1.2.1",
70
- "@replit/codemirror-css-color-picker": "^6.3.0",
71
71
  "@stylistic/eslint-plugin": "^2.11.0",
72
72
  "@stylistic/stylelint-plugin": "^3.1.1",
73
73
  "@types/eslint": "^8.56.10",
@@ -89,10 +89,10 @@
89
89
  "eslint-plugin-regexp": "^2.6.0",
90
90
  "eslint-plugin-unicorn": "^56.0.1",
91
91
  "http-server": "^14.1.0",
92
- "luacheck-browserify": "^0.2.1",
92
+ "luacheck-browserify": "^0.2.2",
93
93
  "mocha": "^10.8.2",
94
94
  "monaco-editor": "^0.52.0",
95
- "monaco-wiki": "^1.5.0",
95
+ "monaco-wiki": "^1.6.0",
96
96
  "stylelint": "^16.11.0",
97
97
  "stylelint-config-recommended": "^14.0.0",
98
98
  "types-mediawiki": "^1.9.0",