Skip to content

Commit

Permalink
Merge pull request #936 from Sitecore/project/update-deps
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
markvanaalst authored Dec 12, 2024
2 parents efa395f + 4592b89 commit 2c95511
Show file tree
Hide file tree
Showing 50 changed files with 837 additions and 2,170 deletions.
2 changes: 1 addition & 1 deletion __tests__/e2e/changelog.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ test.describe('Changelog tests', () => {
test('Load changelog homepage', async ({ page }) => {
await page.goto('/changelog');
const pageTitle = await page.title();
expect(pageTitle).toBe("Sitecore's global changelog");
expect(pageTitle).toBe('Changelog | Sitecore Developer Portal');
});

test('Load product selector', async ({ page }) => {
Expand Down
2 changes: 1 addition & 1 deletion next-env.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
/// <reference types="next/image-types/global" />

// NOTE: This file should not be edited
// see https://nextjs.org/docs/pages/building-your-application/configuring/typescript for more information.
// see https://nextjs.org/docs/pages/api-reference/config/typescript for more information.
Loading

0 comments on commit 2c95511

Please sign in to comment.