File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed
Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 1- before_install : if [[ `npm -v` != 3* ]]; then npm i -g npm@3; fi
21language : node_js
32node_js :
43 - " node"
Original file line number Diff line number Diff 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' ,
Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments