Skip to content

Commit 28d84c4

Browse files
committed
Update cloudinary-core to version 2.11.0
1 parent c5b4bbd commit 28d84c4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bundlewatch.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ const bundlewatchConfig = {
22
files: [
33
{
44
path: './dist/cloudinary-react.js',
5-
maxSize: '43kb'
5+
maxSize: '44kb'
66
}
77
],
88
defaultCompression: 'gzip',

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"webpack-cli": "^3.1.2"
5959
},
6060
"dependencies": {
61-
"cloudinary-core": "^2.10.3",
61+
"cloudinary-core": "^2.11.0",
6262
"prop-types": "^15.6.2"
6363
},
6464
"peerDependencies": {

0 commit comments

Comments
 (0)