Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3fe0505941 | ||
|
|
70f747e9f3 | ||
|
|
29152268bc |
10
package.json
10
package.json
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "ag-grid-react-example",
|
"name": "ag-grid-react-example",
|
||||||
"version": "19.1.2",
|
"version": "21.0.1",
|
||||||
"description": "Example Reach applicaiton using ag-Grid.",
|
"description": "Example Reach applicaiton using ag-Grid.",
|
||||||
"main": "dist/ag-grid-react-example.js",
|
"main": "dist/ag-grid-react-example.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
@@ -18,7 +18,7 @@
|
|||||||
"build-all": "npm run build-examples && npm run build-dashboard",
|
"build-all": "npm run build-examples && npm run build-dashboard",
|
||||||
"build": "npm run clean && npm run mkdirs && npm run build-all && npm run copy",
|
"build": "npm run clean && npm run mkdirs && npm run build-all && npm run copy",
|
||||||
"start": "npm run examples",
|
"start": "npm run examples",
|
||||||
"test" : "./ts-tests/runTsTests.sh"
|
"test": "./ts-tests/runTsTests.sh"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
@@ -61,9 +61,9 @@
|
|||||||
"webpack-dev-server": "3.4.1"
|
"webpack-dev-server": "3.4.1"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"ag-grid-community": "^20.0.0",
|
"ag-grid-community": "^21.0.0",
|
||||||
"ag-grid-enterprise": "^20.0.0",
|
"ag-grid-enterprise": "^21.0.0",
|
||||||
"ag-grid-react": "^20.0.0",
|
"ag-grid-react": "^21.0.0",
|
||||||
"bootstrap": "4.3.1",
|
"bootstrap": "4.3.1",
|
||||||
"d3": "4.9.1",
|
"d3": "4.9.1",
|
||||||
"lodash": "4.17.11",
|
"lodash": "4.17.11",
|
||||||
|
|||||||
Reference in New Issue
Block a user