Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
44c06b41e3 | ||
|
|
f984c4175b | ||
|
|
d94d79c1b1 | ||
|
|
cd7c199f4d | ||
|
|
49fca88d58 | ||
|
|
a22d3da8ce |
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "ag-grid-react-example",
|
||||
"version": "4.1.0",
|
||||
"version": "5.0.0",
|
||||
"description": "Example Reach applicaiton using ag-Grid.",
|
||||
"main": "dist/ag-grid-react-example.js",
|
||||
"scripts": {
|
||||
@@ -34,8 +34,8 @@
|
||||
"dependencies": {
|
||||
"react": "0.14.6",
|
||||
"react-dom": "0.14.6",
|
||||
"ag-grid": "4.1.x",
|
||||
"ag-grid-enterprise": "4.1.x",
|
||||
"ag-grid-react": "4.1.x"
|
||||
"ag-grid": "~5.0.0",
|
||||
"ag-grid-enterprise": "~5.0.0",
|
||||
"ag-grid-react": "~5.0.0"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
import ReactDOM from 'react-dom';
|
||||
import React from 'react';
|
||||
import MyApp from './MyApp.jsx';
|
||||
import MyApp from './myApp.jsx';
|
||||
// is there a better way of doing this?
|
||||
import 'ag-grid-root/dist/styles/ag-grid.css';
|
||||
import 'ag-grid-root/dist/styles/theme-fresh.css';
|
||||
|
||||
@@ -4,7 +4,7 @@ import {AgGridReact} from 'ag-grid-react';
|
||||
import RefData from './RefData';
|
||||
import RowDataFactory from './RowDataFactory';
|
||||
import ColDefFactory from './ColDefFactory.jsx';
|
||||
import './MyApp.css';
|
||||
import './myApp.css';
|
||||
|
||||
// take this line out if you do not want to use ag-Grid-Enterprise
|
||||
import 'ag-grid-enterprise';
|
||||
|
||||
Reference in New Issue
Block a user