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

View File

@ -50,7 +50,7 @@
},
"channels": {
"name": "mattermost-webapp",
"version": "8.0.0",
"version": "9.0.0",
"dependencies": {
"@floating-ui/react-dom": "1.0.0",
"@floating-ui/react-dom-interactions": "0.10.3",
@ -23616,7 +23616,7 @@
},
"platform/client": {
"name": "@mattermost/client",
"version": "8.0.0",
"version": "9.0.0",
"license": "MIT",
"dependencies": {
"form-data": "^4.0.0"
@ -23688,7 +23688,7 @@
},
"platform/types": {
"name": "@mattermost/types",
"version": "8.0.0",
"version": "9.0.0",
"license": "MIT",
"peerDependencies": {
"typescript": "^4.3"

View File

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

View File

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