chore: update transifex scripts to api v3

Transifex is sunsetting anything below v3 later this year. Let's
get ahead of our scripts unexpectedly failing.

- Switch 'reactifex' dev dep to our maintained fork at
  '@edx/reactifex' (it has an older released version number,
  but it's still maintained unlike the original)
- Update Makefile commands for new v3 transifex API
This commit is contained in:
Michael Terry
2022-02-28 11:29:41 -05:00
committed by Michael Terry
parent d8e1124a4c
commit dcf8da2279
3 changed files with 58 additions and 13 deletions

View File

@@ -65,6 +65,7 @@
},
"devDependencies": {
"@edx/frontend-build": "9.0.6",
"@edx/reactifex": "1.0.3",
"@pact-foundation/pact": "9.17.0",
"@testing-library/dom": "7.16.3",
"@testing-library/jest-dom": "5.16.2",
@@ -79,7 +80,6 @@
"husky": "7.0.4",
"jest": "27.5.1",
"jest-chain": "1.1.5",
"reactifex": "1.1.1",
"rosie": "2.1.0"
}
}