-
- Downloads
Merge branch 'deps/redux-2.0' into 'dev'
chore(deps): bump redux to 2.0 See merge request !1201
No related branches found
No related tags found
Showing
- package.json 3 additions, 4 deletionspackage.json
- src/components/Action/ActionCard/ActionCard.spec.tsx 5 additions, 1 deletionsrc/components/Action/ActionCard/ActionCard.spec.tsx
- src/components/Action/ActionList/ActionList.spec.tsx 2 additions, 1 deletionsrc/components/Action/ActionList/ActionList.spec.tsx
- src/components/Action/ActionView.spec.tsx 8 additions, 1 deletionsrc/components/Action/ActionView.spec.tsx
- src/components/Analysis/AnalysisView.spec.tsx 2 additions, 1 deletionsrc/components/Analysis/AnalysisView.spec.tsx
- src/components/Analysis/Comparison/Comparison.spec.tsx 7 additions, 1 deletionsrc/components/Analysis/Comparison/Comparison.spec.tsx
- src/components/Analysis/Comparison/FluidPerformanceIndicator.spec.tsx 4 additions, 2 deletions...ts/Analysis/Comparison/FluidPerformanceIndicator.spec.tsx
- src/components/Analysis/ElecHalfHourMonthlyAnalysis/ElecHalfHourChart.spec.tsx 6 additions, 1 deletion...is/ElecHalfHourMonthlyAnalysis/ElecHalfHourChart.spec.tsx
- src/components/Analysis/MaxConsumptionCard/__snapshots__/MaxConsumptionCard.spec.tsx.snap 4 additions, 4 deletions...mptionCard/__snapshots__/MaxConsumptionCard.spec.tsx.snap
- src/components/Challenge/ChallengeCardUnlocked/ChallengeCardUnlocked.spec.tsx 3 additions, 0 deletions...enge/ChallengeCardUnlocked/ChallengeCardUnlocked.spec.tsx
- src/components/Charts/AxisBottom.spec.tsx 2 additions, 1 deletionsrc/components/Charts/AxisBottom.spec.tsx
- src/components/Charts/Bar.spec.tsx 6 additions, 1 deletionsrc/components/Charts/Bar.spec.tsx
- src/components/Charts/BarChart.spec.tsx 6 additions, 1 deletionsrc/components/Charts/BarChart.spec.tsx
- src/components/Connection/ExpiredConsentModal/ExpiredConsentModal.spec.tsx 3 additions, 3 deletions...nnection/ExpiredConsentModal/ExpiredConsentModal.spec.tsx
- src/components/Consumption/ConsumptionView.spec.tsx 12 additions, 0 deletionssrc/components/Consumption/ConsumptionView.spec.tsx
- src/components/Content/Content.spec.tsx 2 additions, 1 deletionsrc/components/Content/Content.spec.tsx
- src/components/Duel/DuelUnlocked/DuelUnlocked.spec.tsx 2 additions, 2 deletionssrc/components/Duel/DuelUnlocked/DuelUnlocked.spec.tsx
- src/components/Duel/DuelUnlocked/DuelUnlocked.tsx 1 addition, 0 deletionssrc/components/Duel/DuelUnlocked/DuelUnlocked.tsx
- src/components/EcogestureForm/EcogestureFormView.spec.tsx 2 additions, 2 deletionssrc/components/EcogestureForm/EcogestureFormView.spec.tsx
- src/components/Feedback/FeedbackModal.spec.tsx 4 additions, 2 deletionssrc/components/Feedback/FeedbackModal.spec.tsx
... | ... | @@ -44,7 +44,7 @@ |
"@cozy/minilog": "^1.0.0", | ||
"@material-ui/core": "~4.12.0", | ||
"@material-ui/styles": "^4.11.3", | ||
"@reduxjs/toolkit": "^1.9.5", | ||
"@reduxjs/toolkit": "^2.2.7", | ||
"@sentry/react": "^8.26.0", | ||
"classnames": "^2.5.1", | ||
"cozy-bar": "8.15.0", | ||
... | ... | @@ -71,12 +71,11 @@ |
"react": "18.2.0", | ||
"react-dom": "18.2.0", | ||
"react-inspector": "^5.1", | ||
"react-redux": "^8.1.2", | ||
"react-redux": "^9.1.2", | ||
"react-router-dom": "^6.6.1", | ||
"react-swipeable-views": "0.14.0", | ||
"redux-devtools-extension": "^2.13.8", | ||
"redux-logger": "^3.0.6", | ||
"redux-thunk": "^2.4.2", | ||
"xlsx": "^0.18.5" | ||
}, | ||
"devDependencies": { | ||
... | ... | @@ -96,7 +95,7 @@ |
"@types/react": "^18.2.25", | ||
"@types/react-dom": "^18.2.11", | ||
"@types/react-lottie": "^1.2.3", | ||
"@types/redux-mock-store": "^1.0.2", | ||
"@types/redux-mock-store": "^1.0.6", | ||
"@typescript-eslint/eslint-plugin": "^6.0.0", | ||
"@typescript-eslint/parser": "^6.0.0", | ||
"axios": "^1.3.0", | ||
... | ... |