Skip to content

Commit

Permalink
feat: Upgrade intl-messageformat-parser with support for unit-width i…
Browse files Browse the repository at this point in the history
…n skeleton
  • Loading branch information
Long Ho committed Dec 2, 2019
1 parent 2d4eed2 commit 4b8f09f
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 35 deletions.
56 changes: 28 additions & 28 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -130,17 +130,17 @@
"types": "./lib/react-intl.d.ts",
"sideEffects": false,
"dependencies": {
"@formatjs/intl-listformat": "^1.3.0",
"@formatjs/intl-relativetimeformat": "^4.5.0",
"@formatjs/intl-unified-numberformat": "^2.1.8",
"@formatjs/intl-listformat": "^1.3.1",
"@formatjs/intl-relativetimeformat": "^4.5.1",
"@formatjs/intl-unified-numberformat": "^2.2.0",
"@formatjs/macro": "^0.2.6",
"@types/hoist-non-react-statics": "^3.3.1",
"@types/invariant": "^2.2.30",
"hoist-non-react-statics": "^3.3.1",
"intl-format-cache": "^4.2.12",
"intl-format-cache": "^4.2.13",
"intl-locales-supported": "^1.8.4",
"intl-messageformat": "^7.7.0",
"intl-messageformat-parser": "^3.4.0",
"intl-messageformat-parser": "^3.5.0",
"invariant": "^2.1.1",
"shallow-equal": "^1.1.0"
},
Expand All @@ -154,7 +154,7 @@
"@babel/plugin-transform-modules-commonjs": "^7.7.4",
"@babel/preset-env": "^7.7.4",
"@babel/preset-react": "^7.7.4",
"@formatjs/intl-pluralrules": "^1.3.8",
"@formatjs/intl-pluralrules": "^1.3.9",
"@microsoft/api-documenter": "^7.7.0",
"@microsoft/api-extractor": "^7.6.2",
"@types/benchmark": "^1.0.31",
Expand Down Expand Up @@ -186,7 +186,7 @@
"react": "^16.12.0",
"react-dom": "^16.12.0",
"rimraf": "^3.0.0",
"rollup": "^1.27.6",
"rollup": "^1.27.8",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-resolve": "^5.2.0",
Expand Down

0 comments on commit 4b8f09f

Please sign in to comment.