Skip to content

Commit

Permalink
fix(package): moves yoga-icons dep to peer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rafael-rollo committed Jan 29, 2025
1 parent 2e4809d commit 13d0380
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion packages/yoga/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
"dependencies": {
"@gympass/yoga-common": "^1.4.1",
"@gympass/yoga-helpers": "^1.1.1",
"@gympass/yoga-icons": "^1.28.0",
"@gympass/yoga-illustrations": "^0.7.1",
"@gympass/yoga-system": "^0.25.0",
"@gympass/yoga-tokens": "^3.6.4",
Expand All @@ -56,18 +55,25 @@
"react-phone-input-2": "^2.15.1"
},
"devDependencies": {
"@gympass/yoga-icons": "^1.28.0",
"@react-native-community/eslint-config": "^3.0.1",
"@types/styled-components": "^5.1.34",
"babel-plugin-inline-react-svg": "^1.1.1",
"react-native": "0.72.3",
"styled-components": "^4.4.0"
},
"peerDependencies": {
"@gympass/yoga-icons": "^1.28.0",
"@react-native-picker/picker": "^2.4.9",
"react": ">=16",
"react-native": "0.72.3",
"styled-components": "^4.4.0"
},
"peerDependenciesMeta": {
"@gympass/yoga-icons": {
"optional": true
}
},
"tsup": {
"entry": [
"src/index.ts",
Expand Down

0 comments on commit 13d0380

Please sign in to comment.