@formatjs/intl-pluralrules 5.2.10 → 5.2.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.
Files changed (2) hide show
  1. package/package.json +5 -5
  2. package/polyfill.iife.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@formatjs/intl-pluralrules",
3
- "version": "5.2.10",
3
+ "version": "5.2.11",
4
4
  "description": "Polyfill for Intl.PluralRules",
5
5
  "keywords": [
6
6
  "polyfill",
@@ -21,12 +21,12 @@
21
21
  },
22
22
  "dependencies": {
23
23
  "tslib": "^2.4.0",
24
- "@formatjs/ecma402-abstract": "1.18.0",
25
- "@formatjs/intl-localematcher": "0.5.2"
24
+ "@formatjs/ecma402-abstract": "1.18.1",
25
+ "@formatjs/intl-localematcher": "0.5.3"
26
26
  },
27
27
  "devDependencies": {
28
- "@formatjs/intl-locale": "3.4.3",
29
- "@formatjs/intl-getcanonicallocales": "2.3.0"
28
+ "@formatjs/intl-getcanonicallocales": "2.3.0",
29
+ "@formatjs/intl-locale": "3.4.4"
30
30
  },
31
31
  "bugs": {
32
32
  "url": "https://github.com/formatjs/formatjs/issues"
package/polyfill.iife.js CHANGED
@@ -4347,7 +4347,7 @@
4347
4347
  throw new Err(message);
4348
4348
  }
4349
4349
  }
4350
- var DEFAULT_MATCHING_THRESHOLD = 840;
4350
+ var DEFAULT_MATCHING_THRESHOLD = 838;
4351
4351
  var PROCESSED_DATA;
4352
4352
  function processData() {
4353
4353
  var _a, _b;