File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
examples/gatsby-starter-default-intl Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 77 "dependencies" : {
88 "gatsby" : " ^2.17.4" ,
99 "gatsby-image" : " ^2.2.29" ,
10- "gatsby-plugin-intl" : " ^0.3.1 " ,
10+ "gatsby-plugin-intl" : " ^0.3.2 " ,
1111 "gatsby-plugin-manifest" : " ^2.2.23" ,
1212 "gatsby-plugin-offline" : " ^3.0.16" ,
1313 "gatsby-plugin-react-helmet" : " ^3.1.13" ,
Original file line number Diff line number Diff line change @@ -5248,10 +5248,10 @@ gatsby-page-utils@^0.0.27:
52485248 micromatch "^3.1.10"
52495249 slash "^3.0.0"
52505250
5251- gatsby-plugin-intl@^0.3.1 :
5252- version "0.3.1 "
5253- resolved "https://registry.yarnpkg.com/gatsby-plugin-intl/-/gatsby-plugin-intl-0.3.1 .tgz#c89e52d49ff8a0854966234116efc42fdc0ba721 "
5254- integrity sha512-rPPS6VjC1ElCSxZcUGYQjxk2LTcN8PFTzBpcHK8ll4C744lAsU0mGgHdg3oZrKbs2b+0eGn+g5/EZ1Oh3OdsiQ ==
5251+ gatsby-plugin-intl@^0.3.2 :
5252+ version "0.3.2 "
5253+ resolved "https://registry.yarnpkg.com/gatsby-plugin-intl/-/gatsby-plugin-intl-0.3.2 .tgz#22507d283d718624afee81be29676cb909b56fc0 "
5254+ integrity sha512-bB6F6nkjhLpBlMsHmm6aPrZU+wSUIKdmJ4LSFPdrwl8pCIKKDyP7pokBKzYn1B1OM2wOB3rTXfRZ9DHIKiDIfA ==
52555255 dependencies:
52565256 "@babel/runtime" "^7.4.5"
52575257 "@formatjs/intl-pluralrules" "^1.3.1"
Original file line number Diff line number Diff line change 11{
22 "name" : " gatsby-plugin-intl" ,
33 "description" : " Gatsby plugin to add react-intl onto a site" ,
4- "version" : " 0.3.1 " ,
4+ "version" : " 0.3.2 " ,
55 "author" : " Daewoong Moon <wiziple@gmail.com>" ,
66 "bugs" : {
77 "url" : " https://github.com/wiziple/gatsby-plugin-intl"
You can’t perform that action at this time.
0 commit comments