Update subpackages to 9.3.0 (#25503)

Automatic Merge
This commit is contained in:
Harrison Healey
2023-11-23 08:30:14 -05:00
committed by GitHub
parent 1f37254579
commit 5a37630058
4 changed files with 6 additions and 6 deletions

View File

@@ -3,7 +3,7 @@
"browser": { "browser": {
"./client/web_client.jsx": "./client/browser_web_client.jsx" "./client/web_client.jsx": "./client/browser_web_client.jsx"
}, },
"version": "9.2.0", "version": "9.3.0",
"private": true, "private": true,
"dependencies": { "dependencies": {
"@floating-ui/react-dom": "1.0.0", "@floating-ui/react-dom": "1.0.0",

View File

@@ -51,7 +51,7 @@
}, },
"channels": { "channels": {
"name": "mattermost-webapp", "name": "mattermost-webapp",
"version": "9.2.0", "version": "9.3.0",
"dependencies": { "dependencies": {
"@floating-ui/react-dom": "1.0.0", "@floating-ui/react-dom": "1.0.0",
"@floating-ui/react-dom-interactions": "0.10.3", "@floating-ui/react-dom-interactions": "0.10.3",
@@ -28586,7 +28586,7 @@
}, },
"platform/client": { "platform/client": {
"name": "@mattermost/client", "name": "@mattermost/client",
"version": "9.2.0", "version": "9.3.0",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"form-data": "^4.0.0" "form-data": "^4.0.0"
@@ -28678,7 +28678,7 @@
}, },
"platform/types": { "platform/types": {
"name": "@mattermost/types", "name": "@mattermost/types",
"version": "9.2.0", "version": "9.3.0",
"license": "MIT", "license": "MIT",
"peerDependencies": { "peerDependencies": {
"typescript": "^4.3" "typescript": "^4.3"

View File

@@ -1,6 +1,6 @@
{ {
"name": "@mattermost/client", "name": "@mattermost/client",
"version": "9.2.0", "version": "9.3.0",
"description": "JavaScript/TypeScript client for Mattermost", "description": "JavaScript/TypeScript client for Mattermost",
"keywords": [ "keywords": [
"mattermost" "mattermost"

View File

@@ -1,6 +1,6 @@
{ {
"name": "@mattermost/types", "name": "@mattermost/types",
"version": "9.2.0", "version": "9.3.0",
"description": "Shared type definitions used by the Mattermost web app", "description": "Shared type definitions used by the Mattermost web app",
"keywords": [ "keywords": [
"mattermost" "mattermost"