Skip to content

Commit ca3d58d

Browse files
authored
Merge branch 'main' into refactor-added-another-dependabot-group
2 parents 6a7657e + 7245933 commit ca3d58d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ updates:
5555
patterns:
5656
- "@angular*"
5757
- "@angular-devkit*"
58+
- "ng-packagr"
5859
update-types:
5960
- "minor"
6061
- "patch"

.github/scripts/update-playwright.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const updatePlaywright = () => {
3131
{
3232
from: `oldPlaywrightVersion = '${oldPlaywrightVersion}'`,
3333
to: `oldPlaywrightVersion = '${version}'`,
34-
files: ['scripts/update-playwright.js']
34+
files: ['.github/scripts/update-playwright.js']
3535
}
3636
];
3737

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

4242
return 'Success';
4343
};
44-
45-
updatePlaywright();
44+
export default updatePlaywright;

docs/research-other-design-systems.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ We'd like to maintain a list of other design systems that might be interesting f
77
- Storybook
88
- [SBB / Lyne Components](https://github.com/lyne-design-system/lyne-components), Tech Stack:
99
- Web Components / ~StencilJS~ Lit
10-
- [Storybook](https://lyne-components-storybook.netlify.app/)
10+
- [Storybook](https://lyne-storybook.app.sbb.ch/)
1111
- [SBB / Websites](https://digital.sbb.ch/de/websites) & [SBB / Webapps](https://digital.sbb.ch/de/webapps)
1212
- [SBB Angular](https://angular.app.sbb.ch/angular/introduction/getting-started)
1313
- [SBB Angular GitHub](https://github.com/sbb-design-systems/sbb-angular)

0 commit comments

Comments
 (0)