MM-62866 Update axios dependency (#30265)
I had to fight with NPM longer than I thought I would for the override to take effect. I ended up having to manually tweak the package-lock.json to get it to take.
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
53dac8e530
Коммит
96c2d4ae56
@@ -22,6 +22,7 @@
|
||||
"@tippyjs/react": "4.2.6",
|
||||
"@types/color-hash": "1.0.2",
|
||||
"@types/turndown": "5.0.5",
|
||||
"axios": "1.7.9",
|
||||
"bootstrap": "3.4.1",
|
||||
"buffer": "6.0.3",
|
||||
"chart.js": "3.8.2",
|
||||
@@ -177,6 +178,9 @@
|
||||
"yargs": "17.7.2"
|
||||
},
|
||||
"overrides": {
|
||||
"@mattermost/compass-components": {
|
||||
"axios": "1.7.9"
|
||||
},
|
||||
"@mattermost/desktop-api": {
|
||||
"typescript": "$typescript"
|
||||
}
|
||||
|
||||
Ссылка в новой задаче
Block a user