Skip to content

Commit

Permalink
feat: babel-plugin-react-intl to babel-plugin-formatjs migration (#354)
Browse files Browse the repository at this point in the history
* feat: babel-plugin-react-intl to babel-plugin-formatjs migration

* fix: upgraded frontend-build to fix security issue
  • Loading branch information
abdullahwaheed authored Oct 11, 2023
1 parent 295048b commit bf3b37c
Show file tree
Hide file tree
Showing 3 changed files with 630 additions and 600 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
npm-install-%: ## install specified % npm package
npm install $* --save-dev
npm ci $* --save-dev
git add package.json
export TRANSIFEX_RESOURCE = frontend-app-gradebook
transifex_langs = "ar,de,es_419,fa_IR,fr,fr_CA,hi,it,pt,ru,uk,zh_CN"
Expand All @@ -12,7 +12,7 @@ tx_url1 = https://www.transifex.com/api/2/project/edx-platform/resource/$(transi
tx_url2 = https://www.transifex.com/api/2/project/edx-platform/resource/$(transifex_resource)/source/

# This directory must match .babelrc .
transifex_temp = ./temp/babel-plugin-react-intl
transifex_temp = ./temp/babel-plugin-formatjs

NPM_TESTS=build i18n_extract lint test is-es5

Expand Down
Loading

0 comments on commit bf3b37c

Please sign in to comment.