Skip to content

Commit

Permalink
fix: Fix internal dependency version from three-vrm-animation to thre…
Browse files Browse the repository at this point in the history
…e-vrm to latest
  • Loading branch information
0b5vr committed Feb 26, 2024
1 parent 0d96aea commit 5bd8910
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 5bd8910

Please sign in to comment.