Skip to content
This repository was archived by the owner on Oct 11, 2022. It is now read-only.

Commit a94d9a8

Browse files
authored
Merge pull request #3206 from withspectrum/fix-prod-2.4.2
Fix prod 2.4.2
2 parents 2cebc16 + e31e9c1 commit a94d9a8

File tree

4 files changed

+23
-40
lines changed

4 files changed

+23
-40
lines changed

desktop/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"email": "[email protected]"
88
},
99
"repository": "https://github.com/withspectrum/spectrum",
10-
"version": "1.0.0-beta.1",
10+
"version": "1.0.0-beta.2",
1111
"main": "src/main.js",
1212
"private": true,
1313
"dependencies": {

hermes/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
"raven": "^2.1.1",
1414
"rethinkdbdash": "^2.3.29",
1515
"source-map-support": "^0.4.15",
16-
"toobusy-js": "^0.5.1"
16+
"toobusy-js": "^0.5.1",
17+
"validator": "^10.2.0"
1718
},
1819
"devDependencies": {
1920
"json-stringify-pretty-compact": "^1.0.4"

hermes/yarn.lock

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -455,6 +455,10 @@ uuid@^3.1.0:
455455
version "3.1.0"
456456
resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.1.0.tgz#3dd3d3e790abc24d7b0d3a034ffababe28ebbc04"
457457

458+
validator@^10.2.0:
459+
version "10.2.0"
460+
resolved "https://registry.yarnpkg.com/validator/-/validator-10.2.0.tgz#61d6b10c3d5c9f368c75c2ce8ca2b792522eaafa"
461+
458462
whatwg-fetch@>=0.10.0:
459463
version "2.0.4"
460464
resolved "https://registry.yarnpkg.com/whatwg-fetch/-/whatwg-fetch-2.0.4.tgz#dde6a5df315f9d39991aa17621853d720b85566f"

yarn.lock

Lines changed: 16 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -204,11 +204,10 @@
204204
date-fns "^1.27.2"
205205
figures "^1.7.0"
206206

207-
"@cypress/xvfb@1.2.3":
208-
version "1.2.3"
209-
resolved "https://registry.yarnpkg.com/@cypress/xvfb/-/xvfb-1.2.3.tgz#6319afdcdcff7d1505daeeaa84484d0596189860"
207+
"@cypress/xvfb@1.1.3":
208+
version "1.1.3"
209+
resolved "https://registry.yarnpkg.com/@cypress/xvfb/-/xvfb-1.1.3.tgz#6294a7d1feb751f12302248f2089fc534c4acb7f"
210210
dependencies:
211-
debug "^3.1.0"
212211
lodash.once "^4.1.1"
213212

214213
"@segment/top-domain@^3.0.0":
@@ -571,7 +570,7 @@ ansi-styles@^2.2.1:
571570
version "2.2.1"
572571
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-2.2.1.tgz#b432dd3358b634cf75e1e4664368240533c1ddbe"
573572

574-
ansi-styles@^3.0.0, ansi-styles@^3.2.0, ansi-styles@^3.2.1:
573+
ansi-styles@^3.0.0, ansi-styles@^3.1.0, ansi-styles@^3.2.0, ansi-styles@^3.2.1:
575574
version "3.2.1"
576575
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-3.2.1.tgz#41fbb20243e50b12be0f04b8dedbf07520ce841d"
577576
dependencies:
@@ -2245,12 +2244,6 @@ cache-base@^1.0.1:
22452244
union-value "^1.0.0"
22462245
unset-value "^1.0.0"
22472246

2248-
2249-
version "1.2.0"
2250-
resolved "https://registry.yarnpkg.com/cachedir/-/cachedir-1.2.0.tgz#e9a0a25bb21a2b7a0f766f07c41eb7a311919b97"
2251-
dependencies:
2252-
os-homedir "^1.0.1"
2253-
22542247
caller-path@^0.1.0:
22552248
version "0.1.0"
22562249
resolved "https://registry.yarnpkg.com/caller-path/-/caller-path-0.1.0.tgz#94085ef63581ecd3daa92444a8fe94e82577751f"
@@ -2375,13 +2368,13 @@ [email protected], chalk@^1.0.0, chalk@^1.1.1, chalk@^1.1.3:
23752368
strip-ansi "^3.0.0"
23762369
supports-color "^2.0.0"
23772370

2378-
chalk@2.4.1:
2379-
version "2.4.1"
2380-
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.1.tgz#18c49ab16a037b6eb0152cc83e3471338215b66e"
2371+
chalk@2.1.0:
2372+
version "2.1.0"
2373+
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.1.0.tgz#ac5becf14fa21b99c6c92ca7a7d7cfd5b17e743e"
23812374
dependencies:
2382-
ansi-styles "^3.2.1"
2375+
ansi-styles "^3.1.0"
23832376
escape-string-regexp "^1.0.5"
2384-
supports-color "^5.3.0"
2377+
supports-color "^4.0.0"
23852378

23862379
chalk@^2.0.0, chalk@^2.0.1, chalk@^2.1.0, chalk@^2.3.0, chalk@^2.3.2:
23872380
version "2.3.2"
@@ -3183,12 +3176,12 @@ [email protected]:
31833176
version "1.0.3"
31843177
resolved "https://registry.yarnpkg.com/cycle/-/cycle-1.0.3.tgz#21e80b2be8580f98b468f379430662b046c34ad2"
31853178

3186-
cypress@^3.0.0:
3187-
version "3.0.0"
3188-
resolved "https://registry.yarnpkg.com/cypress/-/cypress-3.0.0.tgz#fc857c384b2cf85f01df2868bd71f563c53eba0f"
3179+
cypress@^2.1.0:
3180+
version "2.1.0"
3181+
resolved "https://registry.yarnpkg.com/cypress/-/cypress-2.1.0.tgz#a8bd7d9b89c38a1e380db83b57d9bba0dbb95ba4"
31893182
dependencies:
31903183
"@cypress/listr-verbose-renderer" "0.4.1"
3191-
"@cypress/xvfb" "1.2.3"
3184+
"@cypress/xvfb" "1.1.3"
31923185
"@types/blob-util" "1.3.3"
31933186
"@types/bluebird" "3.5.18"
31943187
"@types/chai" "4.0.8"
@@ -3200,13 +3193,11 @@ cypress@^3.0.0:
32003193
"@types/sinon" "4.0.0"
32013194
"@types/sinon-chai" "2.7.29"
32023195
bluebird "3.5.0"
3203-
cachedir "1.2.0"
3204-
chalk "2.4.1"
3196+
chalk "2.1.0"
32053197
check-more-types "2.24.0"
32063198
commander "2.11.0"
32073199
common-tags "1.4.0"
32083200
debug "3.1.0"
3209-
executable "4.1.1"
32103201
extract-zip "1.6.6"
32113202
fs-extra "4.0.1"
32123203
getos "2.8.4"
@@ -3216,7 +3207,6 @@ cypress@^3.0.0:
32163207
lazy-ass "1.6.0"
32173208
listr "0.12.0"
32183209
lodash "4.17.4"
3219-
log-symbols "2.2.0"
32203210
minimist "1.2.0"
32213211
progress "1.1.8"
32223212
ramda "0.24.1"
@@ -4329,12 +4319,6 @@ execa@^0.7.0:
43294319
signal-exit "^3.0.0"
43304320
strip-eof "^1.0.0"
43314321

4332-
4333-
version "4.1.1"
4334-
resolved "https://registry.yarnpkg.com/executable/-/executable-4.1.1.tgz#41532bff361d3e57af4d763b70582db18f5d133c"
4335-
dependencies:
4336-
pify "^2.2.0"
4337-
43384322
exenv@^1.2.0:
43394323
version "1.2.2"
43404324
resolved "https://registry.yarnpkg.com/exenv/-/exenv-1.2.2.tgz#2ae78e85d9894158670b03d47bec1f03bd91bb9d"
@@ -7165,12 +7149,6 @@ [email protected], "lodash@>=3.5 <5", lodash@^4.0.0, lodash@^4.13.1, lodash@^4.14.0,
71657149
version "4.17.5"
71667150
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.5.tgz#99a92d65c0272debe8c96b6057bc8fbfa3bed511"
71677151

7168-
7169-
version "2.2.0"
7170-
resolved "https://registry.yarnpkg.com/log-symbols/-/log-symbols-2.2.0.tgz#5740e1c5d6f0dfda4ad9323b5332107ef6b4c40a"
7171-
dependencies:
7172-
chalk "^2.0.1"
7173-
71747152
log-symbols@^1.0.2:
71757153
version "1.0.2"
71767154
resolved "https://registry.yarnpkg.com/log-symbols/-/log-symbols-1.0.2.tgz#376ff7b58ea3086a0f09facc74617eca501e1a18"
@@ -8234,7 +8212,7 @@ performance-now@^2.1.0:
82348212
version "2.1.0"
82358213
resolved "https://registry.yarnpkg.com/performance-now/-/performance-now-2.1.0.tgz#6309f4e0e5fa913ec1c69307ae364b4b377c9e7b"
82368214

8237-
pify@^2.0.0, pify@^2.2.0, pify@^2.3.0:
8215+
pify@^2.0.0, pify@^2.3.0:
82388216
version "2.3.0"
82398217
resolved "https://registry.yarnpkg.com/pify/-/pify-2.3.0.tgz#ed141a6ac043a849ea588498e7dca8b15330e90c"
82408218

@@ -10457,7 +10435,7 @@ supports-color@^3.1.2, supports-color@^3.2.3:
1045710435
dependencies:
1045810436
has-flag "^1.0.0"
1045910437

10460-
supports-color@^4.2.1:
10438+
supports-color@^4.0.0, supports-color@^4.2.1:
1046110439
version "4.5.0"
1046210440
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-4.5.0.tgz#be7a0de484dec5c5cddf8b3d59125044912f635b"
1046310441
dependencies:

0 commit comments

Comments
 (0)