Skip to content

Commit

Permalink
feat(replacements): framer-motion to motion
Browse files Browse the repository at this point in the history
  • Loading branch information
yutakobayashidev committed Dec 2, 2024
1 parent bd8a187 commit 11e45e7
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions lib/data/replacements.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"replacements:eslint-plugin-vitest-to-scoped",
"replacements:fakerjs-to-scoped",
"replacements:fastify-to-scoped",
"replacements:framer-motion-to-motion",
"replacements:hapi-to-scoped",
"replacements:jade-to-pug",
"replacements:joi-to-scoped",
Expand Down Expand Up @@ -670,6 +671,18 @@
}
]
},
"framer-motion-to-motion": {
"description": "`framer-motion` and Motion One have merged under the package name `motion`, though `framer-motion` is still being published. `motion` is now the recommended name.",
"packageRules": [
{
"matchCurrentVersion": ">=11.11.12",
"matchDatasources": ["npm"],
"matchPackageNames": ["framer-motion"],
"replacementName": "motion",
"replacementVersion": "11.11.12"
}
]
},
"hapi-to-scoped": {
"description": "`hapi` became scoped.",
"packageRules": [
Expand Down

0 comments on commit 11e45e7

Please sign in to comment.