Skip to content
Open
Show file tree
Hide file tree
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 examples/nextjs-app-dir-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@telegraph/textarea": "^0.1.3",
"@telegraph/tokens": "^0.1.2",
"@telegraph/typography": "^0.1.25",
"framer-motion": "^12.23.12",
"framer-motion": "^12.26.2",
"next": "npm:next@15.3.6",
"next-seo": "^6.8.0",
"react": "^19.0.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/nextjs-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@telegraph/textarea": "^0.1.3",
"@telegraph/tokens": "^0.1.2",
"@telegraph/typography": "^0.1.25",
"framer-motion": "^12.23.12",
"framer-motion": "^12.26.2",
"next": "15.3.6",
"next-seo": "^6.8.0",
"react": "^19.0.0",
Expand Down
42 changes: 40 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12556,6 +12556,28 @@ __metadata:
languageName: node
linkType: hard

"framer-motion@npm:^12.26.2":
version: 12.26.2
resolution: "framer-motion@npm:12.26.2"
dependencies:
motion-dom: "npm:^12.26.2"
motion-utils: "npm:^12.24.10"
tslib: "npm:^2.4.0"
peerDependencies:
"@emotion/is-prop-valid": "*"
react: ^18.0.0 || ^19.0.0
react-dom: ^18.0.0 || ^19.0.0
peerDependenciesMeta:
"@emotion/is-prop-valid":
optional: true
react:
optional: true
react-dom:
optional: true
checksum: 10c0/f2950155c982a95c423d6349cf26b2add58ef7e9633dc1629d2e8506b453699cddaf4c8ad9d8f220c53ce4f6af77740422d4f1c27f2033aeadfee5b941e1b59d
languageName: node
linkType: hard

"freeport-async@npm:^2.0.0":
version: 2.0.0
resolution: "freeport-async@npm:2.0.0"
Expand Down Expand Up @@ -15281,13 +15303,29 @@ __metadata:
languageName: node
linkType: hard

"motion-dom@npm:^12.26.2":
version: 12.26.2
resolution: "motion-dom@npm:12.26.2"
dependencies:
motion-utils: "npm:^12.24.10"
checksum: 10c0/9ec544749008b5f53eb3e3140ac720d8a2e0c1f41178ecb29f5fb7629d92c4b92657bd8449a051baa852090a2ea9eacd0fa3c4c7e64bbaea3504c35fc610d430
languageName: node
linkType: hard

"motion-utils@npm:^12.23.6":
version: 12.23.6
resolution: "motion-utils@npm:12.23.6"
checksum: 10c0/c058e8ba6423b3baa63e985bcc669877ee7d9579d938f5348b4e60c5ea1b4b33dd7f4877434436a4a5807f3cf00370d3fd4079a6fdd6309c5c87aa62b311a897
languageName: node
linkType: hard

"motion-utils@npm:^12.24.10":
version: 12.24.10
resolution: "motion-utils@npm:12.24.10"
checksum: 10c0/b73e2e414480b0b162a5cbc9195856d113b5e7c23a055b1613143176694fdfabe87a6a41c3c2f205549e368ca541b609455344bd774d7d836f09a551562042e2
languageName: node
linkType: hard

"motion@npm:^12.23.12":
version: 12.23.12
resolution: "motion@npm:12.23.12"
Expand Down Expand Up @@ -15528,7 +15566,7 @@ __metadata:
"@types/uuid": "npm:^10.0.0"
eslint: "npm:^8.56.0"
eslint-config-next: "npm:15.4.6"
framer-motion: "npm:^12.23.12"
framer-motion: "npm:^12.26.2"
next: "npm:next@15.3.6"
next-seo: "npm:^6.8.0"
react: "npm:^19.0.0"
Expand Down Expand Up @@ -15568,7 +15606,7 @@ __metadata:
"@types/react-dom": "npm:^19.1.6"
"@types/uuid": "npm:^10.0.0"
eslint: "npm:^8.56.0"
framer-motion: "npm:^12.23.12"
framer-motion: "npm:^12.26.2"
next: "npm:15.3.6"
next-seo: "npm:^6.8.0"
react: "npm:^19.0.0"
Expand Down
Loading