This repository was archived by the owner on Nov 12, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 10 files changed +21
-21
lines changed Expand file tree Collapse file tree 10 files changed +21
-21
lines changed Original file line number Diff line number Diff line change 11{
2- "version" : " 10.16.3 " ,
2+ "version" : " 10.16.4 " ,
33 "npmClient" : " yarn" ,
44 "useWorkspaces" : true ,
55 "packages" : [
Original file line number Diff line number Diff line change 11{
22 "name" : " @motionone/dom" ,
3- "version" : " 10.16.3 " ,
3+ "version" : " 10.16.4 " ,
44 "description" : " A tiny, performant animation library for the DOM" ,
55 "license" : " MIT" ,
66 "author" : " Matt Perry" ,
1616 },
1717 "dependencies" : {
1818 "@motionone/animation" : " ^10.16.3" ,
19- "@motionone/generators" : " ^10.16.3 " ,
19+ "@motionone/generators" : " ^10.16.4 " ,
2020 "@motionone/types" : " ^10.16.3" ,
2121 "@motionone/utils" : " ^10.16.3" ,
2222 "hey-listen" : " ^1.0.8" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @motionone/generators" ,
3- "version" : " 10.16.3 " ,
3+ "version" : " 10.16.4 " ,
44 "description" : " A collection of animation generators." ,
55 "license" : " MIT" ,
66 "author" : " Matt Perry" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " motion" ,
33 "description" : " A tiny, performant animation library for the web" ,
4- "version" : " 10.16.3 " ,
4+ "version" : " 10.16.4 " ,
55 "license" : " MIT" ,
66 "author" : " Matt Perry" ,
77 "main" : " dist/main.cjs.js" ,
2424 },
2525 "dependencies" : {
2626 "@motionone/animation" : " ^10.16.3" ,
27- "@motionone/dom" : " ^10.16.3 " ,
28- "@motionone/svelte" : " ^10.16.3 " ,
27+ "@motionone/dom" : " ^10.16.4 " ,
28+ "@motionone/svelte" : " ^10.16.4 " ,
2929 "@motionone/types" : " ^10.16.3" ,
3030 "@motionone/utils" : " ^10.16.3" ,
31- "@motionone/vue" : " ^10.16.3 "
31+ "@motionone/vue" : " ^10.16.4 "
3232 }
3333}
Original file line number Diff line number Diff line change 11{
22 "name" : " @motionone/react" ,
3- "version" : " 10.16.3 " ,
3+ "version" : " 10.16.4 " ,
44 "description" : " A tiny, performant animation library for React" ,
55 "license" : " MIT" ,
66 "author" : " Matt Perry" ,
1414 "measure" : " bundlesize"
1515 },
1616 "dependencies" : {
17- "@motionone/dom" : " ^10.16.3 " ,
17+ "@motionone/dom" : " ^10.16.4 " ,
1818 "hey-listen" : " ^1.0.8" ,
1919 "tslib" : " ^2.3.1"
2020 },
Original file line number Diff line number Diff line change 11{
22 "name" : " @motionone/solid" ,
3- "version" : " 10.16.3 " ,
3+ "version" : " 10.16.4 " ,
44 "description" : " A tiny, performant animation library for SolidJS" ,
55 "license" : " MIT" ,
66 "contributors" : [
3737 "measure" : " bundlesize"
3838 },
3939 "dependencies" : {
40- "@motionone/dom" : " ^10.16.3 " ,
40+ "@motionone/dom" : " ^10.16.4 " ,
4141 "@motionone/utils" : " ^10.16.3" ,
4242 "@solid-primitives/props" : " ^3.1.1" ,
4343 "@solid-primitives/refs" : " ^1.0.0" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @motionone/svelte" ,
3- "version" : " 10.16.3 " ,
3+ "version" : " 10.16.4 " ,
44 "description" : " A tiny, performant animation library for Svelte" ,
55 "author" : " Matt Perry" ,
66 "license" : " MIT" ,
1414 "test" : " jest --coverage --config jest.config.js"
1515 },
1616 "dependencies" : {
17- "@motionone/dom" : " ^10.16.3 " ,
17+ "@motionone/dom" : " ^10.16.4 " ,
1818 "tslib" : " ^2.3.1"
1919 },
2020 "devDependencies" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " @motionone/vue" ,
3- "version" : " 10.16.3 " ,
3+ "version" : " 10.16.4 " ,
44 "description" : " A tiny, performant animation library for Vue" ,
55 "author" : " Matt Perry" ,
66 "license" : " MIT" ,
1818 "measure" : " bundlesize"
1919 },
2020 "dependencies" : {
21- "@motionone/dom" : " ^10.16.3 " ,
21+ "@motionone/dom" : " ^10.16.4 " ,
2222 "tslib" : " ^2.3.1"
2323 },
2424 "devDependencies" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " playgrounds-solid" ,
3- "version" : " 10.16.3 " ,
3+ "version" : " 10.16.4 " ,
44 "private" : true ,
55 "scripts" : {
66 "dev" : " solid-start dev --port 3001" ,
99 },
1010 "type" : " module" ,
1111 "devDependencies" : {
12- "@motionone/solid" : " ^10.16.3 " ,
12+ "@motionone/solid" : " ^10.16.4 " ,
1313 "@solidjs/meta" : " ^0.28.0" ,
1414 "@solidjs/router" : " ^0.5.0" ,
1515 "solid-js" : " ^1.6.0" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " playgrounds-vue" ,
3- "version" : " 10.16.3 " ,
3+ "version" : " 10.16.4 " ,
44 "private" : true ,
55 "scripts" : {
66 "dev" : " nuxi dev"
99 "nuxt" : " npm:nuxt3@latest"
1010 },
1111 "dependencies" : {
12- "@motionone/vue" : " ^10.16.3 " ,
12+ "@motionone/vue" : " ^10.16.4 " ,
1313 "gsap" : " ^3.9.1" ,
14- "motion" : " ^10.16.3 " ,
14+ "motion" : " ^10.16.4 " ,
1515 "nuxi" : " ^0.10.1" ,
1616 "three" : " ^0.142.0"
1717 }
You can’t perform that action at this time.
0 commit comments