Skip to content

Commit

Permalink
Merge branch 'main' into refactor-added-another-dependabot-group
Browse files Browse the repository at this point in the history
  • Loading branch information
nmerget authored Jan 30, 2024
2 parents 6a7657e + 7245933 commit ca3d58d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ updates:
patterns:
- "@angular*"
- "@angular-devkit*"
- "ng-packagr"
update-types:
- "minor"
- "patch"
Expand Down
5 changes: 2 additions & 3 deletions .github/scripts/update-playwright.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const updatePlaywright = () => {
{
from: `oldPlaywrightVersion = '${oldPlaywrightVersion}'`,
to: `oldPlaywrightVersion = '${version}'`,
files: ['scripts/update-playwright.js']
files: ['.github/scripts/update-playwright.js']
}
];

Expand All @@ -41,5 +41,4 @@ const updatePlaywright = () => {

return 'Success';
};

updatePlaywright();
export default updatePlaywright;
2 changes: 1 addition & 1 deletion docs/research-other-design-systems.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ We'd like to maintain a list of other design systems that might be interesting f
- Storybook
- [SBB / Lyne Components](https://github.com/lyne-design-system/lyne-components), Tech Stack:
- Web Components / ~StencilJS~ Lit
- [Storybook](https://lyne-components-storybook.netlify.app/)
- [Storybook](https://lyne-storybook.app.sbb.ch/)
- [SBB / Websites](https://digital.sbb.ch/de/websites) & [SBB / Webapps](https://digital.sbb.ch/de/webapps)
- [SBB Angular](https://angular.app.sbb.ch/angular/introduction/getting-started)
- [SBB Angular GitHub](https://github.com/sbb-design-systems/sbb-angular)
Expand Down

0 comments on commit ca3d58d

Please sign in to comment.