Bump JS package versions to 8.0.0 (#23442)

Этот коммит содержится в:
Harrison Healey
2023-05-19 16:02:24 -04:00
коммит произвёл GitHub
родитель a85c0b87b8
Коммит 9587b826c7
7 изменённых файлов: 13 добавлений и 12 удалений

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

@@ -1,6 +1,6 @@
{ {
"name": "boards", "name": "boards",
"version": "7.11.0", "version": "8.0.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.11.0", "version": "8.0.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 сгенерированный
Просмотреть файл

@@ -41,7 +41,7 @@
} }
}, },
"boards": { "boards": {
"version": "7.11.0", "version": "8.0.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",
@@ -3378,7 +3378,7 @@
}, },
"channels": { "channels": {
"name": "mattermost-webapp", "name": "mattermost-webapp",
"version": "7.11.0", "version": "8.0.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",
@@ -33227,7 +33227,7 @@
}, },
"platform/client": { "platform/client": {
"name": "@mattermost/client", "name": "@mattermost/client",
"version": "7.11.0", "version": "8.0.0",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"form-data": "^4.0.0" "form-data": "^4.0.0"
@@ -33244,7 +33244,7 @@
}, },
"platform/components": { "platform/components": {
"name": "@mattermost/components", "name": "@mattermost/components",
"version": "7.11.0", "version": "8.0.0",
"dependencies": { "dependencies": {
"color-blend": "4.0.0" "color-blend": "4.0.0"
}, },
@@ -33778,7 +33778,7 @@
}, },
"platform/types": { "platform/types": {
"name": "@mattermost/types", "name": "@mattermost/types",
"version": "7.11.0", "version": "8.0.0",
"license": "MIT", "license": "MIT",
"peerDependencies": { "peerDependencies": {
"typescript": "^4.3" "typescript": "^4.3"
@@ -33790,7 +33790,7 @@
} }
}, },
"playbooks": { "playbooks": {
"version": "7.11.0", "version": "8.0.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,6 +1,6 @@
{ {
"name": "@mattermost/client", "name": "@mattermost/client",
"version": "7.11.0", "version": "8.0.0",
"description": "JavaScript/TypeScript client for Mattermost", "description": "JavaScript/TypeScript client for Mattermost",
"keywords": [ "keywords": [
"mattermost" "mattermost"

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

@@ -1,6 +1,7 @@
{ {
"name": "@mattermost/components", "name": "@mattermost/components",
"version": "7.11.0", "version": "8.0.0",
"private": true,
"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,6 +1,6 @@
{ {
"name": "@mattermost/types", "name": "@mattermost/types",
"version": "7.11.0", "version": "8.0.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"

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

@@ -1,7 +1,7 @@
{ {
"name": "playbooks", "name": "playbooks",
"private": true, "private": true,
"version": "7.11.0", "version": "8.0.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",