Update version of JS subpackages to 9.0.0 (#24438)

This commit is contained in:
Harrison Healey 2023-09-01 12:25:16 -04:00 committed by GitHub
parent b17daf79b1
commit 3828446abd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 6 deletions

View File

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

View File

@ -50,7 +50,7 @@
}, },
"channels": { "channels": {
"name": "mattermost-webapp", "name": "mattermost-webapp",
"version": "8.0.0", "version": "9.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",
@ -23616,7 +23616,7 @@
}, },
"platform/client": { "platform/client": {
"name": "@mattermost/client", "name": "@mattermost/client",
"version": "8.0.0", "version": "9.0.0",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"form-data": "^4.0.0" "form-data": "^4.0.0"
@ -23688,7 +23688,7 @@
}, },
"platform/types": { "platform/types": {
"name": "@mattermost/types", "name": "@mattermost/types",
"version": "8.0.0", "version": "9.0.0",
"license": "MIT", "license": "MIT",
"peerDependencies": { "peerDependencies": {
"typescript": "^4.3" "typescript": "^4.3"

View File

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

View File

@ -1,6 +1,6 @@
{ {
"name": "@mattermost/types", "name": "@mattermost/types",
"version": "8.0.0", "version": "9.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"