Skip to content

Commit

Permalink
chore: bump version of next-upload in example
Browse files Browse the repository at this point in the history
  • Loading branch information
TimMikeladze committed Oct 31, 2023
1 parent d0d17bb commit 5a086ad
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion examples/next-upload-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"eslint-config-next": "13.4.12",
"keyv": "^4.5.3",
"next": "13.4.12",
"next-upload": "^0.0.27",
"next-upload": "^0.0.28",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-dropzone": "^14.2.3",
Expand Down
18 changes: 9 additions & 9 deletions examples/next-upload-example/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1750,10 +1750,10 @@ nanoid@^3.3.4:
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.6.tgz#443380c856d6e9f9824267d960b4236ad583ea4c"
integrity sha512-BGcqMMJuToF7i1rt+2PWSNVnWIkGCU78jBG3RxO/bZlnZPK2Cmi2QaffxGO/2RvWi9sL+FAiRiXMgsyxQ1DIDA==

nanoid@^4.0.2:
version "4.0.2"
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-4.0.2.tgz#140b3c5003959adbebf521c170f282c5e7f9fb9e"
integrity sha512-7ZtY5KTCNheRGfEFxnedV5zFiORN1+Y1N6zvPTnHQd8ENUvfaDBeuJDZb2bN/oXwXxu3qkTXDzy57W5vAmDTBw==
nanoid@^5.0.0:
version "5.0.2"
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-5.0.2.tgz#97588ebc70166d0feaf73ccd2799bb4ceaebf692"
integrity sha512-2ustYUX1R2rL/Br5B/FMhi8d5/QzvkJ912rBYxskcpu0myTHzSZfTr1LAS2Sm7jxRUObRrSBFoyzwAhL49aVSg==

natural-compare@^1.4.0:
version "1.4.0"
Expand All @@ -1765,14 +1765,14 @@ next-tool@^0.0.4:
resolved "https://registry.yarnpkg.com/next-tool/-/next-tool-0.0.4.tgz#8fa8b143b81f359be377ed54c7ff2771aac95218"
integrity sha512-ifhXfOhGbZQRI9hZEIge5u07IAV9N14M1sMYkd91HiGH7YyyZjHRSpoFHLW9o3wqgc2/n2P9XNcVQDQ88zCpnQ==

next-upload@^0.0.27:
version "0.0.27"
resolved "https://registry.yarnpkg.com/next-upload/-/next-upload-0.0.27.tgz#b9b151407fcf27b1f8a8ef763b35c9972f5e3fd7"
integrity sha512-0fXRoVExYG2e+UNBp4eOKaDgdkUTNFD7vqWP/OgbES3CeUcghYJd4ftPfgOJsV8Fy4iG0yNWU+ZwgbA81Ubt/Q==
next-upload@^0.0.28:
version "0.0.28"
resolved "https://registry.yarnpkg.com/next-upload/-/next-upload-0.0.28.tgz#b19df12438943cc1520300dc427c7f1729551501"
integrity sha512-6Yeicg/kn2ZRV2G0PL8SmfEpjtUVHdFEU4+1Gajvbk2YXzxKPk7iKRO4gMIjJy1qd1+Lkmh9yeKc1cIOHNPHEA==
dependencies:
bytes "^3.1.2"
minio "^7.1.1"
nanoid "^4.0.2"
nanoid "^5.0.0"
next-tool "^0.0.4"

[email protected]:
Expand Down

0 comments on commit 5a086ad

Please sign in to comment.