2
0

Add Unsplash picker

Closes #413
This commit is contained in:
Baptiste Arnaud
2023-03-29 15:20:01 +02:00
parent 80b7dbd19e
commit 3ef4efab4e
13 changed files with 295 additions and 16 deletions

14
pnpm-lock.yaml generated
View File

@ -121,6 +121,7 @@ importers:
tinycolor2: 1.6.0
trpc-openapi: 1.1.2
typescript: 4.9.5
unsplash-js: ^7.0.15
use-debounce: 9.0.3
zod: 3.21.4
dependencies:
@ -204,6 +205,7 @@ importers:
swr: 2.1.0_react@18.2.0
tinycolor2: 1.6.0
trpc-openapi: 1.1.2_k6tpxpkoeqrvdlcqns422rglmm
unsplash-js: 7.0.15
use-debounce: 9.0.3_react@18.2.0
devDependencies:
'@babel/core': 7.21.0
@ -6829,6 +6831,10 @@ packages:
'@types/node': 18.15.3
dev: false
/@types/content-type/1.1.5:
resolution: {integrity: sha512-dgMN+syt1xb7Hk8LU6AODOfPlvz5z1CbXpPuJE5ZrX9STfBOIXF09pEB8N7a97WT9dbngt3ksDCm6GW6yMrxfQ==}
dev: false
/@types/cors/2.8.13:
resolution: {integrity: sha512-RG8AStHlUiV5ysZQKq97copd2UmVYw3/pRMLefISZ3S1hK104Cwm7iLQ3fTKx+lsUH2CE8FlLaYeEA2LSeqYUA==}
dependencies:
@ -19688,6 +19694,14 @@ packages:
engines: {node: '>= 0.8'}
dev: false
/unsplash-js/7.0.15:
resolution: {integrity: sha512-WGqKp9wl2m2tAUPyw2eMZs/KICR+A52tCaRapzVXWxkA4pjHqsaGwiJXTEW7hBy4Pu0QmP6KxTt2jST3tluawA==}
engines: {node: '>=10'}
dependencies:
'@types/content-type': 1.1.5
content-type: 1.0.5
dev: false
/untildify/4.0.0:
resolution: {integrity: sha512-KK8xQ1mkzZeg9inewmFVDNkg3l5LUhoq9kN6iWYB/CC9YMG8HA+c1Q8HwDe6dEX7kErrEVNVBO3fWsVq5iDgtw==}
engines: {node: '>=8'}