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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 6 deletions

View File

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

View File

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

View File

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

View File

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