@cspell/cspell-bundled-dicts 10.3.1-alpha.1 → 10.3.2-alpha.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.
Files changed (2) hide show
  1. package/README.md +4 -4
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  This package contains all the dictionaries bundled with cspell.
4
4
 
5
- It has been pull into its own package to make it easier to Webpack cspell.
5
+ It has been pulled into its own package to make it easier to Webpack cspell.
6
6
 
7
7
  ## Webpack
8
8
 
@@ -16,12 +16,12 @@ Example `webpack.config.js` modification:
16
16
 
17
17
  Example: `package.json`:
18
18
 
19
- ```js
19
+ ```json
20
20
  "devDependencies": {
21
- "cspell": "^5",
21
+ "cspell": "^10"
22
22
  },
23
23
  "dependencies": {
24
- "@cspell/cspell-bundled-dicts": "^5"
24
+ "@cspell/cspell-bundled-dicts": "^10"
25
25
  }
26
26
  ```
27
27
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cspell/cspell-bundled-dicts",
3
- "version": "10.3.1-alpha.1",
3
+ "version": "10.3.2-alpha.0",
4
4
  "description": "Dictionaries bundled with cspell",
5
5
  "publishConfig": {
6
6
  "access": "public",
@@ -61,8 +61,8 @@
61
61
  "@cspell/dict-dotnet": "^5.0.15",
62
62
  "@cspell/dict-elixir": "^4.0.8",
63
63
  "@cspell/dict-en-common-misspellings": "^2.2.2",
64
- "@cspell/dict-en-gb-mit": "^3.1.28",
65
- "@cspell/dict-en_us": "^4.4.39",
64
+ "@cspell/dict-en-gb-mit": "^3.1.29",
65
+ "@cspell/dict-en_us": "^4.4.40",
66
66
  "@cspell/dict-filetypes": "^3.0.18",
67
67
  "@cspell/dict-flutter": "^1.1.1",
68
68
  "@cspell/dict-fonts": "^4.0.6",
@@ -109,9 +109,9 @@
109
109
  "node": ">=22.18.0"
110
110
  },
111
111
  "devDependencies": {
112
- "@cspell/cspell-tools": "10.3.1-alpha.1",
113
- "@cspell/cspell-types": "10.3.1-alpha.1",
112
+ "@cspell/cspell-tools": "10.3.2-alpha.0",
113
+ "@cspell/cspell-types": "10.3.2-alpha.0",
114
114
  "@cspell/dictionary-bundler-plugin": ""
115
115
  },
116
- "gitHead": "aa0576e5b7e666a7e8645939871bcfe4fa2a7eb5"
116
+ "gitHead": "c7193065b82df0646e24ab6f6d370c12148f0efc"
117
117
  }