Skip to content

Commit 63d1ddb

Browse files
committed
Update for SDK19
1 parent 563e694 commit 63d1ddb

File tree

5 files changed

+27
-27
lines changed

5 files changed

+27
-27
lines changed

react-native-scripts/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-scripts",
3-
"version": "0.0.50",
3+
"version": "1.0.0",
44
"description": "Configuration and scripts for Create React Native App.",
55
"license": "BSD-3-Clause",
66
"keywords": [
@@ -35,7 +35,7 @@
3535
"path-exists": "^3.0.0",
3636
"progress": "^2.0.0",
3737
"qrcode-terminal": "^0.11.0",
38-
"xdl": "42.4.0",
38+
"xdl": "43.0.0",
3939
"@expo/bunyan": "1.8.10"
4040
},
4141
"devDependencies": {

react-native-scripts/src/scripts/init.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ import log from '../util/log';
99

1010
// UPDATE DEPENDENCY VERSIONS HERE
1111
const DEFAULT_DEPENDENCIES = {
12-
expo: '^18.0.3',
12+
expo: '^19.0.0',
1313
react: '16.0.0-alpha.12',
14-
'react-native': '^0.45.1',
14+
'react-native': '^0.46.1',
1515
};
1616

1717
// TODO figure out how this interacts with ejection
1818
const DEFAULT_DEV_DEPENDENCIES = {
19-
'jest-expo': '~18.0.0',
19+
'jest-expo': '~19.0.0',
2020
'react-test-renderer': '16.0.0-alpha.12',
2121
};
2222

react-native-scripts/template/.flowconfig

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,12 @@ suppress_type=$FlowIssue
5252
suppress_type=$FlowFixMe
5353
suppress_type=$FixMe
5454

55-
suppress_comment=\\(.\\|\n\\)*\\$FlowFixMe\\($\\|[^(]\\|(\\(>=0\\.\\(4[0-5]\\|[1-3][0-9]\\|[0-9]\\).[0-9]\\)? *\\(site=[a-z,_]*react_native_oss[a-z,_]*\\)?)\\)
56-
suppress_comment=\\(.\\|\n\\)*\\$FlowIssue\\((\\(>=0\\.\\(4[0-5]\\|[1-3][0-9]\\|[0-9]\\).[0-9]\\)? *\\(site=[a-z,_]*react_native_oss[a-z,_]*\\)?)\\)?:? #[0-9]+
55+
suppress_comment=\\(.\\|\n\\)*\\$FlowFixMe\\($\\|[^(]\\|(\\(>=0\\.\\(4[0-7]\\|[1-3][0-9]\\|[0-9]\\).[0-9]\\)? *\\(site=[a-z,_]*react_native_oss[a-z,_]*\\)?)\\)
56+
suppress_comment=\\(.\\|\n\\)*\\$FlowIssue\\((\\(>=0\\.\\(4[0-7]\\|[1-3][0-9]\\|[0-9]\\).[0-9]\\)? *\\(site=[a-z,_]*react_native_oss[a-z,_]*\\)?)\\)?:? #[0-9]+
5757
suppress_comment=\\(.\\|\n\\)*\\$FlowFixedInNextDeploy
5858
suppress_comment=\\(.\\|\n\\)*\\$FlowExpectedError
5959

6060
unsafe.enable_getters_and_setters=true
6161

6262
[version]
63-
^0.45.0
63+
^0.47.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"expo": {
3-
"sdkVersion": "18.0.0"
3+
"sdkVersion": "19.0.0"
44
}
55
}

yarn.lock

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ ansi-styles@^2.2.1:
1111
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-2.2.1.tgz#b432dd3358b634cf75e1e4664368240533c1ddbe"
1212

1313
ansi-styles@^3.0.0:
14-
version "3.0.0"
15-
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-3.0.0.tgz#5404e93a544c4fec7f048262977bebfe3155e0c1"
14+
version "3.2.0"
15+
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-3.2.0.tgz#c159b8d5be0f9e5a6f346dab94f16ce022161b88"
1616
dependencies:
17-
color-convert "^1.0.0"
17+
color-convert "^1.9.0"
1818

1919
2020
version "0.8.18"
@@ -36,15 +36,15 @@ [email protected]:
3636
version "6.15.0"
3737
resolved "https://registry.yarnpkg.com/babylon/-/babylon-6.15.0.tgz#ba65cfa1a80e1759b0e89fb562e27dccae70348e"
3838

39-
balanced-match@^0.4.1:
40-
version "0.4.2"
41-
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-0.4.2.tgz#cb3f3e3c732dc0f01ee70b403f302e61d7709838"
39+
balanced-match@^1.0.0:
40+
version "1.0.0"
41+
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.0.tgz#89b4d199ab2bee49de164ea02b89ce462d71b767"
4242

43-
brace-expansion@^1.0.0:
44-
version "1.1.6"
45-
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.6.tgz#7197d7eaa9b87e648390ea61fc66c84427420df9"
43+
brace-expansion@^1.1.7:
44+
version "1.1.8"
45+
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.8.tgz#c07b211c7c952ec1f8efd51a77ef0d1d3990a292"
4646
dependencies:
47-
balanced-match "^0.4.1"
47+
balanced-match "^1.0.0"
4848
concat-map "0.0.1"
4949

5050
[email protected], chalk@^1.1.0, chalk@^1.1.1, chalk@^1.1.3:
@@ -57,15 +57,15 @@ [email protected], chalk@^1.1.0, chalk@^1.1.1, chalk@^1.1.3:
5757
strip-ansi "^3.0.0"
5858
supports-color "^2.0.0"
5959

60-
color-convert@^1.0.0:
60+
color-convert@^1.9.0:
6161
version "1.9.0"
6262
resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-1.9.0.tgz#1accf97dd739b983bf994d56fec8f95853641b7a"
6363
dependencies:
6464
color-name "^1.1.1"
6565

6666
color-name@^1.1.1:
67-
version "1.1.1"
68-
resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.1.tgz#4b1415304cf50028ea81643643bd82ea05803689"
67+
version "1.1.3"
68+
resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.3.tgz#a7d0558bd89c42f795dd42328f740831ca53bc25"
6969

7070
colors@>=0.6.2:
7171
version "1.1.2"
@@ -144,18 +144,18 @@ [email protected]:
144144
pretty-format "^19.0.0"
145145

146146
js-tokens@^3.0.0:
147-
version "3.0.1"
148-
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-3.0.1.tgz#08e9f132484a2c45a30907e9dc4d5567b7f114d7"
147+
version "3.0.2"
148+
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-3.0.2.tgz#9866df395102130e38f7f996bceb65443209c25b"
149149

150150
leven@^2.0.0:
151151
version "2.1.0"
152152
resolved "https://registry.yarnpkg.com/leven/-/leven-2.1.0.tgz#c2e7a9f772094dee9d34202ae8acce4687875580"
153153

154154
minimatch@^3.0.2:
155-
version "3.0.3"
156-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.3.tgz#2a4e4090b96b2db06a9d7df01055a62a77c9b774"
155+
version "3.0.4"
156+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083"
157157
dependencies:
158-
brace-expansion "^1.0.0"
158+
brace-expansion "^1.1.7"
159159

160160
[email protected], minimist@>=0.2.0:
161161
version "1.2.0"

0 commit comments

Comments
 (0)