Skip to content

Commit

Permalink
fix: lock version to 2.8.x
Browse files Browse the repository at this point in the history
Lock the version to 2.8.x and increase build compatibility with other repositories.
  • Loading branch information
DukeFerdinand committed Oct 10, 2024
1 parent 696fdbd commit 539fe4b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 10 deletions.
19 changes: 12 additions & 7 deletions package-lock.json

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

6 changes: 3 additions & 3 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-library": "^2.8.0",
"@aurodesignsystem/auro-library": "~2.8.0",
"@aurodesignsystem/auro-formvalidation": "^1.0.3",
"chalk": "^5.3.0",
"focus-visible": "^5.2.1",
Expand Down Expand Up @@ -141,9 +141,9 @@
"web components"
],
"scripts": {
"build": "npm-run-all build:sass sass:render types",
"build": "npm-run-all build:sass sass:render build:api build:docs bundler types",
"build:test": "npm-run-all test linters",
"build:release": "npm-run-all build build:test build:api build:docs bundler postinstall",
"build:release": "npm-run-all build build:test postinstall",
"build:ci": "npm-run-all sweep build:release",
"build:api": "wca analyze 'src/auro-radio*.js' --outFiles docs/api.md",
"build:dev:assets": "npm-run-all build:sass:component postCss:component sass:render build:docs",
Expand Down

0 comments on commit 539fe4b

Please sign in to comment.