Skip to content

Commit

Permalink
Move formatjs libraries to peer deps (#57)
Browse files Browse the repository at this point in the history
* .

* 1.4.0
  • Loading branch information
cungminh2710 committed Sep 27, 2022
1 parent 0b3ae42 commit ae71a3f
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cungminh2710/pseudolocalize",
"version": "1.3.5",
"version": "1.4.0",
"description": "Several implementation of pseudolocalizing ICU strings",
"sideEffects": false,
"main": "dist/index.js",
Expand Down Expand Up @@ -29,25 +29,28 @@
"test": "jest --config jestconfig.json"
},
"devDependencies": {
"@formatjs/icu-messageformat-parser": "2.1.7",
"@trivago/prettier-plugin-sort-imports": "3.3.0",
"@types/jest": "29.0.3",
"intl-messageformat": "10.1.4",
"jest": "29.0.3",
"prettier": "2.7.1",
"react": "18.2.0",
"react-intl": "6.1.1",
"ts-jest": "29.0.2",
"tslint": "6.1.3",
"tslint-config-prettier": "1.18.0",
"tsup": "6.2.3",
"typescript": "4.8.3"
},
"dependencies": {
"@formatjs/icu-messageformat-parser": "2.1.7",
"intl-messageformat": "10.1.4",
"react-intl": "6.1.1"
},
"peerDependencies": {
"react": "^16.6.0 || 17 || 18",
"typescript": "^4.5"
"typescript": "^4.5",
"intl-messageformat": "^10.1.4",
"@formatjs/icu-messageformat-parser": "^2.1.7",
"react-intl": "^6.1.1"
},
"peerDependenciesMeta": {
"typescript": {
Expand Down

0 comments on commit ae71a3f

Please sign in to comment.