@adaptabletools/adaptable-react-aggrid 15.0.3-canary.0 → 15.1.0-canary.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -10,7 +10,7 @@ For full details on how to install, instantiate and reference AdapTable programm
10
10
 
11
11
  The [AdapTable Documentation](https://docs.adaptabletools.com) contains numerous demos that show the many different functionalities available in AdapTable.
12
12
 
13
- For a standalone working example app of Adaptable React, see the [React Example Project](https://github.com/AdaptableTools/example-adaptable-react-aggrid)
13
+ For a standalone working example app of AdapTable React, see the [React Example Project](https://github.com/AdaptableTools/example-adaptable-react-aggrid)
14
14
 
15
15
  Additionally you can see a number of large demos at the [Adaptable Tools website](https://www.adaptabletools.com/demos).
16
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adaptabletools/adaptable-react-aggrid",
3
- "version": "15.0.3-canary.0",
3
+ "version": "15.1.0-canary.0",
4
4
  "description": "React version of AdapTable - the powerful data-agnostic HTML5 AG Grid extension which provides advanced, cutting-edge functionality to meet all DataGrid requirements",
5
5
  "keywords": [],
6
6
  "license": "contact sales@adaptabletools.com for details",
@@ -19,11 +19,11 @@
19
19
  },
20
20
  "dependencies": {
21
21
  "tslib": "^2.3.0",
22
- "@adaptabletools/adaptable": "15.0.3-canary.0"
22
+ "@adaptabletools/adaptable": "15.1.0-canary.0"
23
23
  },
24
24
  "peerDependencies": {
25
- "@ag-grid-community/core": ">=29.0.0",
26
- "@ag-grid-community/react": ">=29.0.0",
25
+ "@ag-grid-community/core": ">=29.1.0",
26
+ "@ag-grid-community/react": ">=29.1.0",
27
27
  "react": "^16.8.0 || ^17.0.0 || ^18.0.0",
28
28
  "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
29
29
  },