Skip to content

Commit

Permalink
Updated nx
Browse files Browse the repository at this point in the history
Bumped versions used in schematics
  • Loading branch information
santam85 committed Aug 24, 2023
1 parent a2e1c30 commit 26e9a37
Show file tree
Hide file tree
Showing 4 changed files with 1,160 additions and 766 deletions.
4 changes: 2 additions & 2 deletions libs/ng2-charts-schematics/src/ng-add/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ import { Schema } from './schema';
import * as messages from './messages';
import { addPackageToPackageJson } from '../utils/package-config';

const NG2_CHARTS_VERSION = '3.0.0';
const CHARTJS_VERSION = '3.6.0';
const NG2_CHARTS_VERSION = '5.0.0';
const CHARTJS_VERSION = '4.3.0';

/**
* This is executed when `ng add @ng-bootstrap/ng-bootstrap` is run.
Expand Down
Loading

0 comments on commit 26e9a37

Please sign in to comment.