Skip to content

Commit

Permalink
Merge branch 'main' into fix-form-elements-border-color-alternative
Browse files Browse the repository at this point in the history
  • Loading branch information
nmerget authored Dec 16, 2024
2 parents 6622906 + 188b896 commit 2f09eff
Show file tree
Hide file tree
Showing 5 changed files with 52 additions and 44 deletions.
84 changes: 46 additions & 38 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 @@ -46,15 +46,15 @@
},
"devDependencies": {
"@axe-core/playwright": "^4.10.1",
"@commitlint/cli": "19.6.0",
"@commitlint/cli": "19.6.1",
"@commitlint/config-conventional": "19.6.0",
"@double-great/stylelint-a11y": "3.0.2",
"@guidepup/guidepup": "0.24.0",
"@guidepup/playwright": "^0.14.2",
"@guidepup/record": "^0.1.0",
"@playwright/test": "1.49.1",
"@types/fs-extra": "^11.0.4",
"accessibility-checker": "^3.1.78",
"accessibility-checker": "^3.1.79",
"adm-zip": "0.5.16",
"commander": "^12.1.0",
"cpr": "3.0.1",
Expand All @@ -76,7 +76,7 @@
"prettier-plugin-sh": "^0.14.0",
"replace-in-file": "^8.2.0",
"rimraf": "6.0.1",
"stylelint": "16.11.0",
"stylelint": "16.12.0",
"stylelint-config-sass-guidelines": "12.1.0",
"stylelint-config-standard": "^36.0.0",
"stylelint-use-logical": "2.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"cssnano": "^7.0.6",
"eslint": "^8",
"hygen": "^6.2.11",
"nodemon": "3.1.7",
"nodemon": "3.1.9",
"sass": "1.77.4",
"tsx": "^4.19.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/foundations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"cpr": "3.0.1",
"cssnano": "^7.0.6",
"dotenv": "^16.4.7",
"nodemon": "3.1.7",
"nodemon": "3.1.9",
"sass": "1.77.4",
"tsx": "^4.19.2",
"vite": "^6.0.3"
Expand Down
2 changes: 1 addition & 1 deletion showcases/patternhub/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"dependencies": {
"@db-ux/core-icons": "0.0.7",
"dompurify": "3.2.3",
"highlight.js": "^11.10.0",
"highlight.js": "^11.11.0",
"next": "15.1.0",
"react": "18.3.1",
"react-archer": "^4.4.0",
Expand Down

0 comments on commit 2f09eff

Please sign in to comment.