Skip to content

Commit 3010cc1

Browse files
committed
chore: change source for gettext
1 parent 72748b9 commit 3010cc1

File tree

2 files changed

+30
-23
lines changed

2 files changed

+30
-23
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
"eslint-plugin-ember": "^6.2.0",
113113
"eslint-plugin-ember-suave": "^1.0.0",
114114
"eslint-plugin-node": "^9.0.1",
115-
"gettext.js": "git://github.com/Cropster/gettext.js.git#master",
115+
"gettext.js": "guillaumepotier/gettext.js#7b772c4",
116116
"google-material-color": "^1.3.1",
117117
"http-status": "^1.3.2",
118118
"jquery": "^3.4.1",
@@ -138,7 +138,7 @@
138138
"dependencies": {
139139
"@bower_components/Croppie": "Foliotek/Croppie#^2.4.1",
140140
"@bower_components/flexibility": "10up/flexibility#^2.0.1",
141-
"@bower_components/gettext.js": "git://github.com/Cropster/gettext.js.git#master",
141+
"@bower_components/gettext.js": "guillaumepotier/gettext.js#7b772c4",
142142
"@bower_components/js-polyfills": "inexorabletash/polyfill#^0.1.34",
143143
"@bower_components/open-event-theme": "fossasia/open-event-theme#^0.0.5",
144144
"@bower_components/pace": "HubSpot/pace#^1.0.2",

yarn.lock

Lines changed: 28 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -791,11 +791,11 @@
791791
version "2.0.1"
792792
resolved "https://codeload.github.com/10up/flexibility/tar.gz/9578df36e207c0a5eda7bb7515ba407366396527"
793793

794-
"@bower_components/gettext.js@git://github.com/Cropster/gettext.js.git#master", "gettext.js@git://github.com/Cropster/gettext.js.git#master":
795-
version "0.5.3"
796-
resolved "git://github.com/Cropster/gettext.js.git#9261cafec1d3cbd0b629b5c512f89b30703ed431"
794+
"@bower_components/gettext.js@guillaumepotier/gettext.js#7b772c4", gettext.js@guillaumepotier/gettext.js#7b772c4:
795+
version "0.7.0"
796+
resolved "https://codeload.github.com/guillaumepotier/gettext.js/tar.gz/7b772c41a8883221d4d732a72d26d06c08e7d5ae"
797797
dependencies:
798-
po2json "^0.3.2"
798+
po2json "^0.4.0"
799799

800800
"@bower_components/js-polyfills@inexorabletash/polyfill#^0.1.34":
801801
version "0.1.42"
@@ -1514,6 +1514,7 @@ ansi-styles@^3.0.0, ansi-styles@^3.2.0, ansi-styles@^3.2.1:
15141514
ansi-styles@~1.0.0:
15151515
version "1.0.0"
15161516
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-1.0.0.tgz#cb102df1c56f5123eab8b67cd7b98027a0279178"
1517+
integrity sha1-yxAt8cVvUSPquLZ817mAJ6AnkXg=
15171518

15181519
ansi-to-html@^0.6.6:
15191520
version "0.6.10"
@@ -3958,6 +3959,7 @@ chalk@^2.4.2:
39583959
chalk@~0.4.0:
39593960
version "0.4.0"
39603961
resolved "https://registry.yarnpkg.com/chalk/-/chalk-0.4.0.tgz#5199a3ddcd0c1efe23bc08c1b027b06176e0c64f"
3962+
integrity sha1-UZmj3c0MHv4jvAjBsCewYXbgxk8=
39613963
dependencies:
39623964
ansi-styles "~1.0.0"
39633965
has-color "~0.1.0"
@@ -6570,7 +6572,7 @@ encodeurl@~1.0.1, encodeurl@~1.0.2:
65706572
version "1.0.2"
65716573
resolved "https://registry.yarnpkg.com/encodeurl/-/encodeurl-1.0.2.tgz#ad3ff4c86ec2d029322f5a02c3a9a606c95b3f59"
65726574

6573-
encoding@^0.1.11, encoding@^0.1.12, encoding@~0.1:
6575+
encoding@^0.1.11, encoding@^0.1.12:
65746576
version "0.1.12"
65756577
resolved "https://registry.yarnpkg.com/encoding/-/encoding-0.1.12.tgz#538b66f3ee62cd1ab51ec323829d1f9480c74beb"
65766578
dependencies:
@@ -7901,6 +7903,13 @@ gettext-nunjucks@^0.0.2:
79017903
nunjucks "^3.0.0"
79027904
nunjucks-markdown "^2.0.1"
79037905

7906+
7907+
version "1.1.0"
7908+
resolved "https://registry.yarnpkg.com/gettext-parser/-/gettext-parser-1.1.0.tgz#2c5a6638d893934b9b55037d0ad82cb7004b2679"
7909+
integrity sha1-LFpmONiTk0ubVQN9CtgstwBLJnk=
7910+
dependencies:
7911+
encoding "^0.1.11"
7912+
79047913
gettext-parser@^2.0.0:
79057914
version "2.1.0"
79067915
resolved "https://registry.yarnpkg.com/gettext-parser/-/gettext-parser-2.1.0.tgz#44dad33a15a74776f4383bb33efa8e0eda2346e4"
@@ -7909,12 +7918,6 @@ gettext-parser@^2.0.0:
79097918
readable-stream "^2.0.0"
79107919
safe-buffer "^5.1.2"
79117920

7912-
gettext-parser@~0.2.0:
7913-
version "0.2.0"
7914-
resolved "https://registry.yarnpkg.com/gettext-parser/-/gettext-parser-0.2.0.tgz#541b99e2720e460163055c64e99b1422e3e995f5"
7915-
dependencies:
7916-
encoding "~0.1"
7917-
79187921
gettext-swig@^0.3.0:
79197922
version "0.3.0"
79207923
resolved "https://registry.yarnpkg.com/gettext-swig/-/gettext-swig-0.3.0.tgz#4e87923a239ec5b1b0ac0ad9835a036799235758"
@@ -8244,6 +8247,7 @@ has-binary2@~1.0.2:
82448247
has-color@~0.1.0:
82458248
version "0.1.7"
82468249
resolved "https://registry.yarnpkg.com/has-color/-/has-color-0.1.7.tgz#67144a5260c34fc3cca677d041daf52fe7b78b2f"
8250+
integrity sha1-ZxRKUmDDT8PMpnfQQdr1L+e3iy8=
82478251

82488252
82498253
version "1.1.0"
@@ -9950,7 +9954,7 @@ lodash.without@~4.4.0:
99509954
version "4.4.0"
99519955
resolved "https://registry.yarnpkg.com/lodash.without/-/lodash.without-4.4.0.tgz#3cd4574a00b67bae373a94b748772640507b7aac"
99529956

9953-
lodash@^2.4.1, lodash@~2.4.1:
9957+
lodash@^2.4.1:
99549958
version "2.4.2"
99559959
resolved "https://registry.yarnpkg.com/lodash/-/lodash-2.4.2.tgz#fadd834b9683073da179b3eae6d9c0d15053f73e"
99569960

@@ -10827,9 +10831,10 @@ [email protected]:
1082710831
resolved "https://registry.yarnpkg.com/node-watch/-/node-watch-0.6.0.tgz#ab0703b60cd270783698e57a428faa0010ed8fd0"
1082810832
integrity sha512-XAgTL05z75ptd7JSVejH1a2Dm1zmXYhuDr9l230Qk6Z7/7GPcnAs/UyJJ4ggsXSvWil8iOzwQLW0zuGUvHpG8g==
1082910833

10830-
10831-
version "1.8.0"
10832-
resolved "https://registry.yarnpkg.com/nomnom/-/nomnom-1.8.0.tgz#dcbbf531b9299c11b7d7845066045b5237d2c8d9"
10834+
10835+
version "1.8.1"
10836+
resolved "https://registry.yarnpkg.com/nomnom/-/nomnom-1.8.1.tgz#2151f722472ba79e50a76fc125bb8c8f2e4dc2a7"
10837+
integrity sha1-IVH3Ikcrp55Qp2/BJbuMjy5Nwqc=
1083310838
dependencies:
1083410839
chalk "~0.4.0"
1083510840
underscore "~1.6.0"
@@ -11634,13 +11639,13 @@ pluralize@^7.0.0:
1163411639
version "7.0.0"
1163511640
resolved "https://registry.yarnpkg.com/pluralize/-/pluralize-7.0.0.tgz#298b89df8b93b0221dbf421ad2b1b1ea23fc6777"
1163611641

11637-
po2json@^0.3.2:
11638-
version "0.3.2"
11639-
resolved "https://registry.yarnpkg.com/po2json/-/po2json-0.3.2.tgz#d3edc61859369c0b624548bf8a2321dca29cfd5b"
11642+
po2json@^0.4.0:
11643+
version "0.4.5"
11644+
resolved "https://registry.yarnpkg.com/po2json/-/po2json-0.4.5.tgz#47bb2952da32d58a1be2f256a598eebc0b745118"
11645+
integrity sha1-R7spUtoy1Yob4vJWpZjuvAt0URg=
1164011646
dependencies:
11641-
gettext-parser "~0.2.0"
11642-
lodash "~2.4.1"
11643-
nomnom "1.8.0"
11647+
gettext-parser "1.1.0"
11648+
nomnom "1.8.1"
1164411649

1164511650
portfinder@^1.0.20:
1164611651
version "1.0.20"
@@ -13592,6 +13597,7 @@ strip-ansi@^5.2.0:
1359213597
strip-ansi@~0.1.0:
1359313598
version "0.1.1"
1359413599
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-0.1.1.tgz#39e8a98d044d150660abe4a6808acf70bb7bc991"
13600+
integrity sha1-OeipjQRNFQZgq+SmgIrPcLt7yZE=
1359513601

1359613602
strip-bom@^2.0.0:
1359713603
version "2.0.0"
@@ -14133,6 +14139,7 @@ underscore@>=1.8.3:
1413314139
underscore@~1.6.0:
1413414140
version "1.6.0"
1413514141
resolved "https://registry.yarnpkg.com/underscore/-/underscore-1.6.0.tgz#8b38b10cacdef63337b8b24e4ff86d45aea529a8"
14142+
integrity sha1-izixDKze9jM3uLJOT/htRa6lKag=
1413614143

1413714144
unicode-canonical-property-names-ecmascript@^1.0.4:
1413814145
version "1.0.4"

0 commit comments

Comments
 (0)