Bump gmail (#2680)

Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
This commit is contained in:
Denis Bykhov 2023-02-22 21:23:35 +06:00 committed by GitHub
parent 64bb9db646
commit a93061286d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
10 changed files with 13 additions and 9 deletions

View File

@ -12,6 +12,7 @@
"preformat-svelte": "prettier -w src/**/*.svelte",
"lint": "",
"lint:fix": "yarn preformat-svelte && eslint --fix src",
"format": "",
"deploy": "cp -p public/* dist && aws s3 sync dist s3://anticrm-platform --delete --acl public-read"
},
"devDependencies": {
@ -87,7 +88,7 @@
"@hcengineering/lead": "^0.6.0",
"@hcengineering/lead-assets": "^0.6.0",
"@hcengineering/lead-resources": "^0.6.0",
"@hcengineering/gmail": "^0.6.0",
"@hcengineering/gmail": "^0.6.3",
"@hcengineering/gmail-assets": "^0.6.0",
"@hcengineering/gmail-resources": "^0.6.0",
"@hcengineering/image-cropper": "^0.6.0",

View File

@ -32,7 +32,7 @@
"@hcengineering/model-core": "^0.6.0",
"@hcengineering/contact": "^0.6.11",
"@hcengineering/model-contact": "^0.6.1",
"@hcengineering/gmail": "^0.6.0",
"@hcengineering/gmail": "^0.6.3",
"@hcengineering/gmail-resources": "^0.6.0",
"@hcengineering/model-attachment": "^0.6.0",
"@hcengineering/model-view": "^0.6.0",

View File

@ -2,7 +2,8 @@
"name": "@hcengineering/model-rig",
"version": "0.6.0",
"scripts": {
"build": ""
"build": "",
"format": ""
},
"devDependencies": {
"@rushstack/heft": "^0.47.9",

View File

@ -2,7 +2,8 @@
"name": "@hcengineering/platform-rig",
"version": "0.6.0",
"scripts": {
"build": ""
"build": "",
"format": ""
},
"devDependencies": {
"@rushstack/heft-jest-plugin": "^0.3.16",

View File

@ -31,6 +31,6 @@
},
"dependencies": {
"@hcengineering/platform": "^0.6.8",
"@hcengineering/gmail": "^0.6.0"
"@hcengineering/gmail": "^0.6.3"
}
}

View File

@ -34,7 +34,7 @@
"dependencies": {
"@hcengineering/platform": "^0.6.8",
"svelte": "^3.47",
"@hcengineering/gmail": "^0.6.0",
"@hcengineering/gmail": "^0.6.3",
"@hcengineering/ui": "^0.6.3",
"@hcengineering/presentation": "^0.6.2",
"@hcengineering/text-editor": "^0.6.0",

View File

@ -1,6 +1,6 @@
{
"name": "@hcengineering/gmail",
"version": "0.6.2",
"version": "0.6.3",
"main": "lib/index.js",
"author": "Anticrm Platform Contributors",
"license": "EPL-2.0",

View File

@ -123,7 +123,7 @@
"@hcengineering/workbench": "^0.6.2",
"@hcengineering/attachment": "^0.6.1",
"@hcengineering/lead": "^0.6.0",
"@hcengineering/gmail": "^0.6.0",
"@hcengineering/gmail": "^0.6.3",
"@hcengineering/inventory": "^0.6.0",
"@hcengineering/templates": "^0.6.0",
"@hcengineering/notification": "^0.6.5",

View File

@ -15,6 +15,7 @@
"dev-server": "cross-env CLIENT_TYPE=dev-server webpack serve",
"start": "cross-env NODE_ENV=production webpack serve",
"preformat-svelte": "prettier -w src/**/*.svelte",
"format": "",
"lint": "",
"lint:fix": "",
"*deploy": "cp -p public/* dist && aws s3 sync dist s3://anticrm-platform --delete --acl public-read"

View File

@ -30,6 +30,6 @@
"@hcengineering/platform": "^0.6.8",
"@hcengineering/server-core": "^0.6.1",
"@hcengineering/contact": "^0.6.11",
"@hcengineering/gmail": "^0.6.0"
"@hcengineering/gmail": "^0.6.3"
}
}