Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update angular #2810

Merged
merged 18 commits into from
Oct 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
16 changes: 0 additions & 16 deletions client/.browserslistrc

This file was deleted.

4 changes: 2 additions & 2 deletions client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ OpenSlides uses the following software or parts of them:
- [@angular-eslint/[email protected]](https://github.com/angular-eslint/angular-eslint), License: MIT
- [@angular/[email protected]](https://github.com/angular/angular-cli), License: MIT
- [@angular/[email protected]](https://github.com/angular/angular), License: MIT
- [@biesbjerg/[email protected]](https://github.com/biesbjerg/ngx-translate-extract-marker), License: MIT
- [@biesbjerg/ngx-translate-extract@7.0.4](https://github.com/biesbjerg/ngx-translate-extract), License: MIT
- [@colsen1991/[email protected]](https://github.com/Husbanken/ngx-translate-extract-marker), License: MIT
- [@vendure/ngx-translate-extract@8.0.0](https://github.com/vendure-ecommerce/ngx-translate-extract), License: MIT
- [@types/[email protected]](https://github.com/DefinitelyTyped/DefinitelyTyped), License: MIT
- [@types/[email protected]](https://github.com/DefinitelyTyped/DefinitelyTyped), License: MIT
- [@types/[email protected]](https://github.com/DefinitelyTyped/DefinitelyTyped), License: MIT
Expand Down
2 changes: 1 addition & 1 deletion client/cli/generate-settings-defaults.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const DESTINATION = path.resolve(path.join(__dirname, '../src/app/domain/definit
const FILE_TEMPLATE = dedent`
// THIS FILE IS GENERATED AUTOMATICALLY. DO NOT CHANGE IT MANUALLY.
import { marker as _ } from '@biesbjerg/ngx-translate-extract-marker';
import { marker as _ } from '@colsen1991/ngx-translate-extract-marker';
export const meetingSettingsDefaults: { [key: string]: any } = {
`;
Expand Down
Loading