Skip to content

Commit

Permalink
perf(deps): update to latest button beta version
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-capsule42 committed Jul 4, 2024
1 parent bd9b34c commit 7be71f6
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 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
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 7be71f6

Please sign in to comment.