Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"devDependencies": {
"@redocly/cli": "^1.0.0",
"analytics": "^0.2.0",
"analytics": "^0.8.19",
"analytics-plugin-ga": "^0.2.0",
Comment on lines +19 to 20
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

critical

Upgrading analytics to version 0.8.19 will cause a peer dependency conflict with analytics-plugin-ga, which is currently at version 0.2.0 and requires analytics: "^0.2.0".

To resolve this, you should also upgrade analytics-plugin-ga. The latest version is 0.5.3, which has a peer dependency on analytics: "^0.8.9", compatible with the new version.

Suggested change
"analytics": "^0.8.19",
"analytics-plugin-ga": "^0.2.0",
"analytics": "^0.8.19",
"analytics-plugin-ga": "^0.5.3",

"ava": "^5.3.1",
"cp-file": "^7.0.0",
Expand Down