Skip to content
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.

Commit

Permalink
Update dependencies (#206)
Browse files Browse the repository at this point in the history
* Update dependencies

* Run: npm run format
  • Loading branch information
abdonrd authored Feb 7, 2023
1 parent ebf1742 commit 7b29296
Show file tree
Hide file tree
Showing 5 changed files with 947 additions and 1,808 deletions.
2 changes: 1 addition & 1 deletion components/footer/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
import { LitElement, html } from 'lit';
import { customElement, state } from 'lit/decorators.js';

import styles from './index.scss';
import { mediumIcon } from '../icons/medium.js';
import { qiskitLogoIcon } from '../icons/qiskit-logo.js';
import { slackIcon } from '../icons/slack.js';
import { twitterIcon } from '../icons/twitter.js';
import { youtubeIcon } from '../icons/youtube.js';
import styles from './index.scss';

interface Link {
label: string;
Expand Down
2 changes: 1 addition & 1 deletion components/mega-menu-dropdown/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ import { when } from 'lit/directives/when.js';

import '../column-list/index.js';

import styles from './index.scss';
import chevronDown from '../icons/chevron-down.js';
import { emptySearchIcon } from '../icons/empty-search.js';
import styles from './index.scss';

interface HighlightTextState {
text: string;
Expand Down
4 changes: 2 additions & 2 deletions components/ui-shell/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ import { ifDefined } from 'lit/directives/if-defined.js';
import '@carbon/web-components/es/components/ui-shell/index.js';
import './header/index.js';

import { qiskitLogoIcon } from '../icons/qiskit-logo.js';
import { userIcon } from '../icons/user.js';
import styles from './index.scss';
import { Variant, NAV_ITEMS, SOCIAL_LINKS } from './settings.js';
import type { NavItem, TopLevelNavItem } from './settings.js';
import { qiskitLogoIcon } from '../icons/qiskit-logo.js';
import { userIcon } from '../icons/user.js';

const LEARN_BASE_URL =
window.origin === 'https://qiskit.org'
Expand Down
Loading

0 comments on commit 7b29296

Please sign in to comment.