Skip to content

Commit

Permalink
Merge 0b9975a into c37098e
Browse files Browse the repository at this point in the history
  • Loading branch information
dnlkoch committed Oct 1, 2018
2 parents c37098e + 0b9975a commit ccec336
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@
"@turf/turf": "5.1.6",
"@terrestris/base-util": "0.1.1",
"@terrestris/ol-util": "1.3.0",
"ag-grid": "18.1.2",
"ag-grid-react": "18.1.0",
"ag-grid-community": "19.0.0",
"ag-grid-react": "19.0.0",
"lodash": "4.17.11",
"loglevel": "1.6.1",
"moment": "2.22.2",
Expand Down
6 changes: 3 additions & 3 deletions src/Grid/AgFeatureGrid/AgFeatureGrid.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ import { CSS_PREFIX } from '../../constants';

import isArray from 'lodash/isArray.js';

import 'ag-grid/dist/styles/ag-grid.css';
import 'ag-grid/dist/styles/ag-theme-balham.css';
import 'ag-grid/dist/styles/ag-theme-fresh.css';
import 'ag-grid-community/dist/styles/ag-grid.css';
import 'ag-grid-community/dist/styles/ag-theme-balham.css';
import 'ag-grid-community/dist/styles/ag-theme-fresh.css';

/**
* The AgFeatureGrid.
Expand Down

0 comments on commit ccec336

Please sign in to comment.