@cspell/dict-npm 5.1.9 → 5.1.11

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/cspell-ext.json CHANGED
@@ -12,7 +12,7 @@
12
12
  ],
13
13
  "languageSettings": [
14
14
  {
15
- "languageId": "javascript,typescript",
15
+ "languageId": "javascript,typescript,javascriptreact,typescriptreact",
16
16
  "locale": "*",
17
17
  "dictionaries": ["npm"]
18
18
  }
package/dict/npm.txt CHANGED
@@ -1492,6 +1492,7 @@ newrelic
1492
1492
  next
1493
1493
  next-auth
1494
1494
  nextjs
1495
+ nextra
1495
1496
  ng-doc
1496
1497
  ng-mocks
1497
1498
  ng-zorro-antd
@@ -2340,6 +2341,7 @@ tslint
2340
2341
  tslint-config-prettier
2341
2342
  tslint-react
2342
2343
  tsparticles
2344
+ tstyche
2343
2345
  tsup
2344
2346
  tsx
2345
2347
  turndown
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cspell/dict-npm",
3
- "version": "5.1.9",
3
+ "version": "5.1.11",
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": "fa06ec07bc613713b2f894005cb6e64c43e72ffb"
45
+ "gitHead": "487d4f60dc453d3f2c2d2835ceaa6053171b16d1"
46
46
  }