From fcc2bfffcd06ec971f942e442de55c5cf634eb8c Mon Sep 17 00:00:00 2001 From: Sean Landsman Date: Fri, 25 Oct 2019 11:11:08 +0100 Subject: [PATCH] Merge branch 'latest' into b22.0.0 --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 51d1745..7437824 100644 --- a/package.json +++ b/package.json @@ -61,10 +61,10 @@ "webpack-dev-server": "3.4.1" }, "dependencies": { - "@ag-community/grid-core": "~22.0.0", - "@ag-community/grid-all-modules": "~22.0.0", - "@ag-enterprise/grid-all-modules": "~22.0.0", - "@ag-community/grid-react": "~22.0.0", + "@ag-community/grid-all-modules": "^22.0.0", + "@ag-community/grid-core": "^22.0.0", + "@ag-community/grid-react": "^22.0.0", + "@ag-enterprise/grid-all-modules": "^22.0.0", "bootstrap": "4.3.1", "d3": "4.9.1", "lodash": "4.17.11",