Refactor decode to match existing partner.

This commit is contained in:
Patrick Fic
2025-03-20 13:44:23 -07:00
parent 45209bd9e4
commit 4310b3779a
10 changed files with 83 additions and 7 deletions

View File

@@ -29,12 +29,15 @@
"electron-log": "^5.3.2",
"electron-store": "^8.2.0",
"electron-updater": "^6.3.9",
"graphql-request": "^7.1.2",
"i18next": "^24.2.2",
"lodash": "^4.17.21",
"playwright": "^1.51.0",
"react-error-boundary": "^5.0.0",
"react-i18next": "^15.4.1",
"react-redux": "^9.2.0"
"react-redux": "^9.2.0",
"redux-logger": "^3.0.6",
"redux-thunk": "^3.1.0"
},
"devDependencies": {
"@ant-design/v5-patch-for-react-19": "^1.0.3",