Skip to content

Commit 2119987

Browse files
committed
V14 Integrations (Semrush)
- Upgrade from CMS 14.0 to 14.3
1 parent 80481e5 commit 2119987

File tree

3 files changed

+12
-11
lines changed

3 files changed

+12
-11
lines changed

src/Umbraco.Cms.Integrations.SEO.Semrush/Client/package-lock.json

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Umbraco.Cms.Integrations.SEO.Semrush/Client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@hey-api/openapi-ts": "^0.46.3",
2424
"@typescript-eslint/eslint-plugin": "^7.13.0",
2525
"@typescript-eslint/parser": "^7.13.0",
26-
"@umbraco-cms/backoffice": "^14.0.0",
26+
"@umbraco-cms/backoffice": "^14.3.0",
2727
"eslint": "^8.56.0",
2828
"eslint-config-prettier": "^9.1.0",
2929
"eslint-import-resolver-typescript": "^3.6.1",

src/Umbraco.Cms.Integrations.SEO.Semrush/Client/src/workspace/semrush-workspace.element.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ import { UMB_MODAL_MANAGER_CONTEXT } from '@umbraco-cms/backoffice/modal';
1010
import { SEMRUSH_MODAL_TOKEN } from '../modal/semrush-modal.token';
1111
import { UMB_CURRENT_USER_CONTEXT } from '@umbraco-cms/backoffice/current-user';
1212
import { UMB_NOTIFICATION_CONTEXT, UmbNotificationColor } from '@umbraco-cms/backoffice/notification';
13+
import { UMB_CONTENT_WORKSPACE_CONTEXT } from '@umbraco-cms/backoffice/content';
1314

1415
const elementName = "semrush-workspace-view";
1516
@customElement(elementName)

0 commit comments

Comments
 (0)