Update dependency framer-motion to v11.11.1 - abandoned #52

Closed
renovate-bot wants to merge 41 commits from renovate/framer-motion-11.x-lockfile into master
Showing only changes of commit d7fee99e18 - Show all commits

@ -22,9 +22,9 @@
"noUnusedLocals": false,
"noUnusedParameters": false,
"preserveWatchOutput": true,
"baseUrl": ".",
"baseUrl": "./",
"paths": {
"@/*": ["src/*.ts", "src/*"]
"@/*": ["./src/*.ts", "./src/*"]
}
},
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts", "tailwind.config.ts"],