Skip to content

Commit

Permalink
chore: bump to 3.0.0-rc.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Baroshem committed Jun 13, 2024
1 parent 78d4fa6 commit 4c48fc5
Show file tree
Hide file tree
Showing 5 changed files with 79 additions and 355 deletions.
2 changes: 1 addition & 1 deletion .stackblitz/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"nuxt": "^3.11.2"
},
"dependencies": {
"@nuxtjs/cloudinary": "^3.0.0-rc.1"
"@nuxtjs/cloudinary": "^3.0.0-rc.2"
}
}
8 changes: 4 additions & 4 deletions .stackblitz/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1163,10 +1163,10 @@
vite-plugin-checker "^0.6.4"
vue-bundle-renderer "^2.0.0"

"@nuxtjs/cloudinary@^3.0.0-rc.1":
version "3.0.0-rc.1"
resolved "https://registry.yarnpkg.com/@nuxtjs/cloudinary/-/cloudinary-3.0.0-rc.1.tgz#2e6ff256fde72c517724345474cb5d024605bcd6"
integrity sha512-X/Dd2pjhaRHH+VaOBQZ1X1YQTbp5qg38GplvLiXvCkuml8BQ5j9y1LTRhAakRsZavV5FRvS2aNYCu6CHxR/p3Q==
"@nuxtjs/cloudinary@^3.0.0-rc.2":
version "3.0.0-rc.2"
resolved "https://registry.yarnpkg.com/@nuxtjs/cloudinary/-/cloudinary-3.0.0-rc.2.tgz#02eca91f0cfe5c26f437a98e15f89c086539720d"
integrity sha512-2HSVQ/z6rfph4B2vDmRJ5CkwwgFBdwCoHD3crCvTpeCvAjZD4Mxqa9e+Xc5FPbwl87x4j9zHu0xUfrhRnxx+rg==
dependencies:
"@cloudinary-util/types" "1.0.2"
"@cloudinary-util/url-loader" "^5.2.2"
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
"typescript": "^5.4.5"
},
"dependencies": {
"@nuxtjs/cloudinary": "^3.0.0-rc.1"
"@nuxtjs/cloudinary": "^3.0.0-rc.2"
}
}
Loading

0 comments on commit 4c48fc5

Please sign in to comment.