mirror of
https://github.com/mattermost/mattermost.git
synced 2026-05-28 04:35:04 -04:00
Update web app package versions to 11.3.0 (#34750)
Some checks are pending
API / build (push) Waiting to run
Server CI / Compute Go Version (push) Waiting to run
Server CI / Check mocks (push) Blocked by required conditions
Server CI / Check go mod tidy (push) Blocked by required conditions
Server CI / check-style (push) Blocked by required conditions
Server CI / Check serialization methods for hot structs (push) Blocked by required conditions
Server CI / Vet API (push) Blocked by required conditions
Server CI / Check migration files (push) Blocked by required conditions
Server CI / Generate email templates (push) Blocked by required conditions
Server CI / Check store layers (push) Blocked by required conditions
Server CI / Check mmctl docs (push) Blocked by required conditions
Server CI / Postgres with binary parameters (push) Blocked by required conditions
Server CI / Postgres (push) Blocked by required conditions
Server CI / Postgres (FIPS) (push) Blocked by required conditions
Server CI / Generate Test Coverage (push) Blocked by required conditions
Server CI / Run mmctl tests (push) Blocked by required conditions
Server CI / Run mmctl tests (FIPS) (push) Blocked by required conditions
Server CI / Build mattermost server app (push) Blocked by required conditions
Web App CI / check-lint (push) Waiting to run
Web App CI / check-i18n (push) Blocked by required conditions
Web App CI / check-types (push) Blocked by required conditions
Web App CI / test (platform) (push) Blocked by required conditions
Web App CI / test (mattermost-redux) (push) Blocked by required conditions
Web App CI / test (channels shard 1/4) (push) Blocked by required conditions
Web App CI / test (channels shard 2/4) (push) Blocked by required conditions
Web App CI / test (channels shard 3/4) (push) Blocked by required conditions
Web App CI / test (channels shard 4/4) (push) Blocked by required conditions
Web App CI / upload-coverage (push) Blocked by required conditions
Web App CI / build (push) Blocked by required conditions
Some checks are pending
API / build (push) Waiting to run
Server CI / Compute Go Version (push) Waiting to run
Server CI / Check mocks (push) Blocked by required conditions
Server CI / Check go mod tidy (push) Blocked by required conditions
Server CI / check-style (push) Blocked by required conditions
Server CI / Check serialization methods for hot structs (push) Blocked by required conditions
Server CI / Vet API (push) Blocked by required conditions
Server CI / Check migration files (push) Blocked by required conditions
Server CI / Generate email templates (push) Blocked by required conditions
Server CI / Check store layers (push) Blocked by required conditions
Server CI / Check mmctl docs (push) Blocked by required conditions
Server CI / Postgres with binary parameters (push) Blocked by required conditions
Server CI / Postgres (push) Blocked by required conditions
Server CI / Postgres (FIPS) (push) Blocked by required conditions
Server CI / Generate Test Coverage (push) Blocked by required conditions
Server CI / Run mmctl tests (push) Blocked by required conditions
Server CI / Run mmctl tests (FIPS) (push) Blocked by required conditions
Server CI / Build mattermost server app (push) Blocked by required conditions
Web App CI / check-lint (push) Waiting to run
Web App CI / check-i18n (push) Blocked by required conditions
Web App CI / check-types (push) Blocked by required conditions
Web App CI / test (platform) (push) Blocked by required conditions
Web App CI / test (mattermost-redux) (push) Blocked by required conditions
Web App CI / test (channels shard 1/4) (push) Blocked by required conditions
Web App CI / test (channels shard 2/4) (push) Blocked by required conditions
Web App CI / test (channels shard 3/4) (push) Blocked by required conditions
Web App CI / test (channels shard 4/4) (push) Blocked by required conditions
Web App CI / upload-coverage (push) Blocked by required conditions
Web App CI / build (push) Blocked by required conditions
This commit is contained in:
parent
3d5730c7a0
commit
5fe3987e91
5 changed files with 18 additions and 18 deletions
|
|
@ -3,16 +3,16 @@
|
|||
"browser": {
|
||||
"./client/web_client.jsx": "./client/browser_web_client.jsx"
|
||||
},
|
||||
"version": "11.1.0",
|
||||
"version": "11.3.0",
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@floating-ui/react": "0.26.6",
|
||||
"@giphy/js-fetch-api": "5.7.0",
|
||||
"@giphy/react-components": "10.1.0",
|
||||
"@guyplusplus/turndown-plugin-gfm": "1.0.7",
|
||||
"@mattermost/client": "11.1.0",
|
||||
"@mattermost/client": "11.3.0",
|
||||
"@mattermost/desktop-api": "6.0.0-1",
|
||||
"@mattermost/types": "11.1.0",
|
||||
"@mattermost/types": "11.3.0",
|
||||
"@mui/base": "5.0.0-alpha.127",
|
||||
"@mui/material": "5.11.16",
|
||||
"@mui/styled-engine-sc": "5.11.11",
|
||||
|
|
|
|||
18
webapp/package-lock.json
generated
18
webapp/package-lock.json
generated
|
|
@ -55,15 +55,15 @@
|
|||
},
|
||||
"channels": {
|
||||
"name": "mattermost-webapp",
|
||||
"version": "11.1.0",
|
||||
"version": "11.3.0",
|
||||
"dependencies": {
|
||||
"@floating-ui/react": "0.26.6",
|
||||
"@giphy/js-fetch-api": "5.7.0",
|
||||
"@giphy/react-components": "10.1.0",
|
||||
"@guyplusplus/turndown-plugin-gfm": "1.0.7",
|
||||
"@mattermost/client": "11.1.0",
|
||||
"@mattermost/client": "11.3.0",
|
||||
"@mattermost/desktop-api": "6.0.0-1",
|
||||
"@mattermost/types": "11.1.0",
|
||||
"@mattermost/types": "11.3.0",
|
||||
"@mui/base": "5.0.0-alpha.127",
|
||||
"@mui/material": "5.11.16",
|
||||
"@mui/styled-engine-sc": "5.11.11",
|
||||
|
|
@ -28693,7 +28693,7 @@
|
|||
},
|
||||
"platform/client": {
|
||||
"name": "@mattermost/client",
|
||||
"version": "11.1.0",
|
||||
"version": "11.3.0",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@types/jest": "30.0.0",
|
||||
|
|
@ -28704,7 +28704,7 @@
|
|||
"typescript": "^5.0.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@mattermost/types": "11.1.0",
|
||||
"@mattermost/types": "11.3.0",
|
||||
"typescript": "^4.3.0 || ^5.0.0"
|
||||
},
|
||||
"peerDependenciesMeta": {
|
||||
|
|
@ -28808,11 +28808,11 @@
|
|||
}
|
||||
},
|
||||
"platform/mattermost-redux": {
|
||||
"version": "11.1.0",
|
||||
"version": "11.3.0",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@mattermost/client": "11.1.0",
|
||||
"@mattermost/types": "11.1.0",
|
||||
"@mattermost/client": "11.3.0",
|
||||
"@mattermost/types": "11.3.0",
|
||||
"@redux-devtools/extension": "3.3.0",
|
||||
"lodash": "^4.17.21",
|
||||
"moment-timezone": "^0.5.38",
|
||||
|
|
@ -28834,7 +28834,7 @@
|
|||
},
|
||||
"platform/types": {
|
||||
"name": "@mattermost/types",
|
||||
"version": "11.1.0",
|
||||
"version": "11.3.0",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"typescript": "^5.0.0"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@mattermost/client",
|
||||
"version": "11.1.0",
|
||||
"version": "11.3.0",
|
||||
"description": "JavaScript/TypeScript client for Mattermost",
|
||||
"keywords": [
|
||||
"mattermost"
|
||||
|
|
@ -27,7 +27,7 @@
|
|||
"typescript": "^5.0.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@mattermost/types": "11.1.0",
|
||||
"@mattermost/types": "11.3.0",
|
||||
"typescript": "^4.3.0 || ^5.0.0"
|
||||
},
|
||||
"peerDependenciesMeta": {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "mattermost-redux",
|
||||
"version": "11.1.0",
|
||||
"version": "11.3.0",
|
||||
"description": "Common code (API client, Redux stores, logic, utility functions) for building a Mattermost client",
|
||||
"keywords": [
|
||||
"mattermost"
|
||||
|
|
@ -39,8 +39,8 @@
|
|||
"directory": "webapp/platform/mattermost-redux"
|
||||
},
|
||||
"dependencies": {
|
||||
"@mattermost/client": "11.1.0",
|
||||
"@mattermost/types": "11.1.0",
|
||||
"@mattermost/client": "11.3.0",
|
||||
"@mattermost/types": "11.3.0",
|
||||
"@redux-devtools/extension": "3.3.0",
|
||||
"lodash": "^4.17.21",
|
||||
"moment-timezone": "^0.5.38",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@mattermost/types",
|
||||
"version": "11.1.0",
|
||||
"version": "11.3.0",
|
||||
"description": "Shared type definitions used by the Mattermost web app",
|
||||
"keywords": [
|
||||
"mattermost"
|
||||
|
|
|
|||
Loading…
Reference in a new issue