Skip to content

Commit

Permalink
chore(deps): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
akameco committed Aug 8, 2019
1 parent bdaf4a2 commit 0c3f6c0
Show file tree
Hide file tree
Showing 3 changed files with 509 additions and 434 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,28 +53,28 @@
"types.d.ts"
],
"dependencies": {
"@babel/types": "^7.4.4",
"@babel/types": "^7.5.5",
"murmurhash3js": "^3.0.1"
},
"devDependencies": {
"@babel/cli": "^7.4.4",
"@babel/core": "^7.4.5",
"@babel/preset-env": "^7.4.5",
"@babel/cli": "^7.5.5",
"@babel/core": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"@babel/preset-flow": "^7.0.0",
"@babel/register": "^7.4.4",
"all-contributors-cli": "^6.6.1",
"@babel/register": "^7.5.5",
"all-contributors-cli": "^6.8.1",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.0.1",
"babel-jest": "^24.8.0",
"babel-log": "^2.0.0",
"babel-plugin-tester": "^6.2.1",
"coveralls": "^3.0.3",
"eslint": "^6.0.1",
"eslint-config-precure": "^4.16.1",
"flow-bin": "^0.102.0",
"husky": "^3.0.0",
"coveralls": "^3.0.6",
"eslint": "^6.1.0",
"eslint-config-precure": "^4.18.1",
"flow-bin": "^0.104.0",
"husky": "^3.0.3",
"jest": "^24.8.0",
"lint-staged": "^9.2.0",
"lint-staged": "^9.2.1",
"prettier": "^1.17.1",
"react-intl": "^3.1.1",
"string-snapshot-serializer": "^1.0.1"
Expand Down
8 changes: 6 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[![Coverage Status](https://coveralls.io/repos/github/akameco/babel-plugin-react-intl-auto/badge.svg?branch=master)](https://coveralls.io/github/akameco/babel-plugin-react-intl-auto?branch=master)
[![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg)](https://github.com/prettier/prettier)
[![tested with jest](https://img.shields.io/badge/tested_with-jest-99424f.svg)](https://github.com/facebook/jest)
[![All Contributors](https://img.shields.io/badge/all_contributors-13-orange.svg?style=flat-square)](#contributors)
[![All Contributors](https://img.shields.io/badge/all_contributors-13-orange.svg?style=flat-square)](#contributors-)
[![babel-plugin-react-intl-auto Dev Token](https://badge.devtoken.rocks/babel-plugin-react-intl-auto)](https://devtoken.rocks/package/babel-plugin-react-intl-auto)

> i18n for the component age. Auto management react-intl ID.
Expand Down Expand Up @@ -362,7 +362,8 @@ Extract react-intl messages.
Thanks goes to these wonderful people ([emoji key](https://github.com/kentcdodds/all-contributors#emoji-key)):

<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore -->
<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->
<table>
<tr>
<td align="center"><a href="http://akameco.github.io"><img src="https://avatars2.githubusercontent.com/u/4002137?v=4" width="100px;" alt="akameco"/><br /><sub><b>akameco</b></sub></a><br /><a href="https://github.com/akameco/babel-plugin-react-intl-auto/commits?author=akameco" title="Code">💻</a> <a href="https://github.com/akameco/babel-plugin-react-intl-auto/commits?author=akameco" title="Tests">⚠️</a> <a href="#review-akameco" title="Reviewed Pull Requests">👀</a> <a href="https://github.com/akameco/babel-plugin-react-intl-auto/commits?author=akameco" title="Documentation">📖</a></td>
Expand All @@ -383,6 +384,9 @@ Thanks goes to these wonderful people ([emoji key](https://github.com/kentcdodds
</tr>
</table>

<!-- markdownlint-enable -->
<!-- prettier-ignore-end -->

<!-- ALL-CONTRIBUTORS-LIST:END -->

This project follows the [all-contributors](https://github.com/kentcdodds/all-contributors) specification. Contributions of any kind welcome!
Expand Down
Loading

0 comments on commit 0c3f6c0

Please sign in to comment.