Commit 0ad0483
Update aspnet-webpack-react to React 15
^15.0.0 is enough
Update ReactGrid example to work with newest Griddle version
Several fixes to stop build.sh from failing1 parent 6d8767d commit 0ad0483Copy full SHA for 0ad0483
File tree
Expand file treeCollapse file tree
10 files changed
+45
-37
lines changedOpen diff view settings
Filter options
- samples/react/ReactGrid
- ReactApp/components
- src
- Microsoft.AspNetCore.AngularServices/npm
- Microsoft.AspNetCore.ReactServices/npm/redux-typed
- src
- Microsoft.AspNetCore.SpaServices/npm
- aspnet-prerendering
- aspnet-webpack-react
- aspnet-webpack
- domain-task
Expand file treeCollapse file tree
10 files changed
+45
-37
lines changedOpen diff view settings
Collapse file
+1Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
36 | 36 | |
37 | 37 | |
38 | 38 | |
| 39 | + |
Collapse file
samples/react/ReactGrid/ReactApp/components/PeopleGrid.jsx
Copy file name to clipboardExpand all lines: samples/react/ReactGrid/ReactApp/components/PeopleGrid.jsx+3-1Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
5 | 5 | |
6 | 6 | |
7 | 7 | |
| 8 | + |
| 9 | + |
8 | 10 | |
9 | 11 | |
10 | 12 | |
11 | 13 | |
12 | 14 | |
13 | 15 | |
14 | 16 | |
15 | | - |
| 17 | + |
16 | 18 | |
17 | 19 | |
18 | 20 | |
|
Collapse file
samples/react/ReactGrid/package.json
Copy file name to clipboardExpand all lines: samples/react/ReactGrid/package.json+27-27Lines changed: 27 additions & 27 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
2 | 2 | |
3 | 3 | |
4 | 4 | |
5 | | - |
6 | | - |
7 | | - |
8 | | - |
9 | | - |
10 | | - |
11 | | - |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
12 | 12 | |
13 | | - |
14 | | - |
15 | | - |
16 | | - |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
17 | 17 | |
18 | 18 | |
19 | 19 | |
20 | 20 | |
21 | | - |
22 | | - |
| 21 | + |
| 22 | + |
23 | 23 | |
24 | | - |
25 | | - |
26 | | - |
27 | | - |
28 | | - |
29 | | - |
30 | | - |
31 | | - |
32 | | - |
33 | | - |
34 | | - |
35 | | - |
36 | | - |
37 | | - |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
38 | 38 | |
39 | 39 | |
Collapse file
src/Microsoft.AspNetCore.AngularServices/npm/package.json
Copy file name to clipboardExpand all lines: src/Microsoft.AspNetCore.AngularServices/npm/package.json+2-1Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
5 | 5 | |
6 | 6 | |
7 | 7 | |
8 | | - |
| 8 | + |
9 | 9 | |
10 | 10 | |
11 | 11 | |
| ||
17 | 17 | |
18 | 18 | |
19 | 19 | |
| 20 | + |
20 | 21 | |
21 | 22 | |
22 | 23 | |
|
Collapse file
src/Microsoft.AspNetCore.ReactServices/npm/redux-typed/package.json
Copy file name to clipboardExpand all lines: src/Microsoft.AspNetCore.ReactServices/npm/redux-typed/package.json+2-1Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
5 | 5 | |
6 | 6 | |
7 | 7 | |
8 | | - |
| 8 | + |
9 | 9 | |
10 | 10 | |
11 | 11 | |
12 | 12 | |
13 | 13 | |
| 14 | + |
14 | 15 | |
15 | 16 | |
16 | 17 | |
Collapse file
src/Microsoft.AspNetCore.ReactServices/npm/redux-typed/src/StrongActions.ts
Copy file name to clipboardExpand all lines: src/Microsoft.AspNetCore.ReactServices/npm/redux-typed/src/StrongActions.ts+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
38 | 38 | |
39 | 39 | |
40 | 40 | |
41 | | - |
| 41 | + |
42 | 42 | |
Collapse file
src/Microsoft.AspNetCore.SpaServices/npm/aspnet-prerendering/package.json
Copy file name to clipboardExpand all lines: src/Microsoft.AspNetCore.SpaServices/npm/aspnet-prerendering/package.json+2-1Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
4 | 4 | |
5 | 5 | |
6 | 6 | |
7 | | - |
| 7 | + |
8 | 8 | |
9 | 9 | |
10 | 10 | |
| ||
14 | 14 | |
15 | 15 | |
16 | 16 | |
| 17 | + |
17 | 18 | |
18 | 19 | |
19 | 20 | |
Collapse file
src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack-react/package.json
Copy file name to clipboardExpand all lines: src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack-react/package.json+3-2Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
4 | 4 | |
5 | 5 | |
6 | 6 | |
7 | | - |
| 7 | + |
8 | 8 | |
9 | 9 | |
10 | 10 | |
| ||
15 | 15 | |
16 | 16 | |
17 | 17 | |
18 | | - |
| 18 | + |
19 | 19 | |
20 | 20 | |
21 | 21 | |
22 | 22 | |
| 23 | + |
23 | 24 | |
24 | 25 | |
25 | 26 | |
Collapse file
src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/package.json
Copy file name to clipboardExpand all lines: src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/package.json+2-2Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
19 | 19 | |
20 | 20 | |
21 | 21 | |
22 | | - |
23 | | - |
| 22 | + |
| 23 | + |
24 | 24 | |
25 | 25 | |
Collapse file
src/Microsoft.AspNetCore.SpaServices/npm/domain-task/package.json
Copy file name to clipboardExpand all lines: src/Microsoft.AspNetCore.SpaServices/npm/domain-task/package.json+2-1Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
4 | 4 | |
5 | 5 | |
6 | 6 | |
7 | | - |
| 7 | + |
8 | 8 | |
9 | 9 | |
10 | 10 | |
| ||
14 | 14 | |
15 | 15 | |
16 | 16 | |
| 17 | + |
17 | 18 | |
18 | 19 | |
19 | 20 | |
0 commit comments