Skip to content

Commit 56910f1

Browse files
fix: updating util packages
This brings the seed parameter to fillBackground
1 parent 9a48242 commit 56910f1

File tree

3 files changed

+18
-38
lines changed

3 files changed

+18
-38
lines changed

docs/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
"lint": "next lint"
1010
},
1111
"dependencies": {
12-
"@cloudinary-util/types": "^1.4.0",
13-
"@cloudinary-util/url-loader": "5.7.0",
14-
"@cloudinary-util/util": "^3.2.0",
12+
"@cloudinary-util/types": "1.6.0",
13+
"@cloudinary-util/url-loader": "6.1.0",
14+
"@cloudinary-util/util": "4.1.0",
1515
"@vercel/analytics": "^1.2.2",
1616
"cloudinary": "^2.0.1",
1717
"clsx": "^2.1.0",

next-cloudinary/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
},
3838
"dependencies": {
3939
"@cloudinary-util/types": "1.6.0",
40-
"@cloudinary-util/url-loader": "6.0.0",
40+
"@cloudinary-util/url-loader": "6.1.0",
4141
"@cloudinary-util/util": "4.1.0"
4242
},
4343
"devDependencies": {

pnpm-lock.yaml

Lines changed: 14 additions & 34 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)