Skip to content

Commit 223f380

Browse files
fix react version (#616)
* fix react version * update comma * update lock * bump versions
1 parent 7f46520 commit 223f380

File tree

3 files changed

+10
-12
lines changed

3 files changed

+10
-12
lines changed

packages/ag-grid/package.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@equinor/workspace-ag-grid",
3-
"version": "3.0.1",
3+
"version": "3.0.2",
44
"type": "module",
55
"private": false,
66
"sideEffects": false,
@@ -32,6 +32,8 @@
3232
}
3333
},
3434
"dependencies": {
35+
"react": ">= 18",
36+
"react-dom": ">= 18",
3537
"@ag-grid-community/client-side-row-model": "31.2.1",
3638
"@ag-grid-community/core": "31.2.1",
3739
"@ag-grid-community/react": "31.2.1",
@@ -54,8 +56,6 @@
5456
},
5557
"peerDependencies": {
5658
"@ag-grid-enterprise/core": "30.2.1",
57-
"react": ">= 16.8.0",
58-
"react-dom": ">= 16.8.0",
5959
"react-is": ">= 16.8.0",
6060
"styled-components": ">= 5.0.0"
6161
},
@@ -65,8 +65,6 @@
6565
"@types/react": "^18.3.1",
6666
"@types/react-dom": "^18.3.0",
6767
"@types/styled-components": "^5.1.34",
68-
"react": "^18.3.1",
69-
"react-dom": "^18.3.1",
7068
"react-is": "^18.3.1",
7169
"styled-components": "^6.1.8",
7270
"typescript": "^5.4.5"

packages/workspace-fusion/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@equinor/workspace-fusion",
3-
"version": "9.0.3",
3+
"version": "9.0.4",
44
"type": "module",
55
"sideEffects": false,
66
"license": "MIT",

pnpm-lock.yaml

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)