@bhsd/codemirror-mediawiki 2.9.5 → 2.11.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/i18n/zh-hant.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2.9.5",
2
+ "version": "2.11.0",
3
3
  "lang": "zh-hant",
4
4
  "i18n-failed": "取得 $1 的語言檔案失敗。",
5
5
  "title": "CodeMirror外掛程式",
@@ -24,6 +24,7 @@
24
24
  "addon-openLinks-mac": "CMD+點擊可打開連結或模板頁面",
25
25
  "addon-save": "將設定儲存至[[special:mypage/codemirror-mediawiki.json|使用者子頁面]]",
26
26
  "addon-tagMatching": "突出顯示匹配和未匹配的標籤",
27
+ "addon-useMonaco": "使用Monaco編輯器(測試版)",
27
28
  "addon-wikiEditor": "載入WikiEditor工具列",
28
29
  "no-wikiEditor": "未找到WikiEditor擴展。",
29
30
  "save-success": "設定儲存至[[special:mypage/codemirror-mediawiki.json|使用者子頁面]]。",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bhsd/codemirror-mediawiki",
3
- "version": "2.9.5",
3
+ "version": "2.11.0",
4
4
  "description": "Modified CodeMirror mode based on wikimedia/mediawiki-extensions-CodeMirror",
5
5
  "keywords": [
6
6
  "mediawiki",
@@ -49,11 +49,14 @@
49
49
  "@codemirror/state": "^6.4.1",
50
50
  "@codemirror/view": "^6.24.1",
51
51
  "@lezer/common": "^1.1.2",
52
- "wikiparser-node": "^1.5.7"
52
+ "wikiparser-node": "^1.6.2"
53
53
  },
54
54
  "devDependencies": {
55
55
  "@codemirror/autocomplete": "^6.12.0",
56
56
  "@codemirror/commands": "^6.3.3",
57
+ "@codemirror/lang-css": "^6.2.1",
58
+ "@codemirror/lang-javascript": "^6.2.2",
59
+ "@codemirror/lang-json": "^6.0.1",
57
60
  "@codemirror/legacy-modes": "^6.3.3",
58
61
  "@codemirror/search": "^6.5.6",
59
62
  "@lezer/highlight": "^1.2.0",
@@ -71,11 +74,12 @@
71
74
  "eslint-plugin-json-es": "^1.5.7",
72
75
  "eslint-plugin-promise": "^6.1.1",
73
76
  "eslint-plugin-regexp": "^2.2.0",
74
- "eslint-plugin-unicorn": "^51.0.1",
77
+ "eslint-plugin-unicorn": "^52.0.0",
75
78
  "http-server": "^14.1.0",
79
+ "monaco-editor": "^0.48.0",
76
80
  "stylelint": "^16.1.0",
77
81
  "stylelint-config-recommended": "^14.0.0",
78
- "types-mediawiki": "^1.4.0",
82
+ "types-mediawiki": "^1.6.0",
79
83
  "typescript": "^5.3.3"
80
84
  }
81
85
  }