Skip to content

Commit

Permalink
feat(sharing): Upgrade packages
Browse files Browse the repository at this point in the history
BREAKING CHANGE: You muse have `cozy-client >= 52.1.0` and `cozy-ui >= 116.0.0`
  • Loading branch information
Merkur39 committed Jan 7, 2025
1 parent 0241a8b commit faa2e93
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/cozy-sharing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@
"babel-jest": "26.6.3",
"babel-plugin-css-modules-transform": "1.6.2",
"babel-plugin-inline-react-svg": "1.1.2",
"cozy-client": "^51.6.1",
"cozy-client": "^52.1.0",
"cozy-device-helper": "^3.7.1",
"cozy-intent": "^2.29.1",
"cozy-minilog": "^3.9.1",
"cozy-ui": "^115.1.0",
"cozy-ui": "^116.0.0",
"jest": "26.6.3",
"jest-environment-jsdom": "26.6.2",
"react": "16.12.0",
Expand All @@ -66,11 +66,11 @@
"storybook": "7.6.0"
},
"peerDependencies": {
"cozy-client": ">=51.6.1",
"cozy-client": ">=52.1.0",
"cozy-device-helper": ">=3.7.1",
"cozy-intent": ">=2.29.1",
"cozy-minilog": ">=3.9.1",
"cozy-ui": ">=115.1.0",
"cozy-ui": ">=116.0.0",
"prop-types": "^15.7.2",
"react": "^16.12.0",
"react-router": "^5.0.1"
Expand Down

0 comments on commit faa2e93

Please sign in to comment.