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

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

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

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

@@ -41,7 +41,7 @@
}
},
"boards": {
"version": "7.11.0",
"version": "8.0.0",
"dependencies": {
"@draft-js-plugins/editor": "^4.1.2",
"@draft-js-plugins/emoji": "^4.6.0",
@@ -3378,7 +3378,7 @@
},
"channels": {
"name": "mattermost-webapp",
"version": "7.11.0",
"version": "8.0.0",
"dependencies": {
"@floating-ui/react-dom": "1.0.0",
"@floating-ui/react-dom-interactions": "0.10.3",
@@ -33227,7 +33227,7 @@
},
"platform/client": {
"name": "@mattermost/client",
"version": "7.11.0",
"version": "8.0.0",
"license": "MIT",
"dependencies": {
"form-data": "^4.0.0"
@@ -33244,7 +33244,7 @@
},
"platform/components": {
"name": "@mattermost/components",
"version": "7.11.0",
"version": "8.0.0",
"dependencies": {
"color-blend": "4.0.0"
},
@@ -33778,7 +33778,7 @@
},
"platform/types": {
"name": "@mattermost/types",
"version": "7.11.0",
"version": "8.0.0",
"license": "MIT",
"peerDependencies": {
"typescript": "^4.3"
@@ -33790,7 +33790,7 @@
}
},
"playbooks": {
"version": "7.11.0",
"version": "8.0.0",
"dependencies": {
"@apollo/client": "3.7.3",
"@floating-ui/react-dom-interactions": "0.6.3",

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

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

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

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

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

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

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

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