Update version of JS subpackages to 9.0.0 (#24438)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
b17daf79b1
Коммит
3828446abd
@@ -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",
|
||||||
|
|||||||
6
webapp/package-lock.json
сгенерированный
6
webapp/package-lock.json
сгенерированный
@@ -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"
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user