Skip to content

Commit b7601f6

Browse files
nirmaozNir Maoz
authored andcommitted
Update cloudinary-core to version 2.10.0
1 parent 96af98b commit b7601f6

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
before_install: if [[ `npm -v` != 3* ]]; then npm i -g npm@3; fi
21
language: node_js
32
node_js:
43
- "node"

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: '41kb'
5+
maxSize: '42kb'
66
}
77
],
88
defaultCompression: 'gzip',

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,14 @@
5050
"enzyme": "^3.10.0",
5151
"enzyme-adapter-react-16": "^1.14.0",
5252
"jsdom": "^11.12.0",
53-
"mocha": "^4.0.1",
53+
"mocha": "^8.0.1",
5454
"npm-run-all": "^4.1.5",
5555
"react-dom": "^16.3.3",
5656
"webpack": "4.27.1",
5757
"webpack-cli": "^3.1.2"
5858
},
5959
"dependencies": {
60-
"cloudinary-core": "^2.9.0",
60+
"cloudinary-core": "^2.10.0",
6161
"prop-types": "^15.6.2"
6262
},
6363
"peerDependencies": {

0 commit comments

Comments
 (0)