@taiga-ui/cspell-config 0.230.0 → 0.232.0

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.
Files changed (2) hide show
  1. package/configs/all.json +2 -1
  2. package/package.json +3 -3
package/configs/all.json CHANGED
@@ -561,6 +561,7 @@
561
561
  "longtap",
562
562
  "urlset",
563
563
  "scrollend",
564
- "opensearchservice"
564
+ "opensearchservice",
565
+ "antialiasing"
565
566
  ]
566
567
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taiga-ui/cspell-config",
3
- "version": "0.230.0",
3
+ "version": "0.232.0",
4
4
  "description": "Taiga UI cspell config",
5
5
  "keywords": [
6
6
  "cspell"
@@ -15,8 +15,8 @@
15
15
  "@cspell/dict-ar": "^1.1.3",
16
16
  "@cspell/dict-lorem-ipsum": "^4.0.3",
17
17
  "@cspell/dict-ru_ru": "^2.2.4",
18
- "@cspell/dict-scientific-terms-us": "^3.0.4",
19
- "cspell": "^8.15.5"
18
+ "@cspell/dict-scientific-terms-us": "^3.0.5",
19
+ "cspell": "^8.16.0"
20
20
  },
21
21
  "publishConfig": {
22
22
  "access": "public"