Skip to content

Commit

Permalink
fix: bump intl-messageformat-parser
Browse files Browse the repository at this point in the history
  • Loading branch information
longlho committed Aug 20, 2020
1 parent 1864c13 commit 8bbfa04
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/babel-plugin-react-intl/package.json
Expand Up @@ -17,7 +17,7 @@
"@formatjs/ts-transformer": "^2.7.5",
"@types/babel__core": "^7.1.7",
"@types/schema-utils": "^2.4.0",
"intl-messageformat-parser": "^5.5.1",
"intl-messageformat-parser": "^6.0.0",
"schema-utils": "^2.6.6"
},
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Expand Up @@ -40,7 +40,7 @@
"commander": "5.1.0",
"fast-glob": "^3.2.4",
"fs-extra": "^9.0.0",
"intl-messageformat-parser": "^5.5.1",
"intl-messageformat-parser": "^6.0.0",
"json-stable-stringify": "^1.0.1",
"lodash": "^4.17.15",
"loud-rejection": "^2.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-formatjs/package.json
Expand Up @@ -26,7 +26,7 @@
"@types/estree": "^0.0.45",
"@typescript-eslint/typescript-estree": "^3.6.0",
"emoji-regex": "^9.0.0",
"intl-messageformat-parser": "^5.5.1"
"intl-messageformat-parser": "^6.0.0"
},
"peerDependencies": {
"eslint": "^7.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/intl-messageformat/package.json
Expand Up @@ -32,7 +32,7 @@
"types": "index.d.ts",
"dependencies": {
"fast-memoize": "^2.5.2",
"intl-messageformat-parser": "^5.5.1"
"intl-messageformat-parser": "^6.0.0"
},
"sideEffects": false,
"homepage": "https://github.com/formatjs/formatjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-intl/package.json
Expand Up @@ -138,7 +138,7 @@
"fast-memoize": "^2.5.2",
"hoist-non-react-statics": "^3.3.2",
"intl-messageformat": "^9.3.1",
"intl-messageformat-parser": "^5.5.1",
"intl-messageformat-parser": "^6.0.0",
"shallow-equal": "^1.2.1"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/ts-transformer/package.json
Expand Up @@ -17,7 +17,7 @@
"react-intl"
],
"dependencies": {
"intl-messageformat-parser": "^5.5.1",
"intl-messageformat-parser": "^6.0.0",
"typescript": "^3.8"
},
"author": "Long Ho <holevietlong@gmail.com>",
Expand Down

0 comments on commit 8bbfa04

Please sign in to comment.