From 36eb9c8a184b6cbd8601b29afcb71ab164f9aced Mon Sep 17 00:00:00 2001 From: Sean Landsman Date: Tue, 22 Oct 2019 16:58:54 +0100 Subject: [PATCH] AG-1329 Fix source map issue, change versions, clean modules --- package.json | 2 +- .../richGridDeclarativeExample/RichGridDeclarativeExample.jsx | 2 +- src-large-data/largeGrid.jsx | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 642fa60..ebb1f88 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "@ag-community/grid-core": "^21.0.0", "@ag-community/grid-all-modules": "^21.0.0", "@ag-enterprise/grid-all-modules": "^21.0.0", - "ag-grid-react": "^21.2.2", + "ag-grid-react": "~21.2.0", "bootstrap": "4.3.1", "d3": "4.9.1", "lodash": "4.17.11", diff --git a/src-examples/richGridDeclarativeExample/RichGridDeclarativeExample.jsx b/src-examples/richGridDeclarativeExample/RichGridDeclarativeExample.jsx index 2f8963a..c6b15c5 100644 --- a/src-examples/richGridDeclarativeExample/RichGridDeclarativeExample.jsx +++ b/src-examples/richGridDeclarativeExample/RichGridDeclarativeExample.jsx @@ -14,7 +14,7 @@ import SortableHeaderComponent from './SortableHeaderComponent.jsx'; import "./RichGridDeclarativeExample.css"; // for community features -// import {AllModules} from "@ag-community/grid-all-modules"; +// import {AllCommunityModules} from "@ag-community/grid-all-modules"; // for enterprise features import {AllModules} from "@ag-enterprise/grid-all-modules"; diff --git a/src-large-data/largeGrid.jsx b/src-large-data/largeGrid.jsx index 19af264..9feebbf 100644 --- a/src-large-data/largeGrid.jsx +++ b/src-large-data/largeGrid.jsx @@ -3,7 +3,7 @@ import SimpleCellRenderer from './simpleCellRenderer.jsx'; import {AgGridReact} from 'ag-grid-react'; // for community features -import {AllModules} from "@ag-community/grid-all-modules"; +import {AllCommunityModules} from "@ag-community/grid-all-modules"; // for enterprise features // import {AllModules} from "@ag-enterprise/grid-all-modules"; @@ -64,7 +64,7 @@ export default class MyApp extends Component { render() { return (
- +
); }