Skip to content

Commit d42c2bd

Browse files
author
Ruben van Leeuwen
committed
1191: Downgrade redux to avoid peer dependency collisions
1 parent a718198 commit d42c2bd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
},
1616
"dependencies": {
1717
"@elastic/datemath": "^5.0.3",
18-
"@elastic/eui": "^95.1.0",
1918
"@emotion/css": "^11.11.2",
2019
"@emotion/react": "^11.11.1",
20+
"@elastic/eui": "^95.1.0",
2121
"@orchestrator-ui/orchestrator-ui-components": "*",
2222
"@reduxjs/toolkit": "^2.0.1",
2323
"moment": "^2.29.4",
@@ -30,7 +30,7 @@
3030
"react": "^18.2.0",
3131
"react-dom": "^18.2.0",
3232
"react-no-ssr": "^1.1.0",
33-
"react-redux": "^9.1.2",
33+
"react-redux": "^8.1.3",
3434
"use-query-params": "2.2.1"
3535
},
3636
"devDependencies": {
@@ -44,11 +44,11 @@
4444
"@types/react-no-ssr": "^1.1.7",
4545
"babel-jest": "^29.7.0",
4646
"husky": "^9.0.11",
47-
"typescript": "^5.4.5"
47+
"typescript": "^5.5.2"
4848
},
4949
"overrides": {
5050
"@elastic/eui": {
51-
"typescript": "^5.4.5"
51+
"typescript": "^5.5.2"
5252
},
5353
"react-no-ssr": {
5454
"react": "^18.3.1"

0 commit comments

Comments
 (0)