Skip to content

Commit

Permalink
fix react version
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustav-Eikaas committed Apr 30, 2024
1 parent 7f46520 commit 38236d5
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions packages/ag-grid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@
}
},
"dependencies": {
"react": ">= 18",
"react-dom": ">= 18"
"@ag-grid-community/client-side-row-model": "31.2.1",
"@ag-grid-community/core": "31.2.1",
"@ag-grid-community/react": "31.2.1",
Expand All @@ -54,8 +56,6 @@
},
"peerDependencies": {
"@ag-grid-enterprise/core": "30.2.1",
"react": ">= 16.8.0",
"react-dom": ">= 16.8.0",
"react-is": ">= 16.8.0",
"styled-components": ">= 5.0.0"
},
Expand All @@ -65,8 +65,6 @@
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"@types/styled-components": "^5.1.34",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-is": "^18.3.1",
"styled-components": "^6.1.8",
"typescript": "^5.4.5"
Expand Down

0 comments on commit 38236d5

Please sign in to comment.