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.23.24",
"next": "npm:next@^15.3.3",
"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.23.24",
"next": "15.3.3",
"next-seo": "^6.8.0",
"react": "^19.0.0",
Expand Down
35 changes: 33 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12537,6 +12537,28 @@ __metadata:
languageName: node
linkType: hard

"framer-motion@npm:^12.23.24":
version: 12.23.24
resolution: "framer-motion@npm:12.23.24"
dependencies:
motion-dom: "npm:^12.23.23"
motion-utils: "npm:^12.23.6"
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/716addd9fa85dd2c1475ab848e14c4e6d3246ced041de84afc19b1d6534c897256c8f2878864cf057039116e56f5ca1b87a4cbb943f0b1cf37199ef7174c3cf8
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 @@ -15255,6 +15277,15 @@ __metadata:
languageName: node
linkType: hard

"motion-dom@npm:^12.23.23":
version: 12.23.23
resolution: "motion-dom@npm:12.23.23"
dependencies:
motion-utils: "npm:^12.23.6"
checksum: 10c0/139705731085063519b88f23fcc5b1c13e15707a4ff3365da02ef9a4bf2a2d8ebed9a151c57e7f215ccd9e822365d93c16e28e619fbf25611f61dcff5ee81d75
languageName: node
linkType: hard

"motion-utils@npm:^12.23.6":
version: 12.23.6
resolution: "motion-utils@npm:12.23.6"
Expand Down Expand Up @@ -15502,7 +15533,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.23.24"
next: "npm:next@^15.3.3"
next-seo: "npm:^6.8.0"
react: "npm:^19.0.0"
Expand Down Expand Up @@ -15542,7 +15573,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.23.24"
next: "npm:15.3.3"
next-seo: "npm:^6.8.0"
react: "npm:^19.0.0"
Expand Down
Loading