Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
toxsick committed Dec 10, 2024
2 parents 2e5d6be + b1f63e7 commit 13bae27
Show file tree
Hide file tree
Showing 5 changed files with 164 additions and 162 deletions.
2 changes: 1 addition & 1 deletion packages/pixel-motion/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"prepack": "rm -rf ./dist && pnpm build"
},
"dependencies": {
"framer-motion": "11.13.1"
"framer-motion": "11.13.3"
},
"devDependencies": {
"@repo/tsup-config": "workspace:*"
Expand Down
4 changes: 2 additions & 2 deletions packages/pixels/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
"@nextui-org/theme": "2.2.11",
"@nextui-org/tabs": "2.0.37",
"@nextui-org/tooltip": "2.0.41",
"framer-motion": "11.13.1",
"framer-motion": "11.13.3",
"next-themes": "0.4.4",
"react-icons": "5.3.0"
},
Expand All @@ -153,7 +153,7 @@
"@repo/vite-config": "workspace:*",
"@types/debug": "4.1.12",
"@types/react": "18.3.14",
"@types/react-dom": "18.3.2",
"@types/react-dom": "18.3.3",
"@uiw/react-json-view": "2.0.0-alpha.30",
"react": "18.3.1",
"react-dom": "18.3.1"
Expand Down
4 changes: 2 additions & 2 deletions packages/uniform/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
"@nextui-org/system": "2.2.6",
"@nextui-org/theme": "2.2.11",
"@react-aria/visually-hidden": "3.8.18",
"framer-motion": "11.13.1",
"framer-motion": "11.13.3",
"react-icons": "5.3.0",
"react-hook-form": "7.54.0",
"react-select": "5.8.3",
Expand All @@ -146,7 +146,7 @@
"@testing-library/react-hooks": "8.0.1",
"@types/debug": "4.1.12",
"@types/react": "18.3.14",
"@types/react-dom": "18.3.2",
"@types/react-dom": "18.3.3",
"@types/slug": "5.0.9",
"react": "18.3.1",
"react-dom": "18.3.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/veto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@
"devDependencies": {
"@types/validator": "13.12.2",
"dts-bundle-generator": "9.5.1",
"zod": "3.23.8"
"zod": "3.24.0"
}
}
Loading

0 comments on commit 13bae27

Please sign in to comment.