Skip to content

Commit c38e28d

Browse files
committed
Update urls
1 parent 1b56d59 commit c38e28d

File tree

4 files changed

+69
-50
lines changed

4 files changed

+69
-50
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# react-currency-hooks Changelog
22

3+
## 1.2.2 (2020-04-19)
4+
#### Repository Changes
5+
- updated repository URLs
6+
37
## 1.2.1 (2020-04-11)
48
#### Repository Changes
59
- updated devDependencies

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# [react-currency-hooks](https://github.com/jb1905/react-currency-hooks)
1+
# [react-currency-hooks](https://github.com/cool-hooks/react-currency-hooks)
22

33
[![NPM version](http://img.shields.io/npm/v/react-currency-hooks.svg?style=flat-square)](https://www.npmjs.com/package/react-currency-hooks)
44
[![NPM downloads](http://img.shields.io/npm/dm/react-currency-hooks.svg?style=flat-square)](https://www.npmjs.com/package/react-currency-hooks)

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
"repository": {
2020
"type": "git",
21-
"url": "https://github.com/JB1905/react-currency-hooks.git"
21+
"url": "https://github.com/cool-hooks/react-currency-hooks.git"
2222
},
2323
"keywords": [
2424
"currency",
@@ -27,29 +27,29 @@
2727
"library"
2828
],
2929
"bugs": {
30-
"url": "https://github.com/JB1905/react-currency-hooks/issues"
30+
"url": "https://github.com/cool-hooks/react-currency-hooks/issues"
3131
},
32-
"homepage": "https://github.com/JB1905/react-currency-hooks#readme",
32+
"homepage": "https://github.com/cool-hooks/react-currency-hooks#readme",
3333
"devDependencies": {
34-
"@rollup/plugin-node-resolve": "^7.1.1",
34+
"@rollup/plugin-node-resolve": "^7.1.3",
3535
"@testing-library/react-hooks": "^3.2.1",
3636
"@types/jest": "^25.2.1",
3737
"@types/react": "^16.9.34",
38-
"@typescript-eslint/parser": "^2.27.0",
38+
"@typescript-eslint/parser": "^2.28.0",
3939
"eslint": "^6.8.0",
4040
"eslint-config-prettier": "^6.10.1",
41-
"eslint-plugin-prettier": "^3.1.2",
41+
"eslint-plugin-prettier": "^3.1.3",
4242
"eslint-plugin-react": "^7.19.0",
4343
"eslint-plugin-react-hooks": "^3.0.0",
4444
"husky": "^4.2.5",
4545
"jest": "^25.3.0",
46-
"lint-staged": "^10.1.3",
46+
"lint-staged": "^10.1.6",
4747
"prettier": "^2.0.4",
4848
"react": "^16.13.1",
4949
"react-test-renderer": "^16.13.1",
5050
"rollup-plugin-terser": "^5.3.0",
5151
"rollup-plugin-typescript2": "^0.27.0",
52-
"ts-jest": "^25.3.1",
52+
"ts-jest": "^25.4.0",
5353
"typescript": "^3.8.3"
5454
},
5555
"peerDependencies": {

yarn.lock

Lines changed: 56 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -451,18 +451,18 @@
451451
"@types/yargs" "^15.0.0"
452452
chalk "^3.0.0"
453453

454-
"@rollup/plugin-node-resolve@^7.1.1":
455-
version "7.1.1"
456-
resolved "https://registry.yarnpkg.com/@rollup/plugin-node-resolve/-/plugin-node-resolve-7.1.1.tgz#8c6e59c4b28baf9d223028d0e450e06a485bb2b7"
457-
integrity sha512-14ddhD7TnemeHE97a4rLOhobfYvUVcaYuqTnL8Ti7Jxi9V9Jr5LY7Gko4HZ5k4h4vqQM0gBQt6tsp9xXW94WPA==
454+
"@rollup/plugin-node-resolve@^7.1.3":
455+
version "7.1.3"
456+
resolved "https://registry.yarnpkg.com/@rollup/plugin-node-resolve/-/plugin-node-resolve-7.1.3.tgz#80de384edfbd7bfc9101164910f86078151a3eca"
457+
integrity sha512-RxtSL3XmdTAE2byxekYLnx+98kEUOrPHF/KRVjLH+DEIHy6kjIw7YINQzn+NXiH/NTrQLAwYs0GWB+csWygA9Q==
458458
dependencies:
459-
"@rollup/pluginutils" "^3.0.6"
459+
"@rollup/pluginutils" "^3.0.8"
460460
"@types/resolve" "0.0.8"
461461
builtin-modules "^3.1.0"
462462
is-module "^1.0.0"
463463
resolve "^1.14.2"
464464

465-
"@rollup/pluginutils@^3.0.6", "@rollup/pluginutils@^3.0.8":
465+
"@rollup/pluginutils@^3.0.8":
466466
version "3.0.8"
467467
resolved "https://registry.yarnpkg.com/@rollup/pluginutils/-/pluginutils-3.0.8.tgz#4e94d128d94b90699e517ef045422960d18c8fde"
468468
integrity sha512-rYGeAc4sxcZ+kPG/Tw4/fwJODC3IXHYDH4qusdN/b6aLw5LPUbzpecYbEJh4sVQGPFJxd2dBU4kc1H3oy9/bnw==
@@ -642,30 +642,30 @@
642642
dependencies:
643643
"@types/yargs-parser" "*"
644644

645-
"@typescript-eslint/experimental-utils@2.27.0":
646-
version "2.27.0"
647-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.27.0.tgz#801a952c10b58e486c9a0b36cf21e2aab1e9e01a"
648-
integrity sha512-vOsYzjwJlY6E0NJRXPTeCGqjv5OHgRU1kzxHKWJVPjDYGbPgLudBXjIlc+OD1hDBZ4l1DLbOc5VjofKahsu9Jw==
645+
"@typescript-eslint/experimental-utils@2.28.0":
646+
version "2.28.0"
647+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.28.0.tgz#1fd0961cd8ef6522687b4c562647da6e71f8833d"
648+
integrity sha512-4SL9OWjvFbHumM/Zh/ZeEjUFxrYKtdCi7At4GyKTbQlrj1HcphIDXlje4Uu4cY+qzszR5NdVin4CCm6AXCjd6w==
649649
dependencies:
650650
"@types/json-schema" "^7.0.3"
651-
"@typescript-eslint/typescript-estree" "2.27.0"
651+
"@typescript-eslint/typescript-estree" "2.28.0"
652652
eslint-scope "^5.0.0"
653653
eslint-utils "^2.0.0"
654654

655-
"@typescript-eslint/parser@^2.27.0":
656-
version "2.27.0"
657-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.27.0.tgz#d91664335b2c46584294e42eb4ff35838c427287"
658-
integrity sha512-HFUXZY+EdwrJXZo31DW4IS1ujQW3krzlRjBrFRrJcMDh0zCu107/nRfhk/uBasO8m0NVDbBF5WZKcIUMRO7vPg==
655+
"@typescript-eslint/parser@^2.28.0":
656+
version "2.28.0"
657+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.28.0.tgz#bb761286efd2b0714761cab9d0ee5847cf080385"
658+
integrity sha512-RqPybRDquui9d+K86lL7iPqH6Dfp9461oyqvlXMNtap+PyqYbkY5dB7LawQjDzot99fqzvS0ZLZdfe+1Bt3Jgw==
659659
dependencies:
660660
"@types/eslint-visitor-keys" "^1.0.0"
661-
"@typescript-eslint/experimental-utils" "2.27.0"
662-
"@typescript-eslint/typescript-estree" "2.27.0"
661+
"@typescript-eslint/experimental-utils" "2.28.0"
662+
"@typescript-eslint/typescript-estree" "2.28.0"
663663
eslint-visitor-keys "^1.1.0"
664664

665-
"@typescript-eslint/typescript-estree@2.27.0":
666-
version "2.27.0"
667-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.27.0.tgz#a288e54605412da8b81f1660b56c8b2e42966ce8"
668-
integrity sha512-t2miCCJIb/FU8yArjAvxllxbTiyNqaXJag7UOpB5DVoM3+xnjeOngtqlJkLRnMtzaRcJhe3CIR9RmL40omubhg==
665+
"@typescript-eslint/typescript-estree@2.28.0":
666+
version "2.28.0"
667+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.28.0.tgz#d34949099ff81092c36dc275b6a1ea580729ba00"
668+
integrity sha512-HDr8MP9wfwkiuqzRVkuM3BeDrOC4cKbO5a6BymZBHUt5y/2pL0BXD6I/C/ceq2IZoHWhcASk+5/zo+dwgu9V8Q==
669669
dependencies:
670670
debug "^4.1.1"
671671
eslint-visitor-keys "^1.1.0"
@@ -1209,10 +1209,10 @@ commander@^2.20.0:
12091209
resolved "https://registry.yarnpkg.com/commander/-/commander-2.20.3.tgz#fd485e84c03eb4881c20722ba48035e8531aeb33"
12101210
integrity sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==
12111211

1212-
commander@^4.0.1:
1213-
version "4.1.1"
1214-
resolved "https://registry.yarnpkg.com/commander/-/commander-4.1.1.tgz#9fd602bd936294e9e9ef46a3f4d6964044b18068"
1215-
integrity sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==
1212+
commander@^5.0.0:
1213+
version "5.0.0"
1214+
resolved "https://registry.yarnpkg.com/commander/-/commander-5.0.0.tgz#dbf1909b49e5044f8fdaf0adc809f0c0722bdfd0"
1215+
integrity sha512-JrDGPAKjMGSP1G0DUoaceEJ3DZgAfr/q6X7FVk4+U5KxUSKviYGM2k6zWkfyyBHy5rAtzgYJFa1ro2O9PtoxwQ==
12161216

12171217
commondir@^1.0.1:
12181218
version "1.0.1"
@@ -1521,10 +1521,10 @@ eslint-config-prettier@^6.10.1:
15211521
dependencies:
15221522
get-stdin "^6.0.0"
15231523

1524-
eslint-plugin-prettier@^3.1.2:
1525-
version "3.1.2"
1526-
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-3.1.2.tgz#432e5a667666ab84ce72f945c72f77d996a5c9ba"
1527-
integrity sha512-GlolCC9y3XZfv3RQfwGew7NnuFDKsfI4lbvRK+PIIo23SFH+LemGs4cKwzAaRa+Mdb+lQO/STaIayno8T5sJJA==
1524+
eslint-plugin-prettier@^3.1.3:
1525+
version "3.1.3"
1526+
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-3.1.3.tgz#ae116a0fc0e598fdae48743a4430903de5b4e6ca"
1527+
integrity sha512-+HG5jmu/dN3ZV3T6eCD7a4BlAySdN7mLIbJYo0z1cFQuI+r2DiTJEFeF68ots93PsnrMxbzIZ2S/ieX+mkrBeQ==
15281528
dependencies:
15291529
prettier-linter-helpers "^1.0.0"
15301530

@@ -1687,7 +1687,7 @@ execa@^1.0.0:
16871687
signal-exit "^3.0.0"
16881688
strip-eof "^1.0.0"
16891689

1690-
execa@^3.2.0, execa@^3.4.0:
1690+
execa@^3.2.0:
16911691
version "3.4.0"
16921692
resolved "https://registry.yarnpkg.com/execa/-/execa-3.4.0.tgz#c08ed4550ef65d858fac269ffc8572446f37eb89"
16931693
integrity sha512-r9vdGQk4bmCuK1yKQu1KTwcT2zwfWdbdaXfCtAh+5nU/4fSX+JAb7vZGvI5naJrQlvONrEB20jeruESI69530g==
@@ -1703,6 +1703,21 @@ execa@^3.2.0, execa@^3.4.0:
17031703
signal-exit "^3.0.2"
17041704
strip-final-newline "^2.0.0"
17051705

1706+
execa@^4.0.0:
1707+
version "4.0.0"
1708+
resolved "https://registry.yarnpkg.com/execa/-/execa-4.0.0.tgz#7f37d6ec17f09e6b8fc53288611695b6d12b9daf"
1709+
integrity sha512-JbDUxwV3BoT5ZVXQrSVbAiaXhXUkIwvbhPIwZ0N13kX+5yCzOhUNdocxB/UQRuYOHRYYwAxKYwJYc0T4D12pDA==
1710+
dependencies:
1711+
cross-spawn "^7.0.0"
1712+
get-stream "^5.0.0"
1713+
human-signals "^1.1.1"
1714+
is-stream "^2.0.0"
1715+
merge-stream "^2.0.0"
1716+
npm-run-path "^4.0.0"
1717+
onetime "^5.1.0"
1718+
signal-exit "^3.0.2"
1719+
strip-final-newline "^2.0.0"
1720+
17061721
exit@^0.1.2:
17071722
version "0.1.2"
17081723
resolved "https://registry.yarnpkg.com/exit/-/exit-0.1.2.tgz#0632638f8d877cc82107d30a0fff1a17cba1cd0c"
@@ -3037,17 +3052,17 @@ lines-and-columns@^1.1.6:
30373052
resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.1.6.tgz#1c00c743b433cd0a4e80758f7b64a57440d9ff00"
30383053
integrity sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA=
30393054

3040-
lint-staged@^10.1.3:
3041-
version "10.1.3"
3042-
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-10.1.3.tgz#da27713d3ac519da305381b4de87d5f866b1d2f1"
3043-
integrity sha512-o2OkLxgVns5RwSC5QF7waeAjJA5nz5gnUfqL311LkZcFipKV7TztrSlhNUK5nQX9H0E5NELAdduMQ+M/JPT7RQ==
3055+
lint-staged@^10.1.6:
3056+
version "10.1.6"
3057+
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-10.1.6.tgz#086db5e4f5906642ccf648e9b54375d794a9be81"
3058+
integrity sha512-45zaGxf4XZuwdUk87yRFE/1b4vTZmH2UnYmUPmindsgdAljOFpWWb0yEjxngmqERUS/MGauJexFF6BjLVg9VMA==
30443059
dependencies:
3045-
chalk "^3.0.0"
3046-
commander "^4.0.1"
3060+
chalk "^4.0.0"
3061+
commander "^5.0.0"
30473062
cosmiconfig "^6.0.0"
30483063
debug "^4.1.1"
30493064
dedent "^0.7.0"
3050-
execa "^3.4.0"
3065+
execa "^4.0.0"
30513066
listr "^0.14.3"
30523067
log-symbols "^3.0.0"
30533068
micromatch "^4.0.2"
@@ -4522,10 +4537,10 @@ tr46@^1.0.1:
45224537
dependencies:
45234538
punycode "^2.1.0"
45244539

4525-
ts-jest@^25.3.1:
4526-
version "25.3.1"
4527-
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-25.3.1.tgz#58e2ed3506e4e4487c0b9b532846a5cade9656ba"
4528-
integrity sha512-O53FtKguoMUByalAJW+NWEv7c4tus5ckmhfa7/V0jBb2z8v5rDSLFC1Ate7wLknYPC1euuhY6eJjQq4FtOZrkg==
4540+
ts-jest@^25.4.0:
4541+
version "25.4.0"
4542+
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-25.4.0.tgz#5ad504299f8541d463a52e93e5e9d76876be0ba4"
4543+
integrity sha512-+0ZrksdaquxGUBwSdTIcdX7VXdwLIlSRsyjivVA9gcO+Cvr6ByqDhu/mi5+HCcb6cMkiQp5xZ8qRO7/eCqLeyw==
45294544
dependencies:
45304545
bs-logger "0.x"
45314546
buffer-from "1.x"

0 commit comments

Comments
 (0)