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.13.39" ,
99 "gatsby-image" : " ^2.2.6" ,
10- "gatsby-plugin-intl" : " ^0.2.7-beta.0 " ,
10+ "gatsby-plugin-intl" : " ^0.2.7" ,
1111 "gatsby-plugin-manifest" : " ^2.2.4" ,
1212 "gatsby-plugin-offline" : " ^2.2.4" ,
1313 "gatsby-plugin-react-helmet" : " ^3.1.2" ,
Original file line number Diff line number Diff line change @@ -4956,10 +4956,10 @@ gatsby-page-utils@^0.0.5:
49564956 micromatch "^3.1.10"
49574957 slash "^1.0.0"
49584958
4959- gatsby-plugin-intl@^0.2.7-beta.0 :
4960- version "0.2.7-beta.0 "
4961- resolved "https://registry.yarnpkg.com/gatsby-plugin-intl/-/gatsby-plugin-intl-0.2.7-beta.0. tgz#9398d4d42b0ea94bcbfdf6b7cccacc7cfe68d27a "
4962- integrity sha512-EJgY5gTuH2PJtmfqVVfQAdiKkcThovUjMAT5sGOovWaHrPlgizAf6yGCV4eOfde4+ViO6PqnYK2cs6ix2VQfRw ==
4959+ gatsby-plugin-intl@^0.2.7 :
4960+ version "0.2.7"
4961+ resolved "https://registry.yarnpkg.com/gatsby-plugin-intl/-/gatsby-plugin-intl-0.2.7. tgz#69e49cd09c3ed29f2d78b1e2c0d7ea6e197cf154 "
4962+ integrity sha512-vbX6bM58gAidX+bDk1EczfQdrHgqEEhGrDDOymR+943HSZWKpnzAZwOaZAsFt2UjI2zvVYDdkzC5MmQDPlmabA ==
49634963 dependencies :
49644964 " @babel/runtime" " ^7.4.5"
49654965 browser-lang "^0.1.0"
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.2.7-beta.0 " ,
4+ "version" : " 0.2.7" ,
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