Skip to content

Commit

Permalink
fix: Improve Text Handling (#123)
Browse files Browse the repository at this point in the history
# Description

Updates URL Loader dependency to improve text handling

## Issue Ticket Number

Fixes #107 

See cloudinary-community/cloudinary-util#7

<!-- Specify above which issue this fixes by referencing the issue
number (`#<ISSUE_NUMBER>`) or issue URL. -->
<!-- Example: Fixes
https://github.com/colbyfayock/next-cloudinary/issues/<ISSUE_NUMBER> -->

## Type of change

<!-- Please select all options that are applicable. -->

- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] Fix or improve the documentation
- [ ] This change requires a documentation update


# Checklist

<!-- These must all be followed and checked. -->

- [ ] I have followed the contributing guidelines of this project as
mentioned in [CONTRIBUTING.md](/CONTRIBUTING.md)
- [ ] I have created an
[issue](https://github.com/colbyfayock/next-cloudinary/issues) ticket
for this PR
- [ ] I have checked to ensure there aren't other open [Pull
Requests](https://github.com/colbyfayock/next-cloudinary/pulls) for the
same update/change?
- [ ] I have performed a self-review of my own code
- [ ] I have run tests locally to ensure they all pass
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have made corresponding changes needed to the documentation
  • Loading branch information
colbyfayock authored Feb 7, 2023
1 parent c90cdd4 commit 94be084
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion next-cloudinary/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"test": "jest"
},
"dependencies": {
"@cloudinary-util/url-loader": "^1.2.4",
"@cloudinary-util/url-loader": "^1.2.8",
"@cloudinary-util/util": "^1.2.0",
"@cloudinary/url-gen": "^1.8.6"
},
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1010,18 +1010,18 @@
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==

"@cloudinary-util/url-loader@^1.2.4":
version "1.2.4"
resolved "https://registry.yarnpkg.com/@cloudinary-util/url-loader/-/url-loader-1.2.4.tgz#b0ac654bcc5cc37f080885902f8de8ee26be1cf3"
integrity sha512-YiWeyz5N1nUD06k0vwarE7WEtyeAys7NqgtyZ/0iwV+a4b2LOSi5zodUsU0Ui0FApvZ+iRiqpAngPcxkiprslA==
"@cloudinary-util/url-loader@^1.2.8":
version "1.2.8"
resolved "https://registry.yarnpkg.com/@cloudinary-util/url-loader/-/url-loader-1.2.8.tgz#c0391f5d26fde89cee32f0f942c416c2f93a24e5"
integrity sha512-GHaMyaHOA18b69s7nkj/jDbJVyaGqAQDLIrWbgVjC2/vgPbvzWThdis3f/4jeZU0j/z/iiaBNlExURHWdVqxWg==
dependencies:
"@cloudinary-util/util" "1.1.1"
"@cloudinary-util/util" "1.2.2"
"@cloudinary/url-gen" "^1.8.7"

"@cloudinary-util/util@1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@cloudinary-util/util/-/util-1.1.1.tgz#29fe85c26acc710143044484f12332672ec520d0"
integrity sha512-Yt7BobX2BsetzLNNtVl8Mo4qdt2XWoU7k3O1Y39kIaLLMX2/E6Heqc3FkXwGm3FRe/t6ZIk9ZR9ePGNcoEGPMw==
"@cloudinary-util/util@1.2.2":
version "1.2.2"
resolved "https://registry.yarnpkg.com/@cloudinary-util/util/-/util-1.2.2.tgz#af205a3b8ce2e8cec14bb9bf9f504b1d0151c3e4"
integrity sha512-xtXLfjsLoAKTsFUKDS0P/RPfgfnWs6iSkSBYZoG9uxAgK0MutWUZECX6wfN9FDa/3Yr+Z8oTRxxQuFBasyAqDg==

"@cloudinary-util/util@^1.2.0":
version "1.2.0"
Expand Down

1 comment on commit 94be084

@vercel
Copy link

@vercel vercel bot commented on 94be084 Feb 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.