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

Commit 240bb23

Browse files
authored
Merge pull request #3590 from withspectrum/2.4.19
2.4.19
2 parents c45ca1d + 7323b18 commit 240bb23

File tree

6 files changed

+10
-13
lines changed

6 files changed

+10
-13
lines changed

api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"dependencies": {
3-
"algoliasearch": "^3.24.7",
3+
"algoliasearch": "^3.29.0",
44
"apollo-engine": "1.x",
55
"apollo-local-query": "^0.3.0",
66
"apollo-upload-client": "^8.0.0",

api/yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,9 @@ ajv@^5.1.0, ajv@^5.1.5, ajv@^5.2.3:
8080
fast-json-stable-stringify "^2.0.0"
8181
json-schema-traverse "^0.3.0"
8282

83-
algoliasearch@^3.24.7:
84-
version "3.24.9"
85-
resolved "https://registry.yarnpkg.com/algoliasearch/-/algoliasearch-3.24.9.tgz#19063470efe5b6779ec081394b1f7aa400438273"
83+
algoliasearch@^3.29.0:
84+
version "3.29.0"
85+
resolved "https://registry.yarnpkg.com/algoliasearch/-/algoliasearch-3.29.0.tgz#d04021a5450be55ce314b928bba4a38723399bd8"
8686
dependencies:
8787
agentkeepalive "^2.2.0"
8888
debug "^2.6.8"

config-overrides.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,7 @@ module.exports = function override(config, env) {
9595
plugin => !isServiceWorkerPlugin(plugin)
9696
);
9797
// Get all public files so they're cached by the SW
98-
let externals = [
99-
'https://www.google-analytics.com/analytics.js',
100-
'https://cdn.amplitude.com/libs/amplitude-4.2.1-min.gz.js',
101-
];
98+
let externals = [];
10299
walkFolder('./public/', file => {
103100
// HOTFIX: Don't cache images
104101
if (file.indexOf('img') > -1 && file.indexOf('homescreen-icon') === -1)

mobile/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"sentry-expo": "^1.9.0",
2929
"slugg": "^1.2.1",
3030
"string.fromcodepoint": "^0.2.1",
31-
"styled-components": "^3.3.0",
31+
"styled-components": "^3.3.3",
3232
"throttle-debounce": "^2.0.0",
3333
"whatwg-fetch": "^2.0.4"
3434
},

mobile/yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7519,9 +7519,9 @@ strip-json-comments@~2.0.1:
75197519
version "2.0.1"
75207520
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-2.0.1.tgz#3c531942e908c2697c0ec344858c286c7ca0a60a"
75217521

7522-
styled-components@^3.3.0:
7523-
version "3.3.0"
7524-
resolved "https://registry.yarnpkg.com/styled-components/-/styled-components-3.3.0.tgz#335b1b2b673b416cd5ec012010e237ed1f877fe9"
7522+
styled-components@^3.3.3:
7523+
version "3.3.3"
7524+
resolved "https://registry.yarnpkg.com/styled-components/-/styled-components-3.3.3.tgz#09e702055ab11f7a8eab8229b1c0d0b855095686"
75257525
dependencies:
75267526
buffer "^5.0.3"
75277527
css-to-react-native "^2.0.3"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Spectrum",
3-
"version": "2.4.18",
3+
"version": "2.4.19",
44
"license": "BSD-3-Clause",
55
"devDependencies": {
66
"babel-cli": "^6.24.1",

0 commit comments

Comments
 (0)