Skip to content

Commit

Permalink
[fix]: i18nify-js removed as direct dependency in i18nify-react
Browse files Browse the repository at this point in the history
  • Loading branch information
tarun-khanna committed May 3, 2024
1 parent e9b5a6d commit 32e5376
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions packages/i18nify-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,18 +24,15 @@
"build": "yarn clean && rollup -c",
"prepare": "yarn build"
},
"dependencies": {
"@razorpay/i18nify-js": "^1.9.0"
},
"license": "MIT",
"peerDependencies": {
"@razorpay/i18nify-js": "^1.9.0",
"@razorpay/i18nify-js": "^1.9.3",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@changesets/cli": "^2.27.1",
"@razorpay/i18nify-js": "^1.9.0",
"@razorpay/i18nify-js": "^1.9.3",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-typescript": "^11.1.5",
Expand Down

0 comments on commit 32e5376

Please sign in to comment.