Skip to content
This repository was archived by the owner on Jul 18, 2024. It is now read-only.

Commit

Permalink
feat: babel-plugin-react-intl to babel-plugin-formatjs migration (#332)
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 9e1d029 commit b72b58e
Show file tree
Hide file tree
Showing 3 changed files with 159 additions and 140 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,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

test:
npm run test
Expand All @@ -17,7 +17,7 @@ precommit:
npm audit

requirements:
npm install --legacy-peer-deps
npm ci --legacy-peer-deps

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

0 comments on commit b72b58e

Please sign in to comment.