Skip to content

Commit

Permalink
Merge pull request #1376 from pixiv/vrma-deps-version
Browse files Browse the repository at this point in the history
fix: Fix internal dependency version from three-vrm-animation to three-vrm to latest
  • Loading branch information
0b5vr authored Feb 26, 2024
2 parents b37682a + 5bd8910 commit bc00dbf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/three-vrm-animation/examples/dnd.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"imports": {
"three": "https://unpkg.com/[email protected]/build/three.module.js",
"three/addons/": "https://unpkg.com/[email protected]/examples/jsm/",
"@pixiv/three-vrm": "https://unpkg.com/@pixiv/three-vrm@2.0.8/lib/three-vrm.module.js",
"@pixiv/three-vrm": "https://unpkg.com/@pixiv/three-vrm@2.1.0/lib/three-vrm.module.js",
"@pixiv/three-vrm-animation": "../lib/three-vrm-animation.module.js"
}
}
Expand Down
2 changes: 1 addition & 1 deletion packages/three-vrm-animation/examples/loader-plugin.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"imports": {
"three": "https://unpkg.com/[email protected]/build/three.module.js",
"three/addons/": "https://unpkg.com/[email protected]/examples/jsm/",
"@pixiv/three-vrm": "https://unpkg.com/@pixiv/three-vrm@2.0.8/lib/three-vrm.module.js",
"@pixiv/three-vrm": "https://unpkg.com/@pixiv/three-vrm@2.1.0/lib/three-vrm.module.js",
"@pixiv/three-vrm-animation": "../lib/three-vrm-animation.module.js"
}
}
Expand Down
2 changes: 1 addition & 1 deletion packages/three-vrm-animation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
},
"dependencies": {
"@pixiv/three-vrm-core": "2.1.0",
"@pixiv/types-vrmc-vrm-1.0": "2.0.8",
"@pixiv/types-vrmc-vrm-1.0": "2.1.0",
"@pixiv/types-vrmc-vrm-animation-1.0": "2.1.0"
},
"devDependencies": {
Expand Down

0 comments on commit bc00dbf

Please sign in to comment.