MM-51562 Update package versions to 7.11.0 (#23230)

Automatic Merge
Этот коммит содержится в:
Harrison Healey
2023-05-03 11:04:29 -04:00
коммит произвёл GitHub
родитель b43a74808d
Коммит 2e852c06a8
7 изменённых файлов: 18 добавлений и 18 удалений

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

@@ -1,6 +1,6 @@
{
"name": "boards",
"version": "7.9.1",
"version": "7.11.0",
"private": true,
"description": "",
"scripts": {

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

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

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

@@ -33,7 +33,7 @@
}
},
"boards": {
"version": "7.9.1",
"version": "7.11.0",
"dependencies": {
"@draft-js-plugins/editor": "^4.1.2",
"@draft-js-plugins/emoji": "^4.6.0",
@@ -3565,7 +3565,7 @@
},
"channels": {
"name": "mattermost-webapp",
"version": "7.9.1",
"version": "7.11.0",
"dependencies": {
"@floating-ui/react-dom": "1.0.0",
"@floating-ui/react-dom-interactions": "0.10.3",
@@ -33444,7 +33444,7 @@
},
"platform/client": {
"name": "@mattermost/client",
"version": "7.9.0",
"version": "7.11.0",
"license": "MIT",
"dependencies": {
"form-data": "4.0.0"
@@ -33484,7 +33484,7 @@
},
"platform/components": {
"name": "@mattermost/components",
"version": "7.4.0",
"version": "7.11.0",
"devDependencies": {
"@babel/cli": "^7.17.6",
"@babel/core": "^7.17.7",
@@ -33908,7 +33908,7 @@
},
"platform/types": {
"name": "@mattermost/types",
"version": "7.9.0",
"version": "7.11.0",
"license": "MIT",
"peerDependencies": {
"typescript": "^4.3"
@@ -33920,7 +33920,7 @@
}
},
"playbooks": {
"version": "7.9.1",
"version": "7.11.0",
"dependencies": {
"@apollo/client": "3.7.3",
"@floating-ui/react-dom-interactions": "0.6.3",

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

@@ -1,11 +1,11 @@
{
"name": "@mattermost/client",
"version": "7.9.0",
"version": "7.11.0",
"description": "JavaScript/TypeScript client for Mattermost",
"keywords": [
"mattermost"
],
"homepage": "https://github.com/mattermost/mattermost-webapp/tree/master/packages/client#readme",
"homepage": "https://github.com/mattermost/mattermost-server/tree/master/webapp/platform/client#readme",
"license": "MIT",
"files": [
"lib"
@@ -14,8 +14,8 @@
"types": "lib/index.d.ts",
"repository": {
"type": "git",
"url": "github:mattermost/mattermost-webapp",
"directory": "packages/client"
"url": "github:mattermost/mattermost-server",
"directory": "webapp/platform/client"
},
"dependencies": {
"form-data": "4.0.0"

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

@@ -1,6 +1,6 @@
{
"name": "@mattermost/components",
"version": "7.4.0",
"version": "7.11.0",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"styles": "dist/index.esm.css",

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

@@ -1,11 +1,11 @@
{
"name": "@mattermost/types",
"version": "7.9.0",
"version": "7.11.0",
"description": "Shared type definitions used by the Mattermost web app",
"keywords": [
"mattermost"
],
"homepage": "https://github.com/mattermost/mattermost-webapp/tree/master/packages/types#readme",
"homepage": "https://github.com/mattermost/mattermost-server/tree/master/webapp/platform/types#readme",
"license": "MIT",
"files": [
"lib"
@@ -22,8 +22,8 @@
},
"repository": {
"type": "git",
"url": "github:mattermost/mattermost-webapp",
"directory": "packages/types"
"url": "github:mattermost/mattermost-server",
"directory": "webapp/platform/types"
},
"peerDependencies": {
"typescript": "^4.3"

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

@@ -1,7 +1,7 @@
{
"name": "playbooks",
"private": true,
"version": "7.9.1",
"version": "7.11.0",
"dependencies": {
"@apollo/client": "3.7.3",
"@floating-ui/react-dom-interactions": "0.6.3",