Skip to content

Commit

Permalink
perf(deps): update to latest beta dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-capsule42 committed Jul 4, 2024
1 parent 19c7a49 commit 42ecf61
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 18 deletions.
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"node": "^18 || ^20"
},
"dependencies": {
"@aurodesignsystem/auro-button": "^7.3.0-beta.2",
"@aurodesignsystem/auro-button": "^7.3.0-beta.3",
"@aurodesignsystem/auro-formvalidation": "^1.0.3",
"@aurodesignsystem/auro-icon": "^5.0.0-beta.1",
"@aurodesignsystem/auro-library": "^2.6.0",
Expand Down Expand Up @@ -147,7 +147,7 @@
"web components"
],
"scripts": {
"build": "npm-run-all build:sass sass:render types",
"build": "npm-run-all build:version build:sass sass:render types",
"build:test": "npm-run-all test linters",
"build:release": "npm-run-all build build:test build:api build:docs bundler postinstall",
"build:ci": "npm-run-all sweep build:release",
Expand Down
12 changes: 6 additions & 6 deletions src/auro-input.js
Original file line number Diff line number Diff line change
Expand Up @@ -147,18 +147,18 @@ export class AuroInput extends BaseInput {
@click="${this.handleClickShowPassword}"
class="notificationBtn passwordBtn">
<${this.iconTag}
?hidden=${!this.showPassword}
customColor
category="interface"
name="hide-password-stroke"
customSize>
customSize
customColor
?hidden=${!this.showPassword}>
</${this.iconTag}>
<${this.iconTag}
?hidden=${this.showPassword}
customColor
category="interface"
name="view-password-stroke"
customSize>
customSize
customColor
?hidden=${this.showPassword}>
</${this.iconTag}>
</${this.buttonTag}>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/buttonVersion.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export default '7.3.0-beta.1'
export default '7.3.0-beta.3'

0 comments on commit 42ecf61

Please sign in to comment.