Skip to content

Commit b5d7244

Browse files
aligned react & react dom dependencies
1 parent a5476a4 commit b5d7244

File tree

2 files changed

+88
-401
lines changed

2 files changed

+88
-401
lines changed

packages/sdks/shopper/package.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,15 @@
3434
"@redocly/cli": "^1.21.0",
3535
"@redocly/openapi-core": "^1.21.0",
3636
"@tanstack/react-query": "^5.52.1",
37-
"lodash": "^4.17.21",
38-
"typescript": "^5.5.3",
3937
"@types/ejs": "^3.1.5",
40-
"ejs": "^3.1.10"
38+
"ejs": "^3.1.10",
39+
"lodash": "^4.17.21",
40+
"typescript": "^5.5.3"
4141
},
4242
"dependencies": {
43-
"@hey-api/client-fetch": "0.6.0"
43+
"@hey-api/client-fetch": "0.6.0",
44+
"react": "^19.0.0",
45+
"react-dom": "^19.0.0"
4446
},
4547
"publishConfig": {
4648
"access": "public"

0 commit comments

Comments
 (0)