Skip to content

Commit

Permalink
1191: Downgrade redux to avoid peer dependency collisions
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruben van Leeuwen committed Jun 24, 2024
1 parent a718198 commit d42c2bd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
},
"dependencies": {
"@elastic/datemath": "^5.0.3",
"@elastic/eui": "^95.1.0",
"@emotion/css": "^11.11.2",
"@emotion/react": "^11.11.1",
"@elastic/eui": "^95.1.0",
"@orchestrator-ui/orchestrator-ui-components": "*",
"@reduxjs/toolkit": "^2.0.1",
"moment": "^2.29.4",
Expand All @@ -30,7 +30,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-no-ssr": "^1.1.0",
"react-redux": "^9.1.2",
"react-redux": "^8.1.3",
"use-query-params": "2.2.1"
},
"devDependencies": {
Expand All @@ -44,11 +44,11 @@
"@types/react-no-ssr": "^1.1.7",
"babel-jest": "^29.7.0",
"husky": "^9.0.11",
"typescript": "^5.4.5"
"typescript": "^5.5.2"
},
"overrides": {
"@elastic/eui": {
"typescript": "^5.4.5"
"typescript": "^5.5.2"
},
"react-no-ssr": {
"react": "^18.3.1"
Expand Down

0 comments on commit d42c2bd

Please sign in to comment.