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 удалений

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

@@ -10,11 +10,11 @@
"@giphy/js-fetch-api": "5.1.0",
"@giphy/react-components": "8.1.0",
"@guyplusplus/turndown-plugin-gfm": "1.0.7",
"@mattermost/client": "*",
"@mattermost/client": "10.11.0",
"@mattermost/compass-components": "^0.2.12",
"@mattermost/desktop-api": "5.10.0-2",
"@mattermost/dynamic-virtualized-list": "github:mattermost/dynamic-virtualized-list#08dde0c34a12d0384740db27d55e398d139d7a51",
"@mattermost/types": "*",
"@mattermost/types": "10.11.0",
"@mui/base": "5.0.0-alpha.127",
"@mui/material": "5.11.16",
"@mui/styled-engine-sc": "5.11.11",

37
webapp/package-lock.json сгенерированный
Просмотреть файл

@@ -64,11 +64,11 @@
"@giphy/js-fetch-api": "5.1.0",
"@giphy/react-components": "8.1.0",
"@guyplusplus/turndown-plugin-gfm": "1.0.7",
"@mattermost/client": "*",
"@mattermost/client": "10.11.0",
"@mattermost/compass-components": "^0.2.12",
"@mattermost/desktop-api": "5.10.0-2",
"@mattermost/dynamic-virtualized-list": "github:mattermost/dynamic-virtualized-list#08dde0c34a12d0384740db27d55e398d139d7a51",
"@mattermost/types": "*",
"@mattermost/types": "10.11.0",
"@mui/base": "5.0.0-alpha.127",
"@mui/material": "5.11.16",
"@mui/styled-engine-sc": "5.11.11",
@@ -28131,7 +28131,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": {
@@ -29590,8 +29590,8 @@
"version": "10.11.0",
"license": "MIT",
"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",
@@ -29611,33 +29611,6 @@
}
}
},
"platform/mattermost-redux/node_modules/@mattermost/client": {
"version": "10.6.0",
"resolved": "https://registry.npmjs.org/@mattermost/client/-/client-10.6.0.tgz",
"integrity": "sha512-5xzSYipDnZUcHEtuNKi89w7F+iPdxRG33k5t6tL1JYdJzjfELMWJsOHEec18JKmOQXKbPwOWxNTmHThGO6YmFQ==",
"peerDependencies": {
"@mattermost/types": "^9.3.0 || ^10.0.0",
"typescript": "^4.3.0 || ^5.0.0"
},
"peerDependenciesMeta": {
"typescript": {
"optional": true
}
}
},
"platform/mattermost-redux/node_modules/@mattermost/types": {
"version": "10.6.0",
"resolved": "https://registry.npmjs.org/@mattermost/types/-/types-10.6.0.tgz",
"integrity": "sha512-seZIzKJ4XNUUqr7YCu+fgEmwy3zPz7X1cC1ZwRS/FTU29kIAAZkGF5UC5vCMVsA8q1hkkpkE2akH8VBUxpmsVQ==",
"peerDependencies": {
"typescript": "^4.3.0 || ^5.0.0"
},
"peerDependenciesMeta": {
"typescript": {
"optional": true
}
}
},
"platform/types": {
"name": "@mattermost/types",
"version": "10.11.0",

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

@@ -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",