File tree Expand file tree Collapse file tree 2 files changed +8
-9
lines changed
Expand file tree Collapse file tree 2 files changed +8
-9
lines changed Original file line number Diff line number Diff line change 4848 },
4949 "homepage" : " https://github.com/pebble/clay#readme" ,
5050 "devDependencies" : {
51- "autoprefixer" : " ^6.3.1 " ,
51+ "autoprefixer" : " ^10.4.22 " ,
5252 "bourbon" : " ^4.2.6" ,
5353 "browserify" : " ^13.0.0" ,
54- "browserify-istanbul" : " ^0.2 .1" ,
54+ "browserify-istanbul" : " ^3.0 .1" ,
5555 "chai" : " ^3.4.1" ,
5656 "deamdify" : " ^0.2.0" ,
5757 "deepcopy" : " ^0.6.1" ,
5858 "del" : " ^2.0.2" ,
5959 "eslint" : " ^1.5.1" ,
6060 "eslint-config-pebble" : " ^1.2.0" ,
6161 "eslint-plugin-standard" : " ^1.3.1" ,
62- "gulp" : " ^4 " ,
62+ "gulp" : " ^5.0.1 " ,
6363 "gulp-autoprefixer" : " ^3.1.0" ,
6464 "gulp-htmlmin" : " ^1.3.0" ,
65- "gulp-inline" : " 0.0.15 " ,
65+ "gulp-inline" : " ^0.1.3 " ,
6666 "gulp-insert" : " ^0.5.0" ,
6767 "gulp-sass" : " ^6.0.1" ,
6868 "gulp-sourcemaps" : " ^1.6.0" ,
7676 "karma-mocha-reporter" : " ^2.2.5" ,
7777 "karma-source-map-support" : " ^1.4.0" ,
7878 "karma-threshold-reporter" : " ^0.1.15" ,
79- "mocha" : " ^2.3.4 " ,
80- "postcss" : " ^5.0.14 " ,
79+ "mocha" : " ^11.7.5 " ,
80+ "postcss" : " ^8.5.6 " ,
8181 "require-from-string" : " ^1.1.0" ,
8282 "sass" : " ^1.94.2" ,
8383 "sinon" : " ^1.17.3" ,
8787 "vinyl-buffer" : " ^1.0.0" ,
8888 "vinyl-source-stream" : " ^2.0.0" ,
8989 "watchify" : " ^3.7.0"
90- },
91- "dependencies" : {}
90+ }
9291}
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ module.exports = {
114114 * @returns {Array }
115115 */
116116 function autoLayout ( ) {
117- const bwWatches = [ 'aplite' , 'diorite' , 'flint' ] ;
117+ var bwWatches = [ 'aplite' , 'diorite' , 'flint' ] ;
118118 if ( ! clay . meta . activeWatchInfo ||
119119 clay . meta . activeWatchInfo . firmware . major === 2 ||
120120 bwWatches . indexOf ( clay . meta . activeWatchInfo . platform ) > - 1 &&
You can’t perform that action at this time.
0 commit comments