|
1 | 1 | { |
2 | 2 | "name": "ag-grid-react-example", |
3 | | - "version": "25.0.0", |
4 | | - "description": "Example Reach applicaiton using ag-Grid.", |
| 3 | + "version": "25.1.0", |
| 4 | + "description": "Example Reach applicaiton using AG Grid.", |
5 | 5 | "main": "dist/ag-grid-react-example.js", |
6 | 6 | "scripts": { |
7 | 7 | "trader": "webpack-dev-server --content-base src-trader-dashboard/ --config config/webpack.config.trader.js --mode development --open", |
|
39 | 39 | }, |
40 | 40 | "homepage": "http://www.ag-grid.com/", |
41 | 41 | "devDependencies": { |
42 | | - "@ag-grid-community/core": "~25.0.0", |
43 | | - "@babel/core": "7.12.10", |
44 | | - "@babel/plugin-proposal-class-properties": "7.12.1", |
45 | | - "@babel/plugin-proposal-function-bind": "7.12.1", |
46 | | - "@babel/preset-env": "7.12.11", |
47 | | - "@babel/preset-react": "7.12.10", |
| 42 | + "@ag-grid-community/core": "~25.1.0", |
| 43 | + "@babel/core": "7.12.16", |
| 44 | + "@babel/plugin-proposal-class-properties": "7.12.13", |
| 45 | + "@babel/plugin-proposal-function-bind": "7.12.13", |
| 46 | + "@babel/preset-env": "7.12.16", |
| 47 | + "@babel/preset-react": "7.12.13", |
48 | 48 | "@types/react": "17.0.0", |
49 | 49 | "@types/react-dom": "17.0.0", |
50 | 50 | "babel-loader": "8.2.2", |
51 | | - "css-loader": "5.0.1", |
| 51 | + "css-loader": "5.0.2", |
52 | 52 | "file-loader": "6.2.0", |
53 | 53 | "gulp": "3.9.1", |
54 | 54 | "merge2": "1.4.1", |
|
57 | 57 | "prop-types": "15.7.2", |
58 | 58 | "rimraf": "3.0.2", |
59 | 59 | "style-loader": "2.0.0", |
60 | | - "typescript": "4.1.3", |
61 | | - "webpack": "4.44.1", |
| 60 | + "typescript": "4.1.5", |
| 61 | + "webpack": "4.46.0", |
62 | 62 | "webpack-cli": "3.3.12", |
63 | | - "webpack-dev-server": "3.11.0" |
| 63 | + "webpack-dev-server": "3.11.2" |
64 | 64 | }, |
65 | 65 | "dependencies": { |
66 | | - "@ag-grid-enterprise/all-modules": "~25.0.0", |
67 | | - "@ag-grid-community/react": "~25.0.0", |
| 66 | + "@ag-grid-enterprise/all-modules": "~25.1.0", |
| 67 | + "@ag-grid-community/react": "~25.1.0", |
68 | 68 | "bootstrap": "4.5.0", |
69 | 69 | "d3": "4.9.1", |
70 | | - "lodash": "4.17.15", |
| 70 | + "lodash": "4.17.20", |
71 | 71 | "react": "17.0.1", |
72 | 72 | "react-dom": "17.0.1", |
73 | 73 | "react-redux": "7.2.2", |
|
0 commit comments