Skip to content

Commit

Permalink
2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
stefalda committed Jan 11, 2025
1 parent 668e645 commit 01c4d44
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 14 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

23 changes: 11 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-localization",
"version": "2.0.2",
"version": "2.0.3",
"description": "Simple module to localize the React interface using the same syntax used in the ReactNativeLocalization module",
"type": "module",
"main": "./dist/react-localization.umd.js",
Expand Down Expand Up @@ -38,10 +38,10 @@
"url": "https://github.com/stefalda/react-localization/issues"
},
"homepage": "https://github.com/stefalda/react-localization#readme",
"peerDependencies": {
"react": ">=19.0.0",
"react-dom": ">=19.0.0"
},
"peerDependencies": {
"react": ">=19.0.0",
"react-dom": ">=19.0.0"
},
"devDependencies": {
"@testing-library/react": "^16.1.0",
"@types/node": "^22.10.5",
Expand All @@ -59,12 +59,11 @@
"localized-strings": "^1.0.0"
},
"peerDependenciesMeta": {
"react": {
"optional": true
},
"react-dom": {
"optional": true
"react": {
"optional": true
},
"react-dom": {
"optional": true
}
}
}

}

0 comments on commit 01c4d44

Please sign in to comment.