Automatic Merge
Этот коммит содержится в:
Harrison Healey
2023-11-23 08:30:14 -05:00
коммит произвёл GitHub
родитель 1f37254579
Коммит 5a37630058
4 изменённых файлов: 6 добавлений и 6 удалений

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

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

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

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

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

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

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

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