1
0
mirror of https://github.com/kremalicious/portfolio.git synced 2024-12-22 09:13:19 +01:00

Bump framer-motion from 10.15.2 to 10.16.0 (#1191)

Bumps [framer-motion](https://github.com/framer/motion) from 10.15.2 to 10.16.0.
- [Changelog](https://github.com/framer/motion/blob/v10.16.0/CHANGELOG.md)
- [Commits](https://github.com/framer/motion/compare/v10.15.2...v10.16.0)

---
updated-dependencies:
- dependency-name: framer-motion
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-08-16 12:52:52 +01:00 committed by GitHub
parent 18afebe60e
commit 42dfd8ed2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -13,7 +13,7 @@
"@radix-ui/react-select": "^1.2.2",
"@yaireo/relative-time": "^1.0.4",
"file-saver": "^2.0.5",
"framer-motion": "^10.15.2",
"framer-motion": "^10.16.0",
"lucide-react": "^0.268.0",
"next": "13.4.7",
"next-themes": "^0.2.1",
@ -7126,9 +7126,9 @@
}
},
"node_modules/framer-motion": {
"version": "10.15.2",
"resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-10.15.2.tgz",
"integrity": "sha512-z14GYH4WQXnuTgggwf0qyX0vo98PDE+dw21F7aLzUqEcrsmfLovy4jPiA82Cp/X0juWuEHte7rJGOjds9GAQFA==",
"version": "10.16.0",
"resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-10.16.0.tgz",
"integrity": "sha512-R+88Mkr/1dr7XHjacwptfJyrywRzQ1HZX3YSZtN4tFMBq1O8GGCbDEv31Nf/H08o0hUXLC87GkxsR/1bZgwXfw==",
"dependencies": {
"tslib": "^2.4.0"
},

View File

@ -28,7 +28,7 @@
"@radix-ui/react-select": "^1.2.2",
"@yaireo/relative-time": "^1.0.4",
"file-saver": "^2.0.5",
"framer-motion": "^10.15.2",
"framer-motion": "^10.16.0",
"lucide-react": "^0.268.0",
"next": "13.4.7",
"next-themes": "^0.2.1",