Allow v9.x and v10.x for mm/types as peer dependency on mm/client (#27946)

Этот коммит содержится в:
M-ZubairAhmed
2024-08-12 19:16:08 +00:00
коммит произвёл GitHub
родитель ff1d39029b
Коммит 5bfc8a81d1

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

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