Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6d3b5d8bd7 |
36
package.json
36
package.json
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "ag-grid-react-example",
|
"name": "ag-grid-react-example",
|
||||||
"version": "21.0.1",
|
"version": "20.2.0",
|
||||||
"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": {
|
||||||
@@ -38,14 +38,14 @@
|
|||||||
},
|
},
|
||||||
"homepage": "http://www.ag-grid.com/",
|
"homepage": "http://www.ag-grid.com/",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "7.4.4",
|
"@babel/core": "7.3.4",
|
||||||
"@babel/plugin-proposal-class-properties": "7.4.4",
|
"@babel/plugin-proposal-class-properties": "7.3.4",
|
||||||
"@babel/plugin-proposal-function-bind": "7.2.0",
|
"@babel/plugin-proposal-function-bind": "7.2.0",
|
||||||
"@babel/preset-env": "7.4.4",
|
"@babel/preset-env": "7.3.4",
|
||||||
"@babel/preset-react": "7.0.0",
|
"@babel/preset-react": "7.0.0",
|
||||||
"@types/react": "16.8.17",
|
"@types/react": "16.8.8",
|
||||||
"@types/react-dom": "16.8.4",
|
"@types/react-dom": "16.8.2",
|
||||||
"babel-loader": "8.0.6",
|
"babel-loader": "8.0.5",
|
||||||
"css-loader": "2.1.1",
|
"css-loader": "2.1.1",
|
||||||
"file-loader": "3.0.1",
|
"file-loader": "3.0.1",
|
||||||
"gulp": "3.9.1",
|
"gulp": "3.9.1",
|
||||||
@@ -55,22 +55,22 @@
|
|||||||
"prop-types": "15.7.2",
|
"prop-types": "15.7.2",
|
||||||
"rimraf": "2.6.3",
|
"rimraf": "2.6.3",
|
||||||
"style-loader": "0.23.1",
|
"style-loader": "0.23.1",
|
||||||
"typescript": "3.4.5",
|
"typescript": "3.3.3333",
|
||||||
"webpack": "4.31.0",
|
"webpack": "4.29.6",
|
||||||
"webpack-cli": "3.3.2",
|
"webpack-cli": "3.3.0",
|
||||||
"webpack-dev-server": "3.4.1"
|
"webpack-dev-server": "3.2.1"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"ag-grid-community": "^21.0.0",
|
"ag-grid-community": "^20.2.0",
|
||||||
"ag-grid-enterprise": "^21.0.0",
|
"ag-grid-enterprise": "^20.2.0",
|
||||||
"ag-grid-react": "^21.0.0",
|
"ag-grid-react": "^20.2.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",
|
||||||
"react": "16.8.6",
|
"react": "16.8.4",
|
||||||
"react-dom": "16.8.6",
|
"react-dom": "16.8.4",
|
||||||
"react-redux": "7.0.3",
|
"react-redux": "6.0.1",
|
||||||
"react-router-dom": "5.0.0",
|
"react-router-dom": "5.0.0",
|
||||||
"redux": "4.0.1"
|
"redux": "4.0.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user