Skip to content

Commit

Permalink
fix(deps): missing peer / dev dependency for framer-motion (#4161)
Browse files Browse the repository at this point in the history
  • Loading branch information
wingkwong authored Nov 28, 2024
1 parent ffc1b66 commit 17bf657
Show file tree
Hide file tree
Showing 8 changed files with 32 additions and 13 deletions.
10 changes: 10 additions & 0 deletions .changeset/calm-weeks-tie.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
"@nextui-org/accordion": patch
"@nextui-org/button": patch
"@nextui-org/card": patch
"@nextui-org/date-picker": patch
"@nextui-org/navbar": patch
"@nextui-org/snippet": patch
---

fix missing peer / dev dependency for framer-motion
2 changes: 1 addition & 1 deletion packages/components/accordion/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"peerDependencies": {
"react": ">=18 || >=19.0.0-rc.0",
"react-dom": ">=18 || >=19.0.0-rc.0",
"framer-motion": ">=11.5.6",
"framer-motion": ">=11.5.6 || >=12.0.0-alpha.1",
"@nextui-org/theme": ">=2.3.0-beta.0",
"@nextui-org/system": ">=2.3.0-beta.0"
},
Expand Down
1 change: 1 addition & 0 deletions packages/components/button/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
"@nextui-org/theme": "workspace:*",
"@nextui-org/system": "workspace:*",
"@nextui-org/shared-icons": "workspace:*",
"framer-motion": "11.9.0",
"clean-package": "2.2.0",
"react": "^18.0.0",
"react-dom": "^18.0.0"
Expand Down
1 change: 1 addition & 0 deletions packages/components/card/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
"@nextui-org/button": "workspace:*",
"@nextui-org/avatar": "workspace:*",
"@nextui-org/image": "workspace:*",
"framer-motion": "11.9.0",
"clean-package": "2.2.0",
"react": "^18.0.0",
"react-dom": "^18.0.0"
Expand Down
2 changes: 2 additions & 0 deletions packages/components/date-picker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"peerDependencies": {
"@nextui-org/system": ">=2.3.0-beta.0",
"@nextui-org/theme": ">=2.3.0-beta.0",
"framer-motion": ">=11.5.6 || >=12.0.0-alpha.1",
"react": ">=18 || >=19.0.0-rc.0",
"react-dom": ">=18 || >=19.0.0-rc.0"
},
Expand Down Expand Up @@ -64,6 +65,7 @@
"@nextui-org/system": "workspace:*",
"@nextui-org/test-utils": "workspace:*",
"@nextui-org/theme": "workspace:*",
"framer-motion": "11.9.0",
"clean-package": "2.2.0",
"react": "^18.0.0",
"react-dom": "^18.0.0"
Expand Down
1 change: 1 addition & 0 deletions packages/components/navbar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
"@nextui-org/input": "workspace:*",
"@nextui-org/link": "workspace:*",
"@nextui-org/shared-icons": "workspace:*",
"framer-motion": "11.9.0",
"react-lorem-component": "0.13.0",
"clean-package": "2.2.0",
"react": "^18.0.0",
Expand Down
1 change: 1 addition & 0 deletions packages/components/snippet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
"devDependencies": {
"@nextui-org/theme": "workspace:*",
"@nextui-org/system": "workspace:*",
"framer-motion": "11.9.0",
"clean-package": "2.2.0",
"react": "^18.0.0",
"react-dom": "^18.0.0"
Expand Down
27 changes: 15 additions & 12 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 17bf657

Please sign in to comment.