Skip to content

Commit d9eebd8

Browse files
committed
Merge branch 'master' into upgrades
2 parents 84e2371 + a3aa508 commit d9eebd8

File tree

3 files changed

+64
-251
lines changed

3 files changed

+64
-251
lines changed

package.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -4,28 +4,28 @@
44
"homepage": "https://react-native-community.github.io/upgrade-helper",
55
"license": "MIT",
66
"dependencies": {
7-
"@testing-library/react": "^8.0.2",
8-
"antd": "^3.19.1",
9-
"markdown-to-jsx": "^6.10.2",
10-
"query-string": "^6.7.0",
11-
"react": "^16.8.0",
12-
"react-content-loader": "^4.2.2",
13-
"react-diff-view": "^2.1.3",
14-
"react-dom": "^16.8.0",
15-
"react-dom-confetti": "^0.1.1",
16-
"react-ga": "^2.5.7",
17-
"react-github-btn": "^1.0.0",
7+
"@testing-library/react": "8.0.9",
8+
"antd": "3.26.5",
9+
"markdown-to-jsx": "6.10.3",
10+
"query-string": "6.9.0",
11+
"react": "16.12.0",
12+
"react-content-loader": "4.3.4",
13+
"react-diff-view": "2.4.1",
14+
"react-dom": "16.12.0",
15+
"react-dom-confetti": "0.1.3",
16+
"react-ga": "2.7.0",
17+
"react-github-btn": "1.1.1",
1818
"react-scripts": "3.0.1",
19-
"semver": "^6.0.0",
20-
"styled-components": "^4.2.0"
19+
"semver": "6.3.0",
20+
"styled-components": "4.4.1"
2121
},
2222
"devDependencies": {
23-
"eslint": "^5.16.0",
24-
"eslint-plugin-prettier": "^3.1.0",
25-
"gh-pages": "^2.0.0",
26-
"husky": "^3.0.1",
27-
"prettier": "^1.18.2",
28-
"pretty-quick": "^1.11.1"
23+
"eslint": "5.16.0",
24+
"eslint-plugin-prettier": "3.1.2",
25+
"gh-pages": "2.1.1",
26+
"husky": "3.1.0",
27+
"prettier": "1.19.1",
28+
"pretty-quick": "1.11.1"
2929
},
3030
"scripts": {
3131
"start": "react-scripts start",

src/__tests__/components/common/__snapshots__/VersionSelector.spec.js.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ exports[`renders without crashing 1`] = `
1212
What's your current React Native version?
1313
</h4>
1414
<div
15-
class="ant-select-lg sc-bxivhb iYdHlP sc-bwzfXH jwfMIB ant-select ant-select-enabled ant-select-loading"
15+
class="ant-select-lg sc-bwzfXH jwfMIB sc-bxivhb iYdHlP ant-select ant-select-enabled ant-select-loading"
1616
>
1717
<div
1818
aria-autocomplete="list"
@@ -68,7 +68,7 @@ exports[`renders without crashing 1`] = `
6868
To which version would you like to upgrade?
6969
</h4>
7070
<div
71-
class="ant-select-lg sc-ifAKCX dTveGH sc-bwzfXH jwfMIB ant-select ant-select-enabled ant-select-loading"
71+
class="ant-select-lg sc-bwzfXH jwfMIB sc-ifAKCX dTveGH ant-select ant-select-enabled ant-select-loading"
7272
>
7373
<div
7474
aria-autocomplete="list"

0 commit comments

Comments
 (0)