Commit 42a7ea4
authored
Update
The library we use to provide GraphiQL [recently
broke](mll-lab/laravel-graphiql#53) due to an
unpinned upstream dependency. This PR fixes the issue by updating
`laravel-graphiql` to the newest version which pins dependencies
appropriately. I also enabled asset downloading to prevent this issue
from occurring in the future if the CDN ever goes down again.laravel-graphiql to 4.0.1 (#2876)1 parent 4081f52 commit 42a7ea4
File tree
5 files changed
+39
-58
lines changed- resources/views/vendor/graphiql
5 files changed
+39
-58
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
66 | 69 | | |
67 | 70 | | |
68 | 71 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | | - | |
6 | | - | |
| 5 | + | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | 11 | | |
13 | | - | |
14 | | - | |
| 12 | + | |
15 | 13 | | |
16 | 14 | | |
17 | 15 | | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
| 16 | + | |
42 | 17 | | |
43 | 18 | | |
44 | | - | |
45 | | - | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
46 | 25 | | |
47 | 26 | | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
52 | 32 | | |
53 | 33 | | |
54 | 34 | | |
55 | 35 | | |
56 | | - | |
57 | | - | |
58 | | - | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
59 | 42 | | |
60 | 43 | | |
61 | 44 | | |
62 | 45 | | |
63 | 46 | | |
| 47 | + | |
64 | 48 | | |
65 | 49 | | |
66 | | - | |
67 | | - | |
68 | 50 | | |
69 | 51 | | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | 52 | | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
| 53 | + | |
78 | 54 | | |
| 55 | + | |
79 | 56 | | |
80 | 57 | | |
81 | 58 | | |
| |||
0 commit comments