Skip to content

Commit

Permalink
chore: trying fix the build error #10
Browse files Browse the repository at this point in the history
  • Loading branch information
triyanox committed Dec 17, 2023
1 parent 40424bf commit 8870989
Show file tree
Hide file tree
Showing 3 changed files with 628 additions and 355 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@changesets/cli": "^2.27.1",
"@repo/eslint-config": "workspace:*",
"@repo/typescript-config": "workspace:*",
"prettier": "^3.1.0",
"prettier": "^3.1.1",
"turbo": "latest"
},
"packageManager": "pnpm@8.9.0",
Expand Down
13 changes: 7 additions & 6 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
"check-types": "tsc --noEmit"
},
"peerDependencies": {
"framer-motion": ">=4.0.0",
"react": ">=18",
"react-dom": ">=18",
"framer-motion": ">=4.0.0"
"react-dom": ">=18"
},
"dependencies": {
"@radix-ui/react-dropdown-menu": "^2.0.6",
Expand All @@ -43,15 +43,16 @@
},
"devDependencies": {
"@repo/typescript-config": "workspace:*",
"@types/react": "^18.2.5",
"@types/react": "^18.2.45",
"@types/react-dom": "18.2.7",
"autoprefixer": "^10.4.16",
"eslint": "^7.32.0",
"postcss": "^8.4.31",
"framer-motion": "^10.16.16",
"postcss": "^8.4.32",
"react": "^18.2.0",
"tailwindcss": "^3.3.6",
"tsup": "^8.0.1",
"typescript": "^4.9.4",
"framer-motion": "^10.16.16"
"typescript": "^4.9.4"
},
"author": "Mohamed Achaq <hi@achaq.dev>",
"homepage": "https://react-video.achaq.dev",
Expand Down
Loading

0 comments on commit 8870989

Please sign in to comment.