Skip to content

Commit

Permalink
Merge pull request #13 from shaunwarman/bump-i18n-5-3
Browse files Browse the repository at this point in the history
chore: bump 18n
  • Loading branch information
niftylettuce authored May 3, 2020
2 parents fbc7f25 + 05a9f40 commit 23dc02d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"boolean": "3.0.0",
"country-language": "^0.1.7",
"debug": "^4.1.1",
"i18n": "^0.8.5",
"i18n": "^0.9.1",
"i18n-locales": "^0.0.4",
"lodash": "^4.17.15",
"moment": "^2.24.0",
Expand Down
28 changes: 14 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3694,16 +3694,16 @@ i18n-locales@^0.0.4:
dependencies:
country-language "^0.1.7"

i18n@^0.8.5:
version "0.8.5"
resolved "https://registry.yarnpkg.com/i18n/-/i18n-0.8.5.tgz#3ae2db28fa1670e3f5ba30d3e505958b0b62e7ec"
integrity sha512-6UgLbhJGgn4XFeuZc/dDdrrri0ij24EK4hxv4Pbi5hloYAZ1B2+0eQchEryBFezLKYOHhVGV/5+H4i0oxng94w==
i18n@^0.9.1:
version "0.9.1"
resolved "https://registry.yarnpkg.com/i18n/-/i18n-0.9.1.tgz#a9dda09e582286c81a584374ac9f2aaef7ec37fb"
integrity sha512-ERo9WloOP2inRsJzAlzn4JDm3jvX7FW1+KB/JGXTzUVzi9Bsf4LNLXUQTMgM/aze4LNW/kvmxQX6bzg5UzqMJw==
dependencies:
debug "*"
make-plural "^6.0.1"
make-plural "^6.2.1"
math-interval-parser "^2.0.1"
messageformat "^2.3.0"
mustache "*"
mustache "^4.0.1"
sprintf-js "^1.1.2"

iconv-lite@^0.4.24:
Expand Down Expand Up @@ -4896,10 +4896,10 @@ make-plural@^4.3.0:
optionalDependencies:
minimist "^1.2.0"

make-plural@^6.0.1:
version "6.0.1"
resolved "https://registry.yarnpkg.com/make-plural/-/make-plural-6.0.1.tgz#ed3839fac3f469ebbe505751d48fe3319769edfc"
integrity sha512-h0uBNi4tpDkiWUyYKrJNj8Kif6q3Ba5zp/8jnfPy3pQE+4XcTj6h3eZM5SYVUyDNX9Zk69Isr/dx0I+78aJUaQ==
make-plural@^6.2.1:
version "6.2.1"
resolved "https://registry.yarnpkg.com/make-plural/-/make-plural-6.2.1.tgz#2790af1d05fb2fc35a111ce759ffdb0aca1339a3"
integrity sha512-AmkruwJ9EjvyTv6AM8MBMK3TAeOJvhgTv5YQXzF0EP2qawhpvMjDpHvsdOIIT0Vn+BB0+IogmYZ1z+Ulm/m0Fg==

map-cache@^0.2.2:
version "0.2.2"
Expand Down Expand Up @@ -5213,10 +5213,10 @@ multimatch@^4.0.0:
arrify "^2.0.1"
minimatch "^3.0.4"

mustache@*:
version "4.0.0"
resolved "https://registry.yarnpkg.com/mustache/-/mustache-4.0.0.tgz#7f02465dbb5b435859d154831c032acdfbbefb31"
integrity sha512-FJgjyX/IVkbXBXYUwH+OYwQKqWpFPLaLVESd70yHjSDunwzV2hZOoTBvPf4KLoxesUzzyfTH6F784Uqd7Wm5yA==
mustache@^4.0.1:
version "4.0.1"
resolved "https://registry.yarnpkg.com/mustache/-/mustache-4.0.1.tgz#d99beb031701ad433338e7ea65e0489416c854a2"
integrity sha512-yL5VE97+OXn4+Er3THSmTdCFCtx5hHWzrolvH+JObZnUYwuaG7XV+Ch4fR2cIrcYI0tFHxS7iyFYl14bW8y2sA==

mute-stream@0.0.8:
version "0.0.8"
Expand Down

0 comments on commit 23dc02d

Please sign in to comment.