adding user hooks to replace api

This commit is contained in:
Elijah Lucian
2021-07-12 21:43:21 -06:00
parent 5e5c539ee7
commit 1af8209b99
11 changed files with 97 additions and 34 deletions
-16
View File
@@ -8,7 +8,6 @@
"version": "0.1.0",
"dependencies": {
"@dank-inc/data-buddy": "^0.2.0",
"@dank-inc/use-get": "^0.3.3",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"@types/node": "^12.0.0",
@@ -1588,15 +1587,6 @@
"resolved": "https://registry.npmjs.org/@dank-inc/lewps/-/lewps-0.10.1.tgz",
"integrity": "sha512-hGybsClbMGKb+6v281JRifz9codj2TakcPe+pC4/EOXvgxu3iCYz4h5TFio7eUZzysLz6iGyIN9XmoUhc766Sw=="
},
"node_modules/@dank-inc/use-get": {
"version": "0.3.3",
"resolved": "https://registry.npmjs.org/@dank-inc/use-get/-/use-get-0.3.3.tgz",
"integrity": "sha512-eYiYe29NRRhIIZ08j5/ajo48OXXhcBNpl3ct2+L891ACKwy4ZxHsEJKl4lieSG/vctNo8Zlu+x9X10oqf3+4Yw==",
"license": "ISC",
"peerDependencies": {
"react": "^17.0.2"
}
},
"node_modules/@eslint/eslintrc": {
"version": "0.4.0",
"resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-0.4.0.tgz",
@@ -22879,12 +22869,6 @@
"resolved": "https://registry.npmjs.org/@dank-inc/lewps/-/lewps-0.10.1.tgz",
"integrity": "sha512-hGybsClbMGKb+6v281JRifz9codj2TakcPe+pC4/EOXvgxu3iCYz4h5TFio7eUZzysLz6iGyIN9XmoUhc766Sw=="
},
"@dank-inc/use-get": {
"version": "0.3.3",
"resolved": "https://registry.npmjs.org/@dank-inc/use-get/-/use-get-0.3.3.tgz",
"integrity": "sha512-eYiYe29NRRhIIZ08j5/ajo48OXXhcBNpl3ct2+L891ACKwy4ZxHsEJKl4lieSG/vctNo8Zlu+x9X10oqf3+4Yw==",
"requires": {}
},
"@eslint/eslintrc": {
"version": "0.4.0",
"resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-0.4.0.tgz",