File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -55,6 +55,7 @@ updates:
5555 patterns :
5656 - " @angular*"
5757 - " @angular-devkit*"
58+ - " ng-packagr"
5859 update-types :
5960 - " minor"
6061 - " patch"
Original file line number Diff line number Diff 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 ;
Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments