@storm-software/cspell 0.39.0 → 0.40.1
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 -2
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -21,7 +21,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
|
|
|
21
21
|
|
|
22
22
|
<h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
|
|
23
23
|
|
|
24
|
-
[](https://prettier.io/) [](http://nx.dev/) [](https://nextjs.org/) [](http://commitizen.github.io/cz-cli/)  [](https://fumadocs.vercel.app/) 
|
|
25
25
|
|
|
26
26
|
<!-- prettier-ignore-start -->
|
|
27
27
|
<!-- markdownlint-disable -->
|
|
@@ -40,7 +40,6 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
|
|
|
40
40
|
|
|
41
41
|
<!-- START doctoc -->
|
|
42
42
|
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
|
43
|
-
|
|
44
43
|
## Table of Contents
|
|
45
44
|
|
|
46
45
|
- [Storm Software CSpell Dictionary](#storm-software-cspell-dictionary)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/cspell",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.40.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A package containing CSpell keyword dictionaries and shared configurations for Storm Software.",
|
|
6
6
|
"repository": {
|
|
@@ -96,9 +96,9 @@
|
|
|
96
96
|
"dictionary",
|
|
97
97
|
"spelling"
|
|
98
98
|
],
|
|
99
|
-
"peerDependencies": { "cspell": "
|
|
99
|
+
"peerDependencies": { "cspell": "catalog:" },
|
|
100
100
|
"peerDependenciesMeta": { "cspell": { "optional": false } },
|
|
101
|
-
"dependencies": { "cspell": "
|
|
101
|
+
"dependencies": { "cspell": "catalog:" },
|
|
102
102
|
"devDependencies": {
|
|
103
103
|
"@cspell/cspell-pipe": "8.17.3",
|
|
104
104
|
"@cspell/cspell-tools": "^8.19.4",
|
|
@@ -141,8 +141,8 @@
|
|
|
141
141
|
"@cspell/dict-swift": "^2.0.6",
|
|
142
142
|
"@cspell/dict-typescript": "^3.2.3",
|
|
143
143
|
"@cspell/dict-vue": "^3.0.5",
|
|
144
|
-
"tsup": "
|
|
144
|
+
"tsup": "catalog:"
|
|
145
145
|
},
|
|
146
146
|
"publishConfig": { "access": "public" },
|
|
147
|
-
"gitHead": "
|
|
147
|
+
"gitHead": "512d1169996114a42d66c6fbbcd38bb04b5fc695"
|
|
148
148
|
}
|