Showing
2 changed files
with
20 additions
and
0 deletions
... | @@ -1734,6 +1734,15 @@ | ... | @@ -1734,6 +1734,15 @@ |
1734 | "vary": "^1" | 1734 | "vary": "^1" |
1735 | } | 1735 | } |
1736 | }, | 1736 | }, |
1737 | + "country-data": { | ||
1738 | + "version": "0.0.31", | ||
1739 | + "resolved": "https://registry.npmjs.org/country-data/-/country-data-0.0.31.tgz", | ||
1740 | + "integrity": "sha1-gJZrjh0Uf6bWpYnTKTP4eTd0lW0=", | ||
1741 | + "requires": { | ||
1742 | + "currency-symbol-map": "~2", | ||
1743 | + "underscore": ">1.4.4" | ||
1744 | + } | ||
1745 | + }, | ||
1737 | "create-error-class": { | 1746 | "create-error-class": { |
1738 | "version": "3.0.2", | 1747 | "version": "3.0.2", |
1739 | "resolved": "https://registry.npmjs.org/create-error-class/-/create-error-class-3.0.2.tgz", | 1748 | "resolved": "https://registry.npmjs.org/create-error-class/-/create-error-class-3.0.2.tgz", |
... | @@ -1760,6 +1769,11 @@ | ... | @@ -1760,6 +1769,11 @@ |
1760 | "integrity": "sha1-ojD2T1aDEOFJgAmUB5DsmVRbyn4=", | 1769 | "integrity": "sha1-ojD2T1aDEOFJgAmUB5DsmVRbyn4=", |
1761 | "dev": true | 1770 | "dev": true |
1762 | }, | 1771 | }, |
1772 | + "currency-symbol-map": { | ||
1773 | + "version": "2.2.0", | ||
1774 | + "resolved": "https://registry.npmjs.org/currency-symbol-map/-/currency-symbol-map-2.2.0.tgz", | ||
1775 | + "integrity": "sha1-KzwYcv8aws5ZXYJz5Y4f/wJyrqI=" | ||
1776 | + }, | ||
1763 | "dayjs": { | 1777 | "dayjs": { |
1764 | "version": "1.8.25", | 1778 | "version": "1.8.25", |
1765 | "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.8.25.tgz", | 1779 | "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.8.25.tgz", |
... | @@ -3824,6 +3838,11 @@ | ... | @@ -3824,6 +3838,11 @@ |
3824 | "debug": "^2.2.0" | 3838 | "debug": "^2.2.0" |
3825 | } | 3839 | } |
3826 | }, | 3840 | }, |
3841 | + "underscore": { | ||
3842 | + "version": "1.10.2", | ||
3843 | + "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.10.2.tgz", | ||
3844 | + "integrity": "sha512-N4P+Q/BuyuEKFJ43B9gYuOj4TQUHXX+j2FqguVOpjkssLUUrnJofCcBccJSCoeturDoZU6GorDTHSvUDlSQbTg==" | ||
3845 | + }, | ||
3827 | "unicode-canonical-property-names-ecmascript": { | 3846 | "unicode-canonical-property-names-ecmascript": { |
3828 | "version": "1.0.4", | 3847 | "version": "1.0.4", |
3829 | "resolved": "https://registry.npmjs.org/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-1.0.4.tgz", | 3848 | "resolved": "https://registry.npmjs.org/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-1.0.4.tgz", | ... | ... |
... | @@ -17,6 +17,7 @@ | ... | @@ -17,6 +17,7 @@ |
17 | "@prisma/client": "^2.0.0-beta.2", | 17 | "@prisma/client": "^2.0.0-beta.2", |
18 | "@sendgrid/mail": "^7.0.1", | 18 | "@sendgrid/mail": "^7.0.1", |
19 | "bcryptjs": "^2.4.3", | 19 | "bcryptjs": "^2.4.3", |
20 | + "country-data": "0.0.31", | ||
20 | "dotenv": "^8.2.0", | 21 | "dotenv": "^8.2.0", |
21 | "graphql-tools": "^4.0.7", | 22 | "graphql-tools": "^4.0.7", |
22 | "graphql-yoga": "^1.18.3", | 23 | "graphql-yoga": "^1.18.3", | ... | ... |
-
Please register or login to post a comment