This repository has been archived by the owner on Mar 13, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
/
.npm-upgrade.json
108 lines (108 loc) · 3.55 KB
/
.npm-upgrade.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
{
"ignore": {
"@formatjs/intl-pluralrules": {
"versions": "",
"reason": "MM-34912 - Breaking changes to how locale data is loaded."
},
"@formatjs/intl-relativetimeformat": {
"versions": "",
"reason": "MM-34912 - Breaking changes to how locale data is loaded."
},
"@stripe/react-stripe-js": {
"versions": "",
"reason": "MM-34916 - Upgrades involve sensitive parts of the code."
},
"@stripe/stripe-js": {
"versions": "",
"reason": "MM-34916 - Upgrades involve sensitive parts of the code."
},
"bootstrap": {
"versions": "",
"reason": "MM-10786 - Bootstrap is heavily integrated in the code base and signficantly out of date."
},
"@types/bootstrap": {
"versions": "",
"reason": "MM-10786 - Bootstrap is heavily integrated in the code base and signficantly out of date."
},
"chart.js": {
"versions": "",
"reason": "MM-34915 - Breaking changes to how components are loaded."
},
"emoji-datasource": {
"versions": "",
"reason": "MM-36772 - Emoji updates are handled separately from regular dependencies."
},
"emoji-datasource-apple": {
"versions": "",
"reason": "MM-36772 - Emoji updates are handled separately from regular dependencies."
},
"p-queue": {
"versions": "",
"reason": "MM-34914 - Breaking changes to how modules are loaded."
},
"pdfjs-dist": {
"versions": "",
"reason": "MM-32929 - Breaking changes to how library is loaded and used."
},
"react": {
"versions": "",
"reason": "MM-45255 - React updates are handled separately from regular dependencies."
},
"@types/react": {
"versions": "",
"reason": "MM-45255 - React updates are handled separately from regular dependencies."
},
"react-dom": {
"versions": "",
"reason": "MM-45255 - React updates are handled separately from regular dependencies."
},
"@types/react-dom": {
"versions": "",
"reason": "MM-45255 - React updates are handled separately from regular dependencies."
},
"react-is": {
"versions": "",
"reason": "MM-45255 - React updates are handled separately from regular dependencies."
},
"@types/react-is": {
"versions": "",
"reason": "MM-45255 - React updates are handled separately from regular dependencies."
},
"react-overlays": {
"versions": "",
"reason": "MM-10786 - Bootstrap is heavily integrated in the code base and signficantly out of date."
},
"redux-persist": {
"versions": "",
"reason": "MM-34911 - Library is no longer supported and we're significantly out of date on it."
},
"serialize-error": {
"versions": "",
"reason": "MM-34914 - Breaking changes to how modules are loaded."
},
"@hot-loader/react-dom": {
"versions": "",
"reason": "MM-45255 - React updates are handled separately from other dependencies."
},
"@types/marked": {
"versions": "",
"reason": "Ignored since our forked version is wildly different from upstream."
},
"@types/react-bootstrap": {
"versions": "",
"reason": "MM-10786 - Bootstrap is heavily integrated in the code base and signficantly out of date."
},
"react-select": {
"versions": "",
"reason": "MM-18031 - Breaking changes."
},
"@types/react-select": {
"versions": "",
"reason": "MM-18031 - Breaking changes."
},
"flexsearch": {
"versions": "",
"reason": "MM-37116 - Breaking changes in API"
}
}
}