Update wallpaper packages' dependency on utils

This commit is contained in:
Matt Swensen 2020-04-25 13:37:48 -06:00
parent a9b093de4e
commit 7c0d9bae58
No known key found for this signature in database
GPG Key ID: 3F9E482BFC526F35
14 changed files with 13 additions and 18 deletions

@ -3,7 +3,7 @@ const {
colorSets: getColorSets,
deepFlatten,
listOutputFiles,
} = require('themer-utils');
} = require('@themer/utils');
const weightedRandom = require('./weighted-random');
const render = (colors, options) => {

@ -28,7 +28,7 @@
},
"homepage": "https://github.com/mjswensen/themer/tree/master/cli/packages/themer-wallpaper-block-wave#readme",
"dependencies": {
"themer-utils": "^1.2.0"
"@themer/utils": "^1.2.0"
},
"keywords": [
"themer",

@ -3,7 +3,7 @@ const {
deepFlatten,
colorSets: getColorSets,
listOutputFiles,
} = require('themer-utils');
} = require('@themer/utils');
const SIZE = 100;
const DIAGONAL = Math.sqrt(2 * Math.pow(SIZE, 2));

@ -23,7 +23,7 @@
},
"homepage": "https://github.com/mjswensen/themer/tree/master/cli/packages/themer-wallpaper-diamonds#readme",
"dependencies": {
"themer-utils": "^1.2.0"
"@themer/utils": "^1.2.0"
},
"peerDependencies": {
"themer": "^3"

@ -3,7 +3,7 @@ const {
colorSets: getColorSets,
deepFlatten,
listOutputFiles,
} = require('themer-utils');
} = require('@themer/utils');
const render = (colors, options) => {

@ -27,7 +27,7 @@
},
"homepage": "https://github.com/mjswensen/themer/tree/master/cli/packages/themer-wallpaper-octagon#readme",
"dependencies": {
"themer-utils": "^1.2.0"
"@themer/utils": "^1.2.0"
},
"keywords": [
"themer",

@ -3,7 +3,7 @@ const {
deepFlatten,
colorSets: getColorSets,
listOutputFiles,
} = require('themer-utils');
} = require('@themer/utils');
const CELL_WIDTH = 676;
const CELL_HEIGHT = 720;

@ -24,7 +24,7 @@
},
"homepage": "https://github.com/mjswensen/themer/tree/master/cli/packages/themer-wallpaper-shirts#readme",
"dependencies": {
"themer-utils": "^1.2.0"
"@themer/utils": "^1.2.0"
},
"peerDependencies": {
"themer": "^3"

@ -3,7 +3,7 @@ const {
colorSets: getColorSets,
deepFlatten,
listOutputFiles,
} = require('themer-utils');
} = require('@themer/utils');
const render = (colors, options) => {
try {

@ -24,7 +24,7 @@
},
"homepage": "https://github.com/mjswensen/themer/tree/master/cli/packages/themer-wallpaper-triangles#readme",
"dependencies": {
"themer-utils": "^1.2.0"
"@themer/utils": "^1.2.0"
},
"peerDependencies": {
"themer": "^1.0.2||^2||^3"

@ -1,5 +1,5 @@
const Trianglify = require('trianglify'),
{ deepFlatten, listOutputFiles } = require('themer-utils'),
{ deepFlatten, listOutputFiles } = require('@themer/utils'),
{ getSizes, getVariances } = require('./opts');
const optionNames = {

@ -1,5 +1,5 @@
const assert = require('assert'),
{ getSizesFromOptOrDefault } = require('themer-utils');
{ getSizesFromOptOrDefault } = require('@themer/utils');
const getVariances = opt => {
if (opt) {

@ -21,7 +21,7 @@
"/lib/opts.js"
],
"dependencies": {
"themer-utils": "^1.2.0",
"@themer/utils": "^1.2.0",
"trianglify": "^1.2.0"
},
"devDependencies": {},

@ -3308,11 +3308,6 @@ test-exclude@^6.0.0:
glob "^7.1.4"
minimatch "^3.0.4"
themer-utils@^1.2.0:
version "1.2.0"
resolved "https://registry.yarnpkg.com/themer-utils/-/themer-utils-1.2.0.tgz#b7d20a464c5a12626899ae67f73529455e660b78"
integrity sha512-Pd4vzQuRWCp13ODZzhiaCd1Jml15emu4OeCf+P3k/U7zDI/Pla39lM1xXj7DWXkFqoyn0PNYzoeUgQp+weOf8A==
throat@^5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/throat/-/throat-5.0.0.tgz#c5199235803aad18754a667d659b5e72ce16764b"