Update framer-motion

This commit is contained in:
Anton Gunnarsson
2025-05-07 16:48:05 +02:00
parent 7e098d291c
commit 48b6774675
3 changed files with 5 additions and 42 deletions

View File

@@ -124,7 +124,8 @@
"test": "vitest --watch=false",
"test:watch": "vitest",
"prepack": "yarn run build",
"prepare": "husky && yarn run build"
"prepare": "husky && yarn run build",
"check-types": "tsc --noEmit"
},
"peerDependencies": {
"react": "^18.2.0",
@@ -155,11 +156,11 @@
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.18",
"eslint-plugin-storybook": "^0.11.2",
"framer-motion": "^11.3.28",
"glob": "^11.0.2",
"husky": "^9.1.7",
"jiti": "^1.21.0",
"lint-staged": "^15.5.2",
"motion": "^12.10.0",
"prettier": "^3.5.3",
"react": "^18.2.0",
"react-aria-components": "^1.8.0",