Skip to content

Commit

Permalink
feat: babel-plugin-react-intl to babel-plugin-formatjs migration (#404)
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

* fix: upgraded frontend-build to fix security issue

* fix: upgraded frontend build again

* refactor: upgraded to latest frontend-build and resolved vulnerabilities
  • Loading branch information
abdullahwaheed committed Oct 30, 2023
1 parent 48b22ea commit 3c1d215
Show file tree
Hide file tree
Showing 4 changed files with 266 additions and 169 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ i18n = ./src/i18n
transifex_input = $(i18n)/transifex_input.json

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

build:
rm -rf ./dist
Expand All @@ -17,7 +17,7 @@ build:
@rm -rf dist/__mocks__

requirements:
npm install
npm ci

i18n.extract:
# Pulling display strings from .jsx files into .json files...
Expand Down
Loading

0 comments on commit 3c1d215

Please sign in to comment.