Skip to content
This repository was archived by the owner on May 15, 2019. It is now read-only.

Commit b46c856

Browse files
authored
Update to CLDR v34 (#20)
Fixes #19
1 parent 6bb4c04 commit b46c856

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "formatjs-extract-cldr-data",
3-
"version": "5.0.0",
3+
"version": "6.0.0",
44
"description": "Utility library that extracts the CLDR data that's needed by the FormatJS libraries.",
55
"main": "index.js",
66
"scripts": {
@@ -9,9 +9,9 @@
99
"author": "Eric Ferraiuolo <edf@ericf.me>",
1010
"license": "BSD-3-Clause",
1111
"dependencies": {
12-
"cldr-core": "^33.0.0",
13-
"cldr-dates-full": "^33.0.0",
14-
"cldr-numbers-full": "^33.0.0",
12+
"cldr-core": "^34.0.0",
13+
"cldr-dates-full": "^34.0.0",
14+
"cldr-numbers-full": "^34.0.0",
1515
"glob": "^5.0.1",
1616
"make-plural": "^2.1.3",
1717
"object.assign": "^4.0.3",

0 commit comments

Comments
 (0)