@formatjs/intl-pluralrules 5.2.16 → 5.2.17

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.16",
3
+ "version": "5.2.17",
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.7.0",
24
- "@formatjs/ecma402-abstract": "2.2.0",
25
- "@formatjs/intl-localematcher": "0.5.5"
24
+ "@formatjs/intl-localematcher": "0.5.5",
25
+ "@formatjs/ecma402-abstract": "2.2.0"
26
26
  },
27
27
  "devDependencies": {
28
- "@formatjs/intl-getcanonicallocales": "2.3.1",
29
- "@formatjs/intl-locale": "4.0.2"
28
+ "@formatjs/intl-getcanonicallocales": "2.4.0",
29
+ "@formatjs/intl-locale": "4.1.0"
30
30
  },
31
31
  "bugs": {
32
32
  "url": "https://github.com/formatjs/formatjs/issues"
package/polyfill.iife.js CHANGED
@@ -186,7 +186,7 @@
186
186
  }
187
187
  var SIMPLE_UNITS = SANCTIONED_UNITS.map(removeUnitNamespace);
188
188
 
189
- // node_modules/.aspect_rules_js/tslib@2.7.0/node_modules/tslib/tslib.es6.mjs
189
+ // node_modules/.aspect_rules_js/tslib@2.8.0/node_modules/tslib/tslib.es6.mjs
190
190
  var extendStatics = function(d, b) {
191
191
  extendStatics = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(d2, b2) {
192
192
  d2.__proto__ = b2;