Skip to content

Commit

Permalink
Fix broken demos
Browse files Browse the repository at this point in the history
  • Loading branch information
cetincakiroglu committed Jun 22, 2023
1 parent 9a9599b commit f8c7f53
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/app/showcase/layout/doc/codeeditor/templates.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export interface Props {
const app_dependencies = pkg ? pkg.devDependencies : {};

const PrimeNG = {
version: '16.0.1',
version: '16.0.2',
description:
'PrimeNG is an open source UI library for Angular featuring a rich set of 90+ components, a theme designer, various theme alternatives such as Material, Bootstrap, Tailwind, premium templates and professional support. In addition, it integrates with PrimeBlock, which has 370+ ready to use UI blocks to build spectacular applications in no time.'
};
Expand Down Expand Up @@ -718,9 +718,7 @@ export class AppModule {}`;
test: 'ng test'
},
dependencies: {
...dependencies,
jspdf: '1.5.3',
'jspdf-autotable': '3.2.5'
...dependencies
}
}
},
Expand Down

0 comments on commit f8c7f53

Please sign in to comment.