Skip to content

Commit

Permalink
perf(deps): move auro deps to direct deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-capsule42 committed May 16, 2023
1 parent 7b98e64 commit f62ccb6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
2 changes: 0 additions & 2 deletions demo/api.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@
<script src="https://unpkg.com/@alaskaairux/auro-accordion@1.6.5/dist/auro-accordion__bundled.js" type="module"></script>
<script src="https://unpkg.com/@alaskaairux/auro-icon@3.4.0/dist/auro-icon__bundled.js" type="module"></script>
<script src="https://unpkg.com/@alaskaairux/auro-button@6.5.0/dist/auro-button__bundled.js" type="module"></script>
<script src="https://unpkg.com/@aurodesignsystem/auro-dropdown@2.9.6/dist/auro-dropdown__bundled.js" type="module"></script>
<!-- <script src="https://unpkg.com/@aurodesignsystem/auro-input@latest/dist/auro-input__bundled.js" type="module"></script> -->
<script type="module" src="../index.js"></script>
<!-- <script type="module" src="./api.js"></script> -->
</body>
Expand Down
2 changes: 0 additions & 2 deletions demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@
<script src="https://unpkg.com/@alaskaairux/auro-accordion@latest/dist/auro-accordion__bundled.js" type="module"></script>
<script src="https://unpkg.com/@alaskaairux/auro-icon@latest/dist/auro-icon__bundled.js" type="module"></script>
<script src="https://unpkg.com/@alaskaairux/auro-button@latest/dist/auro-button__bundled.js" type="module"></script>
<script src="https://unpkg.com/@aurodesignsystem/auro-dropdown@latest/dist/auro-dropdown__bundled.js" type="module"></script>
<script src="https://unpkg.com/@aurodesignsystem/auro-input@latest/dist/auro-input__bundled.js" type="module"></script>
<script type="module" src="../index.js"></script>
</body>
</html>
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@
},
"dependencies": {
"@alaskaairux/icons": "^4.10.1",
"@aurodesignsystem/auro-dropdown": "^2.9.3",
"@aurodesignsystem/auro-input": "^2.12.0",
"chalk": "^4.1.2",
"lit": "^2.7.0",
"wc-range-datepicker": "^1.3.0"
},
"peerDependencies": {
"@alaskaairux/design-tokens": "^3.12.1",
"@aurodesignsystem/auro-dropdown": "^2.9.3",
"@aurodesignsystem/auro-input": "^2.12.0",
"@aurodesignsystem/webcorestylesheets": "^4.2.0"
},
"devDependencies": {
Expand Down
2 changes: 2 additions & 0 deletions src/auro-datepicker.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ import { LitElement, html } from "lit";
import styleCss from "./style-css.js";
import './auro-calendar.js';

import '@aurodesignsystem/auro-input';
import '@aurodesignsystem/auro-dropdown';
import '@aurodesignsystem/auro-input';

// See https://git.io/JJ6SJ for "How to document your components using JSDoc"
Expand Down

0 comments on commit f62ccb6

Please sign in to comment.