@cspell/cspell-bundled-dicts 8.19.4 → 9.0.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/cspell-default.config.js +1 -1
- package/package.json +14 -15
package/cspell-default.config.js
CHANGED
|
@@ -114,7 +114,7 @@ const settings = {
|
|
|
114
114
|
'@cspell/dict-elixir/cspell-ext.json',
|
|
115
115
|
'@cspell/dict-en_us/cspell-ext.json',
|
|
116
116
|
'@cspell/dict-en-common-misspellings/cspell-ext.json',
|
|
117
|
-
'@cspell/dict-en-gb/cspell-ext.json',
|
|
117
|
+
'@cspell/dict-en-gb-mit/cspell-ext.json',
|
|
118
118
|
'@cspell/dict-filetypes/cspell-ext.json',
|
|
119
119
|
'@cspell/dict-flutter/cspell-ext.json',
|
|
120
120
|
'@cspell/dict-fonts/cspell-ext.json',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cspell/cspell-bundled-dicts",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "9.0.0",
|
|
4
4
|
"description": "Dictionaries bundled with cspell",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public",
|
|
@@ -27,8 +27,7 @@
|
|
|
27
27
|
"clean-build": "pnpm run clean && pnpm run build",
|
|
28
28
|
"watch": "pnpm run build --watch",
|
|
29
29
|
"test": "node ../../bin.mjs \"**/*.{txt,md,ts}\"",
|
|
30
|
-
"update-
|
|
31
|
-
"update-dictionaries": "pnpm update --latest \"@cspell/dict-*\" \"!@cspell/dict-en-gb\" --depth 1 --filter-prod . && pnpm update-fix-en-gb"
|
|
30
|
+
"update-dictionaries": "pnpm update --latest \"@cspell/dict-*\" --depth 1 --filter-prod ."
|
|
32
31
|
},
|
|
33
32
|
"repository": {
|
|
34
33
|
"type": "git",
|
|
@@ -52,7 +51,7 @@
|
|
|
52
51
|
"@cspell/dict-al": "^1.1.0",
|
|
53
52
|
"@cspell/dict-aws": "^4.0.10",
|
|
54
53
|
"@cspell/dict-bash": "^4.2.0",
|
|
55
|
-
"@cspell/dict-companies": "^3.1
|
|
54
|
+
"@cspell/dict-companies": "^3.2.1",
|
|
56
55
|
"@cspell/dict-cpp": "^6.0.8",
|
|
57
56
|
"@cspell/dict-cryptocurrencies": "^5.0.4",
|
|
58
57
|
"@cspell/dict-csharp": "^4.0.6",
|
|
@@ -60,13 +59,13 @@
|
|
|
60
59
|
"@cspell/dict-dart": "^2.3.0",
|
|
61
60
|
"@cspell/dict-data-science": "^2.0.8",
|
|
62
61
|
"@cspell/dict-django": "^4.1.4",
|
|
63
|
-
"@cspell/dict-docker": "^1.1.
|
|
62
|
+
"@cspell/dict-docker": "^1.1.14",
|
|
64
63
|
"@cspell/dict-dotnet": "^5.0.9",
|
|
65
64
|
"@cspell/dict-elixir": "^4.0.7",
|
|
66
65
|
"@cspell/dict-en-common-misspellings": "^2.0.10",
|
|
67
|
-
"@cspell/dict-en-gb": "
|
|
68
|
-
"@cspell/dict-en_us": "^4.4.
|
|
69
|
-
"@cspell/dict-filetypes": "^3.0.
|
|
66
|
+
"@cspell/dict-en-gb-mit": "^3.0.3",
|
|
67
|
+
"@cspell/dict-en_us": "^4.4.6",
|
|
68
|
+
"@cspell/dict-filetypes": "^3.0.12",
|
|
70
69
|
"@cspell/dict-flutter": "^1.1.0",
|
|
71
70
|
"@cspell/dict-fonts": "^4.0.4",
|
|
72
71
|
"@cspell/dict-fsharp": "^1.1.0",
|
|
@@ -89,17 +88,17 @@
|
|
|
89
88
|
"@cspell/dict-markdown": "^2.0.10",
|
|
90
89
|
"@cspell/dict-monkeyc": "^1.0.10",
|
|
91
90
|
"@cspell/dict-node": "^5.0.7",
|
|
92
|
-
"@cspell/dict-npm": "^5.2.
|
|
91
|
+
"@cspell/dict-npm": "^5.2.3",
|
|
93
92
|
"@cspell/dict-php": "^4.0.14",
|
|
94
93
|
"@cspell/dict-powershell": "^5.0.14",
|
|
95
94
|
"@cspell/dict-public-licenses": "^2.0.13",
|
|
96
|
-
"@cspell/dict-python": "^4.2.
|
|
95
|
+
"@cspell/dict-python": "^4.2.18",
|
|
97
96
|
"@cspell/dict-r": "^2.1.0",
|
|
98
97
|
"@cspell/dict-ruby": "^5.0.8",
|
|
99
98
|
"@cspell/dict-rust": "^4.0.11",
|
|
100
99
|
"@cspell/dict-scala": "^5.0.7",
|
|
101
100
|
"@cspell/dict-shell": "^1.1.0",
|
|
102
|
-
"@cspell/dict-software-terms": "^5.0.
|
|
101
|
+
"@cspell/dict-software-terms": "^5.0.7",
|
|
103
102
|
"@cspell/dict-sql": "^2.2.0",
|
|
104
103
|
"@cspell/dict-svelte": "^1.0.6",
|
|
105
104
|
"@cspell/dict-swift": "^2.0.5",
|
|
@@ -108,11 +107,11 @@
|
|
|
108
107
|
"@cspell/dict-vue": "^3.0.4"
|
|
109
108
|
},
|
|
110
109
|
"engines": {
|
|
111
|
-
"node": ">=
|
|
110
|
+
"node": ">=20"
|
|
112
111
|
},
|
|
113
112
|
"devDependencies": {
|
|
114
|
-
"@cspell/cspell-tools": "
|
|
115
|
-
"@cspell/cspell-types": "
|
|
113
|
+
"@cspell/cspell-tools": "9.0.0",
|
|
114
|
+
"@cspell/cspell-types": "9.0.0"
|
|
116
115
|
},
|
|
117
|
-
"gitHead": "
|
|
116
|
+
"gitHead": "f7c4be398734894d817d9b60214731a516cff7d2"
|
|
118
117
|
}
|