@aurodesignsystem/auro-button
Advanced tools
Comparing version 7.2.2 to 7.2.3
# Semantic Release Automated Changelog | ||
## [7.2.3](https://github.com/AlaskaAirlines/auro-button/compare/v7.2.2...v7.2.3) (2024-01-11) | ||
### Performance Improvements | ||
* update repo to support SSR ([cfab5ea](https://github.com/AlaskaAirlines/auro-button/commit/cfab5ea7521b2a9b862b2f4e3a49f2e27de89b5e)) | ||
## [7.2.2](https://github.com/AlaskaAirlines/auro-button/compare/v7.2.1...v7.2.2) (2024-01-02) | ||
@@ -4,0 +11,0 @@ |
@@ -10,3 +10,3 @@ { | ||
"name": "@aurodesignsystem/auro-button", | ||
"version": "7.2.2", | ||
"version": "7.2.3", | ||
"description": "Auro custom auro-button element", | ||
@@ -18,2 +18,3 @@ "author": "Product design and research", | ||
}, | ||
"type": "module", | ||
"main": "index.js", | ||
@@ -27,3 +28,3 @@ "license": "Apache-2.0", | ||
"chalk": "^5.3.0", | ||
"lit": "^3.0.2" | ||
"lit": "^3.1.1" | ||
}, | ||
@@ -35,7 +36,8 @@ "peerDependencies": { | ||
"devDependencies": { | ||
"@aurodesignsystem/auro-library": "^2.2.4", | ||
"@aurodesignsystem/design-tokens": "^4.3.0", | ||
"@aurodesignsystem/eslint-config": "^1.3.0", | ||
"@aurodesignsystem/webcorestylesheets": "^5.0.0", | ||
"@commitlint/cli": "^18.4.3", | ||
"@commitlint/config-conventional": "^18.4.3", | ||
"@commitlint/cli": "^18.4.4", | ||
"@commitlint/config-conventional": "^18.4.4", | ||
"@open-wc/testing": "^4.0.0", | ||
@@ -54,3 +56,3 @@ "@semantic-release/changelog": "^6.0.3", | ||
"eslint": "^8.56.0", | ||
"eslint-plugin-jsdoc": "^46.9.1", | ||
"eslint-plugin-jsdoc": "^48.0.2", | ||
"eslint-plugin-lit": "^1.11.0", | ||
@@ -62,6 +64,6 @@ "husky": "^8.0.0", | ||
"npm-run-all": "^4.1.5", | ||
"postcss": "^8.4.32", | ||
"postcss": "^8.4.33", | ||
"postcss-discard-comments": "^6.0.1", | ||
"postcss-selector-replace": "^1.0.2", | ||
"rollup": "^4.9.1", | ||
"rollup": "^4.9.4", | ||
"rollup-plugin-serve": "^2.0.2", | ||
@@ -72,3 +74,3 @@ "semantic-release": "^22.0.12", | ||
"stylelint-config-standard": "^36.0.0", | ||
"stylelint-config-standard-scss": "^12.0.0", | ||
"stylelint-config-standard-scss": "^13.0.0", | ||
"stylelint-order": "^6.0.4", | ||
@@ -97,6 +99,7 @@ "stylelint-scss": "^6.0.0", | ||
"build": "npm-run-all build:sass sass:render scssLint dist:js build:docs bundler postinstall build:api build:demoScripts types", | ||
"build:ci": "npm-run-all sweep build", | ||
"build:dev:assets": "npm-run-all build:sass:component postCss:component sass:render", | ||
"build:api": "wca analyze 'src/auro-button.js' --outFiles docs/api.md", | ||
"build:docs": "node scripts/generateDocs.js", | ||
"build:demoScripts": "node scripts/prepExampleFiles.js", | ||
"build:docs": "node scripts/generateDocs.mjs", | ||
"build:demoScripts": "node scripts/prepExampleFiles.mjs", | ||
"build:watch": "nodemon -e scss,js --watch src --exec npm run build:dev:assets", | ||
@@ -110,4 +113,5 @@ "bundler": "rollup -c", | ||
"sweep": "rm -rf ./temp ./demo/css ./demo/fonts ./dist ./src/tokens | rm ./src/*.css ./src/*-css.js", | ||
"esLint": "./node_modules/.bin/eslint src/auro-*.js", | ||
"esLint": "eslint src/auro-*.js", | ||
"linters": "npm-run-all scssLint esLint", | ||
"preCommit": "node scripts/pre-commit.mjs", | ||
"test": "wtr --coverage", | ||
@@ -118,3 +122,3 @@ "test:watch": "wtr --watch", | ||
"postinstall": "node packageScripts/postinstall.mjs", | ||
"postCss:component": "node ./scripts/postCss.js", | ||
"postCss:component": "node scripts/postCss.mjs", | ||
"serve": "web-dev-server --open demo/ --node-resolve --watch", | ||
@@ -121,0 +125,0 @@ "prepare": "husky install", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
261799
Yes
43
Updatedlit@^3.1.1