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", "name": "boards",
"version": "7.9.1", "version": "7.11.0",
"private": true, "private": true,
"description": "", "description": "",
"scripts": { "scripts": {

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

@@ -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": "7.9.1", "version": "7.11.0",
"private": true, "private": true,
"dependencies": { "dependencies": {
"@floating-ui/react-dom": "1.0.0", "@floating-ui/react-dom": "1.0.0",

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

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

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

@@ -1,11 +1,11 @@
{ {
"name": "@mattermost/client", "name": "@mattermost/client",
"version": "7.9.0", "version": "7.11.0",
"description": "JavaScript/TypeScript client for Mattermost", "description": "JavaScript/TypeScript client for Mattermost",
"keywords": [ "keywords": [
"mattermost" "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", "license": "MIT",
"files": [ "files": [
"lib" "lib"
@@ -14,8 +14,8 @@
"types": "lib/index.d.ts", "types": "lib/index.d.ts",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "github:mattermost/mattermost-webapp", "url": "github:mattermost/mattermost-server",
"directory": "packages/client" "directory": "webapp/platform/client"
}, },
"dependencies": { "dependencies": {
"form-data": "4.0.0" "form-data": "4.0.0"

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

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

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

@@ -1,11 +1,11 @@
{ {
"name": "@mattermost/types", "name": "@mattermost/types",
"version": "7.9.0", "version": "7.11.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"
], ],
"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", "license": "MIT",
"files": [ "files": [
"lib" "lib"
@@ -22,8 +22,8 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "github:mattermost/mattermost-webapp", "url": "github:mattermost/mattermost-server",
"directory": "packages/types" "directory": "webapp/platform/types"
}, },
"peerDependencies": { "peerDependencies": {
"typescript": "^4.3" "typescript": "^4.3"

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

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