Skip to content
This repository was archived by the owner on Aug 19, 2024. It is now read-only.

Commit 996b4dd

Browse files
committed
Release 25.1.0 prep
1 parent c48f795 commit 996b4dd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ag-grid-react-example",
3-
"version": "25.0.0",
3+
"version": "25.1.0",
44
"description": "Example Reach applicaiton using AG Grid.",
55
"main": "dist/ag-grid-react-example.js",
66
"scripts": {
@@ -39,7 +39,7 @@
3939
},
4040
"homepage": "http://www.ag-grid.com/",
4141
"devDependencies": {
42-
"@ag-grid-community/core": "~25.0.0",
42+
"@ag-grid-community/core": "~25.1.0",
4343
"@babel/core": "7.12.10",
4444
"@babel/plugin-proposal-class-properties": "7.12.1",
4545
"@babel/plugin-proposal-function-bind": "7.12.1",
@@ -63,8 +63,8 @@
6363
"webpack-dev-server": "3.11.0"
6464
},
6565
"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",
6868
"bootstrap": "4.5.0",
6969
"d3": "4.9.1",
7070
"lodash": "4.17.15",
@@ -74,4 +74,4 @@
7474
"react-router-dom": "5.2.0",
7575
"redux": "4.0.5"
7676
}
77-
}
77+
}

0 commit comments

Comments
 (0)