@storm-software/cspell 0.46.4 → 0.46.5
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/README.md +1 -1
- package/package.json +8 -8
package/README.md
CHANGED
|
@@ -27,7 +27,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
|
|
|
27
27
|
|
|
28
28
|
<h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
|
|
29
29
|
|
|
30
|
-
[](https://prettier.io/) [](http://nx.dev/) [](https://nextjs.org/) [](http://commitizen.github.io/cz-cli/)  [](https://fumadocs.vercel.app/) 
|
|
31
31
|
|
|
32
32
|
<!-- prettier-ignore-start -->
|
|
33
33
|
<!-- markdownlint-disable -->
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/cspell",
|
|
3
|
-
"version": "0.46.
|
|
3
|
+
"version": "0.46.5",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "A package containing CSpell keyword dictionaries and shared configurations for Storm Software.",
|
|
6
6
|
"keywords": [
|
|
@@ -104,13 +104,13 @@
|
|
|
104
104
|
"@cspell/dict-cpp": "^6.0.15",
|
|
105
105
|
"@cspell/dict-cryptocurrencies": "^5.0.5",
|
|
106
106
|
"@cspell/dict-csharp": "^4.0.8",
|
|
107
|
-
"@cspell/dict-css": "^4.0
|
|
107
|
+
"@cspell/dict-css": "^4.1.0",
|
|
108
108
|
"@cspell/dict-docker": "^1.1.17",
|
|
109
109
|
"@cspell/dict-dotnet": "^5.0.12",
|
|
110
110
|
"@cspell/dict-en-common-misspellings": "^2.1.12",
|
|
111
111
|
"@cspell/dict-en-gb": "^4.1.65",
|
|
112
|
-
"@cspell/dict-en_us": "^4.4.
|
|
113
|
-
"@cspell/dict-filetypes": "^3.0.
|
|
112
|
+
"@cspell/dict-en_us": "^4.4.30",
|
|
113
|
+
"@cspell/dict-filetypes": "^3.0.16",
|
|
114
114
|
"@cspell/dict-fonts": "^4.0.5",
|
|
115
115
|
"@cspell/dict-fullstack": "^3.2.8",
|
|
116
116
|
"@cspell/dict-git": "^3.1.0",
|
|
@@ -121,12 +121,12 @@
|
|
|
121
121
|
"@cspell/dict-k8s": "^1.0.12",
|
|
122
122
|
"@cspell/dict-lorem-ipsum": "^4.0.5",
|
|
123
123
|
"@cspell/dict-makefile": "^1.0.5",
|
|
124
|
-
"@cspell/dict-markdown": "^2.0.
|
|
124
|
+
"@cspell/dict-markdown": "^2.0.15",
|
|
125
125
|
"@cspell/dict-node": "^5.0.9",
|
|
126
|
-
"@cspell/dict-npm": "^5.2.
|
|
126
|
+
"@cspell/dict-npm": "^5.2.36",
|
|
127
127
|
"@cspell/dict-php": "^4.1.1",
|
|
128
128
|
"@cspell/dict-powershell": "^5.0.15",
|
|
129
|
-
"@cspell/dict-public-licenses": "^2.0.
|
|
129
|
+
"@cspell/dict-public-licenses": "^2.0.16",
|
|
130
130
|
"@cspell/dict-python": "^4.2.25",
|
|
131
131
|
"@cspell/dict-r": "^2.1.1",
|
|
132
132
|
"@cspell/dict-ruby": "^5.1.0",
|
|
@@ -144,5 +144,5 @@
|
|
|
144
144
|
"packageManager": "pnpm@10.3.0",
|
|
145
145
|
"engines": { "node": ">=22.4.0", "pnpm": ">=10.3.0" },
|
|
146
146
|
"publishConfig": { "access": "public" },
|
|
147
|
-
"gitHead": "
|
|
147
|
+
"gitHead": "5cbd6520f38fa8c4ce52cbde401bf6566f73b927"
|
|
148
148
|
}
|