feat: redux migration (#6830)
* feat: start working on redux migrations * feat: fix migations and add tests * feat: fix persistence and improve tests * fix: tests * fix: rename test file so it doesnt run in jest * fix: tests * fix: lint * feat: indexedDB * fix: e2e tests * fix: address some comments * fix: update legacy migrations * fix: fix rehydrations * fix: remove PersistGate and fix e2e tests * fix: add comment to helper function
Showing
... | ... | @@ -143,6 +143,7 @@ |
"terser-webpack-plugin": "^5.3.9", | ||
"ts-jest": "^29.1.1", | ||
"ts-transform-graphql-tag": "^0.2.1", | ||
"tsafe": "^1.6.4", | ||
"typechain": "^5.0.0", | ||
"typescript": "^4.9.4", | ||
"webpack": "^5.88.2", | ||
... | ... | @@ -235,6 +236,7 @@ |
"inter-ui": "^3.13.1", | ||
"jotai": "^1.3.7", | ||
"jsbi": "^3.1.4", | ||
"localforage": "^1.10.0", | ||
"make-plural": "^7.0.0", | ||
"ms": "^2.1.3", | ||
"multicodec": "^3.0.1", | ||
... | ... | @@ -265,7 +267,7 @@ |
"react-window-infinite-loader": "^1.0.8", | ||
"rebass": "^4.0.7", | ||
"redux": "^4.1.2", | ||
"redux-localstorage-simple": "^2.3.1", | ||
"redux-persist": "^6.0.0", | ||
"statsig-react": "^1.22.0", | ||
"styled-components": "^5.3.5", | ||
"tiny-invariant": "^1.2.0", | ||
... | ... |
src/state/migrations.test.ts
0 → 100644
src/state/migrations.ts
0 → 100644
src/state/migrations/0.ts
0 → 100644
src/state/reducerTypeTest.ts
0 → 100644
src/state/types.ts
deleted
100644 → 0
Please register or sign in to comment