Skip to content

Commit

Permalink
make rollbar a peer dep for error package
Browse files Browse the repository at this point in the history
  • Loading branch information
jonesmac committed Dec 18, 2024
1 parent 4a36109 commit 0421047
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions packages/error/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@
"@rollbar/react": "0.12.0-beta",
"@xylabs/react-button": "workspace:^",
"@xylabs/react-flexbox": "workspace:^",
"prop-types": "^15.8.1",
"rollbar": "^2.26.4"
"prop-types": "^15.8.1"
},
"devDependencies": {
"@mui/icons-material": "^6.2.0",
Expand All @@ -61,7 +60,8 @@
"@mui/material": "^6",
"react": "^18",
"react-dom": "^18",
"react-router-dom": "^6"
"react-router-dom": "^6",
"rollbar": "^2.26.4"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5121,7 +5121,6 @@ __metadata:
react: "npm:^18.3.1"
react-dom: "npm:^18.3.1"
react-router-dom: "npm:^6.28.0"
rollbar: "npm:^2.26.4"
storybook: "npm:^8.4.7"
typescript: "npm:^5.7.2"
peerDependencies:
Expand All @@ -5130,6 +5129,7 @@ __metadata:
react: ^18
react-dom: ^18
react-router-dom: ^6
rollbar: ^2.26.4
languageName: unknown
linkType: soft

Expand Down

0 comments on commit 0421047

Please sign in to comment.