Skip to content

Commit 0d2c312

Browse files
authored
Merge pull request #380 from mgusmano/ext-react-7.0.x
misc
2 parents b764c0f + 7fc8a7c commit 0d2c312

File tree

2 files changed

+3
-12
lines changed

2 files changed

+3
-12
lines changed

misc

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -35,19 +35,9 @@ git tag -a v6.6.2 0c0d1fb -m "ExtReact v6.6.2"
3535

3636
git push upstream --tags
3737

38-
git checkout v6.6.0
39-
40-
41-
4238
git fetch upstream
4339
git merge upstream/master
44-
git merge upstream/ext-react-6.7.x
45-
:ga!
46-
47-
48-
49-
git merge upstream/ext-6.6.x
50-
40+
git merge upstream/ext-react-7.0.x
5141

5242
git remote add upstream https://github.com/sencha/guides.git
5343

packages/ext-react-modern-boilerplate/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
"history": "~4.9.0",
3535
"prop-types": "~15.7.2",
3636
"react": "~16.8.6",
37+
"react-dom": "16.8.6",
3738
"react-redux": "~7.1.0",
3839
"react-router-dom": "~5.0.1",
3940
"redux": "~4.0.4"
@@ -54,7 +55,7 @@
5455
"@babel/preset-react": "^7.0.0",
5556
"@sencha/ext-react-babel-plugin": "~7.0.0",
5657
"@sencha/ext-webpack-plugin": "~7.0.0",
57-
58+
5859
"babel-loader": "^8.0.6",
5960
"base-href-webpack-plugin": "~2.0.0",
6061
"copy-webpack-plugin": "^5.0.3",

0 commit comments

Comments
 (0)