Skip to content

Commit

Permalink
chore: pin, update mirror
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyJasonBennett committed Nov 14, 2023
1 parent 0ee6ed6 commit 8a4bb4e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
},
"dependencies": {
"@babel/runtime": "^7.11.2",
"@mediapipe/tasks-vision": "^0.10.8",
"@mediapipe/tasks-vision": "0.10.8",
"@react-spring/three": "~9.6.1",
"@use-gesture/react": "^10.2.24",
"camera-controls": "^2.4.2",
Expand Down
2 changes: 1 addition & 1 deletion src/core/FaceLandmarker.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ type FaceLandmarkerProps = {
}

export const FaceLandmarkerDefaults = {
basePath: 'https://cdn.jsdelivr.net/npm/@mediapipe/[email protected].2/wasm',
basePath: 'https://cdn.jsdelivr.net/npm/@mediapipe/[email protected].8/wasm',
options: {
baseOptions: {
modelAssetPath:
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1875,7 +1875,7 @@
"@types/mdx" "^2.0.0"
"@types/react" ">=16"

"@mediapipe/tasks-vision@^0.10.8":
"@mediapipe/[email protected]":
version "0.10.8"
resolved "https://registry.yarnpkg.com/@mediapipe/tasks-vision/-/tasks-vision-0.10.8.tgz#a78e137018a19933b7a1d0e887d553d4ab833d10"
integrity sha512-Rp7ll8BHrKB3wXaRFKhrltwZl1CiXGdibPxuWXvqGnKTnv8fqa/nvftYNuSbf+pbJWKYCXdBtYTITdAUTGGh0Q==
Expand Down

0 comments on commit 8a4bb4e

Please sign in to comment.