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

Commit 2b1e66f

Browse files
committed
Release 25.0.0
2 parents ff55f75 + 484f1f9 commit 2b1e66f

File tree

2 files changed

+22
-21
lines changed

2 files changed

+22
-21
lines changed

package.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ag-grid-react-example",
3-
"version": "24.1.1",
3+
"version": "25.0.0",
44
"description": "Example Reach applicaiton using ag-Grid.",
55
"main": "dist/ag-grid-react-example.js",
66
"scripts": {
@@ -39,39 +39,39 @@
3939
},
4040
"homepage": "http://www.ag-grid.com/",
4141
"devDependencies": {
42-
"@ag-grid-community/core": "~24.1.0",
43-
"@babel/core": "7.11.1",
44-
"@babel/plugin-proposal-class-properties": "7.10.4",
45-
"@babel/plugin-proposal-function-bind": "7.10.5",
46-
"@babel/preset-env": "7.11.0",
47-
"@babel/preset-react": "7.10.4",
48-
"@types/react": "16.9.2",
49-
"@types/react-dom": "16.9.0",
50-
"babel-loader": "8.1.0",
51-
"css-loader": "4.2.1",
52-
"file-loader": "6.0.0",
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",
48+
"@types/react": "17.0.0",
49+
"@types/react-dom": "17.0.0",
50+
"babel-loader": "8.2.2",
51+
"css-loader": "5.0.1",
52+
"file-loader": "6.2.0",
5353
"gulp": "3.9.1",
5454
"merge2": "1.4.1",
5555
"mkdirp": "1.0.4",
5656
"ncp": "2.0.0",
5757
"prop-types": "15.7.2",
5858
"rimraf": "3.0.2",
59-
"style-loader": "1.2.1",
60-
"typescript": "3.9.7",
59+
"style-loader": "2.0.0",
60+
"typescript": "4.1.3",
6161
"webpack": "4.44.1",
6262
"webpack-cli": "3.3.12",
6363
"webpack-dev-server": "3.11.0"
6464
},
6565
"dependencies": {
66-
"@ag-grid-enterprise/all-modules": "~24.1.0",
67-
"@ag-grid-community/react": "~24.1.0",
66+
"@ag-grid-enterprise/all-modules": "~25.0.0",
67+
"@ag-grid-community/react": "~25.0.0",
6868
"bootstrap": "4.5.0",
6969
"d3": "4.9.1",
7070
"lodash": "4.17.15",
71-
"react": "16.13.1",
72-
"react-dom": "16.13.1",
73-
"react-redux": "7.2.1",
71+
"react": "17.0.1",
72+
"react-dom": "17.0.1",
73+
"react-redux": "7.2.2",
7474
"react-router-dom": "5.2.0",
7575
"redux": "4.0.5"
7676
}
77-
}
77+
}

ts-tests/runTsTests.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ error_found=false
77

88
# has an invalid property - should complain
99
./node_modules/.bin/tsc --target "ES5" --module 'commonjs' --lib esnext,dom --allowSyntheticDefaultImports --jsx 'preserve' --noEmit --strict ts-tests/InvalidGridProperty.tsx &> /dev/null
10-
if [ $? -ne 1 ]; then
10+
11+
if [ $? -eq 0 ]; then
1112
echo "ag-grid-react grid with invalid property should throw a compiler error"
1213
error_found=true
1314
fi

0 commit comments

Comments
 (0)