Skip to content

Commit

Permalink
Merge branch 'main' into hide-action-motion-block
Browse files Browse the repository at this point in the history
  • Loading branch information
Elblinator committed Oct 23, 2023
2 parents a6f7a22 + d9c1d21 commit cb15a19
Show file tree
Hide file tree
Showing 355 changed files with 12,250 additions and 8,973 deletions.
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/template-parser@13.1.0](https://github.com/angular-eslint/angular-eslint), License: MIT
- [@angular/cli@13.2.4](https://github.com/angular/angular-cli), License: MIT
- [@angular/compiler-cli@13.2.3](https://github.com/angular/angular), License: MIT
- [@biesbjerg/ngx-translate-extract-marker@1.0.0](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/ngx-translate-extract-marker@1.0.0](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/file-saver@2.0.5](https://github.com/DefinitelyTyped/DefinitelyTyped), License: MIT
- [@types/jasmine@3.10.3](https://github.com/DefinitelyTyped/DefinitelyTyped), License: MIT
- [@types/js-yaml@4.0.5](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

0 comments on commit cb15a19

Please sign in to comment.