Make all internal dependencies use exact versions and ensure they match (#33564)

Этот коммит содержится в:
Harrison Healey
2025-07-28 03:14:06 -04:00
коммит произвёл GitHub
родитель 38208b8f06
Коммит ce75debaca
4 изменённых файлов: 10 добавлений и 37 удалений

Просмотреть файл

@@ -24,7 +24,7 @@
"typescript": "^5.0.0"
},
"peerDependencies": {
"@mattermost/types": "^9.3.0 || ^10.0.0",
"@mattermost/types": "10.11.0",
"typescript": "^4.3.0 || ^5.0.0"
},
"peerDependenciesMeta": {

Просмотреть файл

@@ -39,8 +39,8 @@
"directory": "webapp/platform/mattermost-redux"
},
"dependencies": {
"@mattermost/client": "10.6.0",
"@mattermost/types": "10.6.0",
"@mattermost/client": "10.11.0",
"@mattermost/types": "10.11.0",
"@redux-devtools/extension": "^3.2.3",
"lodash": "^4.17.21",
"moment-timezone": "^0.5.38",