Skip to content

Commit

Permalink
chore(deps): update repo dependencies
Browse files Browse the repository at this point in the history
Changes to be committed:
modified:   README.md
modified:   package-lock.json
modified:   package.json
  • Loading branch information
blackfalcon committed Jun 22, 2023
1 parent f5e01e9 commit 8d9f371
Show file tree
Hide file tree
Showing 3 changed files with 616 additions and 489 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@ We recommend you load these bundles using [differential serving](https://philipw

```html
<!-- **NOTE:** Be sure to replace `@latest` in the URL with the version of the asset you want. @latest is NOT aware of any MAJOR releases, use at your own risk. -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@aurodesignsystem/design-tokens@latest/dist/tokens/CSSCustomProperties.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@alaskaairux/design-tokens@latest/dist/tokens/CSSCustomProperties.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@aurodesignsystem/webcorestylesheets@latest/dist/bundled/essentials.css" />
<script src="https://cdn.jsdelivr.net/@aurodesignsystem/auro-combobox@latest/dist/auro-combobox__bundled.js" type="module"></script>
<script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/auro-combobox@latest/dist/auro-combobox__bundled.js" type="module"></script>
```

## auro-combobox use cases
Expand Down
Loading

0 comments on commit 8d9f371

Please sign in to comment.