@cspell/dict-npm 5.1.20 → 5.1.22
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/dict/npm.txt +3 -0
- package/package.json +2 -2
package/dict/npm.txt
CHANGED
|
@@ -460,6 +460,7 @@ css-tools
|
|
|
460
460
|
css-tree
|
|
461
461
|
cssdb
|
|
462
462
|
cssesc
|
|
463
|
+
cssfilter
|
|
463
464
|
cssnano
|
|
464
465
|
csso
|
|
465
466
|
cssstyle
|
|
@@ -1588,6 +1589,7 @@ nest
|
|
|
1588
1589
|
nest-commander
|
|
1589
1590
|
nestjsx
|
|
1590
1591
|
netlify
|
|
1592
|
+
netlify-cms-backend-test
|
|
1591
1593
|
newman
|
|
1592
1594
|
newrelic
|
|
1593
1595
|
next
|
|
@@ -2092,6 +2094,7 @@ regenerator-runtime
|
|
|
2092
2094
|
register
|
|
2093
2095
|
rehype
|
|
2094
2096
|
rehype-autolink-headings
|
|
2097
|
+
rehype-expressive-code
|
|
2095
2098
|
rehype-external-links
|
|
2096
2099
|
rehype-katex
|
|
2097
2100
|
rehype-mdx-code-props
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cspell/dict-npm",
|
|
3
|
-
"version": "5.1.
|
|
3
|
+
"version": "5.1.22",
|
|
4
4
|
"description": "Dictionary of common NPM packages for cspell.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public",
|
|
@@ -42,5 +42,5 @@
|
|
|
42
42
|
"dict/npm.txt",
|
|
43
43
|
"cspell-ext.json"
|
|
44
44
|
],
|
|
45
|
-
"gitHead": "
|
|
45
|
+
"gitHead": "c5d2ed0b1b50a03fbf32b6848bfeb3b1fc335a02"
|
|
46
46
|
}
|