mirror of
https://github.com/pebble-dev/clay.git
synced 2026-09-05 16:47:37 -04:00
Update dependencies
This commit is contained in:
+7
-8
@@ -48,10 +48,10 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://github.com/pebble/clay#readme",
|
"homepage": "https://github.com/pebble/clay#readme",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"autoprefixer": "^6.3.1",
|
"autoprefixer": "^10.4.22",
|
||||||
"bourbon": "^4.2.6",
|
"bourbon": "^4.2.6",
|
||||||
"browserify": "^13.0.0",
|
"browserify": "^13.0.0",
|
||||||
"browserify-istanbul": "^0.2.1",
|
"browserify-istanbul": "^3.0.1",
|
||||||
"chai": "^3.4.1",
|
"chai": "^3.4.1",
|
||||||
"deamdify": "^0.2.0",
|
"deamdify": "^0.2.0",
|
||||||
"deepcopy": "^0.6.1",
|
"deepcopy": "^0.6.1",
|
||||||
@@ -59,10 +59,10 @@
|
|||||||
"eslint": "^1.5.1",
|
"eslint": "^1.5.1",
|
||||||
"eslint-config-pebble": "^1.2.0",
|
"eslint-config-pebble": "^1.2.0",
|
||||||
"eslint-plugin-standard": "^1.3.1",
|
"eslint-plugin-standard": "^1.3.1",
|
||||||
"gulp": "^4",
|
"gulp": "^5.0.1",
|
||||||
"gulp-autoprefixer": "^3.1.0",
|
"gulp-autoprefixer": "^3.1.0",
|
||||||
"gulp-htmlmin": "^1.3.0",
|
"gulp-htmlmin": "^1.3.0",
|
||||||
"gulp-inline": "0.0.15",
|
"gulp-inline": "^0.1.3",
|
||||||
"gulp-insert": "^0.5.0",
|
"gulp-insert": "^0.5.0",
|
||||||
"gulp-sass": "^6.0.1",
|
"gulp-sass": "^6.0.1",
|
||||||
"gulp-sourcemaps": "^1.6.0",
|
"gulp-sourcemaps": "^1.6.0",
|
||||||
@@ -76,8 +76,8 @@
|
|||||||
"karma-mocha-reporter": "^2.2.5",
|
"karma-mocha-reporter": "^2.2.5",
|
||||||
"karma-source-map-support": "^1.4.0",
|
"karma-source-map-support": "^1.4.0",
|
||||||
"karma-threshold-reporter": "^0.1.15",
|
"karma-threshold-reporter": "^0.1.15",
|
||||||
"mocha": "^2.3.4",
|
"mocha": "^11.7.5",
|
||||||
"postcss": "^5.0.14",
|
"postcss": "^8.5.6",
|
||||||
"require-from-string": "^1.1.0",
|
"require-from-string": "^1.1.0",
|
||||||
"sass": "^1.94.2",
|
"sass": "^1.94.2",
|
||||||
"sinon": "^1.17.3",
|
"sinon": "^1.17.3",
|
||||||
@@ -87,6 +87,5 @@
|
|||||||
"vinyl-buffer": "^1.0.0",
|
"vinyl-buffer": "^1.0.0",
|
||||||
"vinyl-source-stream": "^2.0.0",
|
"vinyl-source-stream": "^2.0.0",
|
||||||
"watchify": "^3.7.0"
|
"watchify": "^3.7.0"
|
||||||
},
|
}
|
||||||
"dependencies": {}
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -114,7 +114,7 @@ module.exports = {
|
|||||||
* @returns {Array}
|
* @returns {Array}
|
||||||
*/
|
*/
|
||||||
function autoLayout() {
|
function autoLayout() {
|
||||||
const bwWatches = ['aplite', 'diorite', 'flint'];
|
var bwWatches = ['aplite', 'diorite', 'flint'];
|
||||||
if (!clay.meta.activeWatchInfo ||
|
if (!clay.meta.activeWatchInfo ||
|
||||||
clay.meta.activeWatchInfo.firmware.major === 2 ||
|
clay.meta.activeWatchInfo.firmware.major === 2 ||
|
||||||
bwWatches.indexOf(clay.meta.activeWatchInfo.platform) > -1 &&
|
bwWatches.indexOf(clay.meta.activeWatchInfo.platform) > -1 &&
|
||||||
|
|||||||
Reference in New Issue
Block a user