cspell 6.31.2 → 6.31.3
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/package.json +10 -10
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cspell",
|
|
3
|
-
"version": "6.31.
|
|
3
|
+
"version": "6.31.3",
|
|
4
4
|
"description": "A Spelling Checker for Code!",
|
|
5
5
|
"funding": "https://github.com/streetsidesoftware/cspell?sponsor=1",
|
|
6
6
|
"bin": {
|
|
@@ -88,15 +88,16 @@
|
|
|
88
88
|
},
|
|
89
89
|
"homepage": "https://streetsidesoftware.github.io/cspell/",
|
|
90
90
|
"dependencies": {
|
|
91
|
-
"@cspell/cspell-
|
|
92
|
-
"@cspell/cspell-
|
|
93
|
-
"@cspell/
|
|
91
|
+
"@cspell/cspell-json-reporter": "6.31.3",
|
|
92
|
+
"@cspell/cspell-pipe": "6.31.3",
|
|
93
|
+
"@cspell/cspell-types": "6.31.3",
|
|
94
|
+
"@cspell/dynamic-import": "6.31.3",
|
|
94
95
|
"chalk": "^4.1.2",
|
|
95
96
|
"commander": "^10.0.0",
|
|
96
|
-
"cspell-gitignore": "6.31.
|
|
97
|
-
"cspell-glob": "6.31.
|
|
98
|
-
"cspell-io": "6.31.
|
|
99
|
-
"cspell-lib": "6.31.
|
|
97
|
+
"cspell-gitignore": "6.31.3",
|
|
98
|
+
"cspell-glob": "6.31.3",
|
|
99
|
+
"cspell-io": "6.31.3",
|
|
100
|
+
"cspell-lib": "6.31.3",
|
|
100
101
|
"fast-glob": "^3.2.12",
|
|
101
102
|
"fast-json-stable-stringify": "^2.1.0",
|
|
102
103
|
"file-entry-cache": "^6.0.1",
|
|
@@ -110,7 +111,6 @@
|
|
|
110
111
|
"node": ">=14"
|
|
111
112
|
},
|
|
112
113
|
"devDependencies": {
|
|
113
|
-
"@cspell/cspell-json-reporter": "6.31.1",
|
|
114
114
|
"@types/file-entry-cache": "^5.0.2",
|
|
115
115
|
"@types/glob": "^8.1.0",
|
|
116
116
|
"@types/imurmurhash": "^0.1.1",
|
|
@@ -119,5 +119,5 @@
|
|
|
119
119
|
"micromatch": "^4.0.5",
|
|
120
120
|
"minimatch": "^7.4.4"
|
|
121
121
|
},
|
|
122
|
-
"gitHead": "
|
|
122
|
+
"gitHead": "0e8ca7b32f21aea40ade645172ef93017e6a143d"
|
|
123
123
|
}
|