We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5b4bbd commit 28d84c4Copy full SHA for 28d84c4
bundlewatch.config.js
@@ -2,7 +2,7 @@ const bundlewatchConfig = {
2
files: [
3
{
4
path: './dist/cloudinary-react.js',
5
- maxSize: '43kb'
+ maxSize: '44kb'
6
}
7
],
8
defaultCompression: 'gzip',
package.json
@@ -58,7 +58,7 @@
58
"webpack-cli": "^3.1.2"
59
},
60
"dependencies": {
61
- "cloudinary-core": "^2.10.3",
+ "cloudinary-core": "^2.11.0",
62
"prop-types": "^15.6.2"
63
64
"peerDependencies": {
0 commit comments