Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[dep][dash](deps): Bump framer-motion from 11.12.0 to 11.14.1 in /ui/dashboard #626

Closed
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 ui/dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"echarts-for-react": "3.0.2",
"echarts-gl": "2.0.9",
"file-saver": "2.0.5",
"framer-motion": "11.12.0",
"framer-motion": "11.14.1",
"jq-web": "0.5.1",
"lodash": "4.17.21",
"react": "18.3.1",
Expand Down
30 changes: 23 additions & 7 deletions ui/dashboard/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10701,23 +10701,25 @@ __metadata:
languageName: node
linkType: hard

"framer-motion@npm:11.12.0":
version: 11.12.0
resolution: "framer-motion@npm:11.12.0"
"framer-motion@npm:11.14.1":
version: 11.14.1
resolution: "framer-motion@npm:11.14.1"
dependencies:
motion-dom: "npm:^11.14.1"
motion-utils: "npm:^11.14.1"
tslib: "npm:^2.4.0"
peerDependencies:
"@emotion/is-prop-valid": "*"
react: ^18.0.0
react-dom: ^18.0.0
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/9d1cfa356f5230b9bbed2107cbef50d38a7afa4c9d03fc7820c8d7bd8be697046af0e5b45f01d926c6b784f789858ad683afb361073271f826e63f29af4b05fb
checksum: 10c0/f5bb824a6655924a954caec1fb29fa58f28a837fea36904146cf4a2c081b55033d3aa7f8aa58d7ed040dbcda8dd3eb0a35ea37b1ec41deb2ddafc75dab10c9e4
languageName: node
linkType: hard

Expand Down Expand Up @@ -14535,6 +14537,20 @@ __metadata:
languageName: node
linkType: hard

"motion-dom@npm:^11.14.1":
version: 11.14.1
resolution: "motion-dom@npm:11.14.1"
checksum: 10c0/261e314b259aadee7577648e7a2e2db9c9cc094887956232736d69311744fdaf2cbd9639b2cc7a1b33ab292c481864870e81170e4729f014a3dbe36e6e7b3f8c
languageName: node
linkType: hard

"motion-utils@npm:^11.14.1":
version: 11.14.1
resolution: "motion-utils@npm:11.14.1"
checksum: 10c0/43d2dfe328f429386d135f6568e2af552c7b657227458760448b8a9db88b3108926b7816b4b0bf36f11096702c08f867830bfe3131c90e34f64874b53b3499cc
languageName: node
linkType: hard

"ms@npm:2.0.0":
version: 2.0.0
resolution: "ms@npm:2.0.0"
Expand Down Expand Up @@ -16558,7 +16574,7 @@ __metadata:
echarts-for-react: "npm:3.0.2"
echarts-gl: "npm:2.0.9"
file-saver: "npm:2.0.5"
framer-motion: "npm:11.12.0"
framer-motion: "npm:11.14.1"
fs-extra: "npm:11.2.0"
if-node-version: "npm:1.1.1"
jq-web: "npm:0.5.1"
Expand Down
Loading