Skip to content
This repository was archived by the owner on Nov 8, 2022. It is now read-only.

Commit a8e5742

Browse files
committed
chore(types): missing ramda types
1 parent c0efe02 commit a8e5742

File tree

2 files changed

+5
-14
lines changed

2 files changed

+5
-14
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@
130130
"@commitlint/cli": "^7.0.0",
131131
"@commitlint/config-conventional": "^8.0.0",
132132
"@groupher/eslint-config-web": "1.1.1",
133+
"@types/ramda": "^0.25.0",
133134
"babel-eslint": "^10.0.2",
134135
"babel-jest": "^23.6.0",
135136
"babel-plugin-add-react-displayname": "^0.0.5",

yarn.lock

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -814,7 +814,6 @@
814814
"@emotion/is-prop-valid@^0.8.1":
815815
version "0.8.1"
816816
resolved "https://registry.yarnpkg.com/@emotion/is-prop-valid/-/is-prop-valid-0.8.1.tgz#6fb3ae2d24f07c8cd090f233e45771d9cd826d48"
817-
integrity sha512-Wtaek/KGUP+HusWIa8DqtOR6U/Tl+QIdVkfJQHV3IT6ZImnJwklP5UVVPKZvkfljeFk3Q45CAPJ5N10gJ5XoLA==
818817
dependencies:
819818
"@emotion/memoize" "0.7.1"
820819

@@ -1106,7 +1105,6 @@
11061105
"@types/node@*", "@types/node@>=6":
11071106
version "12.0.8"
11081107
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.0.8.tgz#551466be11b2adc3f3d47156758f610bd9f6b1d8"
1109-
integrity sha512-b8bbUOTwzIY3V5vDTY1fIJ+ePKDUBqt2hC2woVGotdQQhG/2Sh62HOKHrT7ab+VerXAcPyAiTEipPu/FsreUtg==
11101108

11111109
"@types/normalize-package-data@^2.4.0":
11121110
version "2.4.0"
@@ -1116,6 +1114,10 @@
11161114
version "15.7.1"
11171115
resolved "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.1.tgz#f1a11e7babb0c3cad68100be381d1e064c68f1f6"
11181116

1117+
"@types/ramda@^0.25.0":
1118+
version "0.25.0"
1119+
resolved "https://registry.npmjs.org/@types/ramda/-/ramda-0.25.0.tgz#f62d5a9f76b7bb40eb45cf69dac0ac548aca9222"
1120+
11191121
"@types/react-transition-group@^2.0.8":
11201122
version "2.9.2"
11211123
resolved "https://registry.npmjs.org/@types/react-transition-group/-/react-transition-group-2.9.2.tgz#c48cf2a11977c8b4ff539a1c91d259eaa627028d"
@@ -1397,7 +1399,6 @@
13971399
"@wry/context@^0.4.0":
13981400
version "0.4.4"
13991401
resolved "https://registry.yarnpkg.com/@wry/context/-/context-0.4.4.tgz#e50f5fa1d6cfaabf2977d1fda5ae91717f8815f8"
1400-
integrity sha512-LrKVLove/zw6h2Md/KZyWxIkFM6AoyKp71OqpH9Hiip1csjPVoD3tPxlbQUNxEnHENks3UGgNpSBCAfq9KWuag==
14011402
dependencies:
14021403
"@types/node" ">=6"
14031404
tslib "^1.9.3"
@@ -1665,7 +1666,6 @@ anymatch@^2.0.0:
16651666
apollo-cache-inmemory@1.6.2:
16661667
version "1.6.2"
16671668
resolved "https://registry.yarnpkg.com/apollo-cache-inmemory/-/apollo-cache-inmemory-1.6.2.tgz#bbf2e4e1eacdf82b2d526f5c2f3b37e5acee3c5e"
1668-
integrity sha512-AyCl3PGFv5Qv1w4N9vlg63GBPHXgMCekZy5mhlS042ji0GW84uTySX+r3F61ZX3+KM1vA4m9hQyctrEGiv5XjQ==
16691669
dependencies:
16701670
apollo-cache "^1.3.2"
16711671
apollo-utilities "^1.3.2"
@@ -1676,15 +1676,13 @@ apollo-cache-inmemory@1.6.2:
16761676
apollo-cache@1.3.2, apollo-cache@^1.3.2:
16771677
version "1.3.2"
16781678
resolved "https://registry.yarnpkg.com/apollo-cache/-/apollo-cache-1.3.2.tgz#df4dce56240d6c95c613510d7e409f7214e6d26a"
1679-
integrity sha512-+KA685AV5ETEJfjZuviRTEImGA11uNBp/MJGnaCvkgr+BYRrGLruVKBv6WvyFod27WEB2sp7SsG8cNBKANhGLg==
16801679
dependencies:
16811680
apollo-utilities "^1.3.2"
16821681
tslib "^1.9.3"
16831682

16841683
apollo-client@2.6.3:
16851684
version "2.6.3"
16861685
resolved "https://registry.yarnpkg.com/apollo-client/-/apollo-client-2.6.3.tgz#9bb2d42fb59f1572e51417f341c5f743798d22db"
1687-
integrity sha512-DS8pmF5CGiiJ658dG+mDn8pmCMMQIljKJSTeMNHnFuDLV0uAPZoeaAwVFiAmB408Ujqt92oIZ/8yJJAwSIhd4A==
16881686
dependencies:
16891687
"@types/zen-observable" "^0.8.0"
16901688
apollo-cache "1.3.2"
@@ -2186,7 +2184,6 @@ babel-plugin-react-require@3.0.0:
21862184
babel-plugin-styled-components@1.10.2:
21872185
version "1.10.2"
21882186
resolved "https://registry.yarnpkg.com/babel-plugin-styled-components/-/babel-plugin-styled-components-1.10.2.tgz#0d9af9521ec99cf8e14182685162e09b119de176"
2189-
integrity sha512-gA67BkMbddFPkTjD2bBe7zE6NNEUNK/7A4uDxwSigA3h1+sL2b6mWhxPu9a5DKf+3TvmdoxvtJ4me2NE7k66Ng==
21902187
dependencies:
21912188
"@babel/helper-annotate-as-pure" "^7.0.0"
21922189
"@babel/helper-module-imports" "^7.0.0"
@@ -6165,7 +6162,6 @@ is-utf8@^0.2.0, is-utf8@^0.2.1:
61656162
is-what@^3.2.3:
61666163
version "3.2.3"
61676164
resolved "https://registry.yarnpkg.com/is-what/-/is-what-3.2.3.tgz#50f76f1bd8e56967e15765d1d34302513701997b"
6168-
integrity sha512-c4syLgFnjXTH5qd82Fp/qtUIeM0wA69xbI0KH1QpurMIvDaZFrS8UtAa4U52Dc2qSznaMxHit0gErMp6A/Qk1w==
61696165

61706166
is-windows@^1.0.0, is-windows@^1.0.1, is-windows@^1.0.2:
61716167
version "1.0.2"
@@ -6853,7 +6849,6 @@ levn@^0.3.0, levn@~0.3.0:
68536849
liftoff@^2.5.0:
68546850
version "2.5.0"
68556851
resolved "https://registry.yarnpkg.com/liftoff/-/liftoff-2.5.0.tgz#2009291bb31cea861bbf10a7c15a28caf75c31ec"
6856-
integrity sha1-IAkpG7Mc6oYbvxCnwVooyvdcMew=
68576852
dependencies:
68586853
extend "^3.0.0"
68596854
findup-sync "^2.0.0"
@@ -7335,7 +7330,6 @@ meow@^4.0.0:
73357330
merge-anything@^2.2.4:
73367331
version "2.2.5"
73377332
resolved "https://registry.yarnpkg.com/merge-anything/-/merge-anything-2.2.5.tgz#37ef13f36359ee64f09c657d2cef45f7e29493f9"
7338-
integrity sha512-WgZGR7EQ1D8pyh57uKBbkPhUCJZLGdMzbDaxL4MDTJSGsvtpGdm8myr6DDtgJwT46xiFBlHqxbveDRpFBWlKWQ==
73397333
dependencies:
73407334
is-what "^3.2.3"
73417335

@@ -7846,7 +7840,6 @@ node-notifier@^5.2.1:
78467840
node-plop@~0.18.0:
78477841
version "0.18.0"
78487842
resolved "https://registry.yarnpkg.com/node-plop/-/node-plop-0.18.0.tgz#b44647898ee9e387d46e691f13a01fac53bf49fe"
7849-
integrity sha512-in7Cg3wJ/1a1NFvCoqxEuEDZDs3op8A7PghGgwmujsS93o9dZWk0HpZ8wGg4pKw2JB2KBo8xwUMOtEwBUr0sIA==
78507843
dependencies:
78517844
change-case "^3.0.1"
78527845
co "^4.6.0"
@@ -8115,7 +8108,6 @@ opener@^1.5.1:
81158108
optimism@^0.9.0:
81168109
version "0.9.5"
81178110
resolved "https://registry.yarnpkg.com/optimism/-/optimism-0.9.5.tgz#b8b5dc9150e97b79ddbf2d2c6c0e44de4d255527"
8118-
integrity sha512-lNvmuBgONAGrUbj/xpH69FjMOz1d0jvMNoOCKyVynUPzq2jgVlGL4jFYJqrUHzUfBv+jAFSCP61x5UkfbduYJA==
81198111
dependencies:
81208112
"@wry/context" "^0.4.0"
81218113

@@ -8530,7 +8522,6 @@ please-upgrade-node@^3.1.1:
85308522
plop@2.3.1:
85318523
version "2.3.1"
85328524
resolved "https://registry.yarnpkg.com/plop/-/plop-2.3.1.tgz#6923ecaea749841181c03caef45e6ea22e4cb878"
8533-
integrity sha512-d4jSi96ilemKK0ydSbCravb1USpI9S/jU2gQdoBUi+m/QuEYpHwTkgEkqz0ztO1jZBJg7AurPAgPttpeXkR5iw==
85348525
dependencies:
85358526
chalk "^1.1.3"
85368527
interpret "^1.2.0"
@@ -10710,7 +10701,6 @@ strip-json-comments@2.0.1, strip-json-comments@^2.0.1, strip-json-comments@~2.0.
1071010701
styled-components@4.3.2:
1071110702
version "4.3.2"
1071210703
resolved "https://registry.yarnpkg.com/styled-components/-/styled-components-4.3.2.tgz#4ca81918c812d3006f60ac5fdec7d6b64a9509cc"
10713-
integrity sha512-NppHzIFavZ3TsIU3R1omtddJ0Bv1+j50AKh3ZWyXHuFvJq1I8qkQ5mZ7uQgD89Y8zJNx2qRo6RqAH1BmoVafHw==
1071410704
dependencies:
1071510705
"@babel/helper-module-imports" "^7.0.0"
1071610706
"@babel/traverse" "^7.0.0"

0 commit comments

Comments
 (0)