Skip to content

Commit

Permalink
Merge pull request #7 from FlatMapIO/main
Browse files Browse the repository at this point in the history
Upgrade Dependencies
  • Loading branch information
thetarnav authored Sep 5, 2024
2 parents ba9005f + 3b0d4d7 commit f41c920
Show file tree
Hide file tree
Showing 3 changed files with 3,739 additions and 3,076 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "solid-motionone",
"version": "1.0.0",
"version": "1.0.1",
"description": "A tiny, performant animation library for SolidJS",
"license": "MIT",
"author": "Damian Tarnawski <gthetarnav@gmail.com>; David Di Biase <dave.dibiase@gmail.com>",
Expand Down Expand Up @@ -42,12 +42,12 @@
},
"typesVersions": {},
"dependencies": {
"@motionone/dom": "^10.16.4",
"@motionone/utils": "^10.16.3",
"@solid-primitives/props": "^3.1.8",
"@solid-primitives/refs": "^1.0.5",
"@solid-primitives/transition-group": "^1.0.3",
"csstype": "^3.1.0"
"@motionone/dom": "^10.17.0",
"@motionone/utils": "^10.17.0",
"@solid-primitives/props": "^3.1.11",
"@solid-primitives/refs": "^1.0.8",
"@solid-primitives/transition-group": "^1.0.5",
"csstype": "^3.1.3"
},
"devDependencies": {
"@babel/preset-env": "^7.23.7",
Expand All @@ -67,7 +67,7 @@
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"prettier": "^3.1.1",
"solid-js": "^1.8.7",
"solid-js": "^1.8.17",
"tsup": "^8.0.1",
"tsup-preset-solid": "^2.2.0",
"typescript": "^5.3.3"
Expand Down
Loading

0 comments on commit f41c920

Please sign in to comment.