Skip to content

Commit

Permalink
fix(page-header): made spaces peer dep to prevent duplicate installat…
Browse files Browse the repository at this point in the history
…ions

BREAKING CHANGE: `@availity/spaces` is now a peer dependency
  • Loading branch information
availity-bot authored and GoPro16 committed Aug 20, 2019
1 parent b0dfcc5 commit a3d705d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/page-header/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@
"@availity/breadcrumbs": "^3.0.3",
"@availity/feedback": "^5.0.6",
"@availity/payer-logo": "^4.0.0",
"@availity/spaces": "^3.0.0",
"@availity/training-link": "^1.1.7",
"prop-types": "^15.5.8"
},
"devDependencies": {
"@availity/api-axios": "^5.4.0",
"@availity/api-core": "^5.4.0",
"@availity/spaces": "^3.0.0",
"@availity/localstorage-core": "^2.6.1",
"axios": "^0.18.0",
"formik": "^2.0.1-rc.12",
Expand All @@ -42,6 +42,7 @@
"@availity/api-axios": "^5.4.0",
"@availity/api-core": "^5.4.0",
"@availity/localstorage-core": "^2.6.1",
"@availity/spaces": "^3.0.0",
"axios": "^0.18.0",
"formik": "^2.0.1-rc.12",
"react": "^16.8.3",
Expand Down

0 comments on commit a3d705d

Please sign in to comment.