Skip to content

Commit 1c3f530

Browse files
committed
deps: Bump Three.js to r171
I'm yet to neither check the behavior nor see the changelog The entrypoint change mrdoob/three.js#29404 might be relevant to us https://github.com/mrdoob/three.js/releases/tag/r171
1 parent aa26ddb commit 1c3f530

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+151
-113
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ You can import all the dependencies via CDN like [jsDelivr](https://www.jsdelivr
3232
<script type="importmap">
3333
{
3434
"imports": {
35-
"three": "https://cdn.jsdelivr.net/npm/three@0.169.0/build/three.module.js",
36-
"three/addons/": "https://cdn.jsdelivr.net/npm/three@0.169.0/examples/jsm/",
35+
"three": "https://cdn.jsdelivr.net/npm/three@0.171.0/build/three.module.js",
36+
"three/addons/": "https://cdn.jsdelivr.net/npm/three@0.171.0/examples/jsm/",
3737
"@pixiv/three-vrm": "https://cdn.jsdelivr.net/npm/@pixiv/three-vrm@3/lib/three-vrm.module.min.js"
3838
}
3939
}

packages/three-vrm-animation/examples/dnd.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
<script type="importmap">
2323
{
2424
"imports": {
25-
"three": "https://cdn.jsdelivr.net/npm/three@0.169.0/build/three.module.js",
26-
"three/addons/": "https://cdn.jsdelivr.net/npm/three@0.169.0/examples/jsm/",
25+
"three": "https://cdn.jsdelivr.net/npm/three@0.171.0/build/three.module.js",
26+
"three/addons/": "https://cdn.jsdelivr.net/npm/three@0.171.0/examples/jsm/",
2727
"@pixiv/three-vrm": "https://cdn.jsdelivr.net/npm/@pixiv/three-vrm@3/lib/three-vrm.module.js",
2828
"@pixiv/three-vrm-animation": "../lib/three-vrm-animation.module.js"
2929
}

packages/three-vrm-animation/examples/loader-plugin.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
<script type="importmap">
2323
{
2424
"imports": {
25-
"three": "https://cdn.jsdelivr.net/npm/three@0.169.0/build/three.module.js",
26-
"three/addons/": "https://cdn.jsdelivr.net/npm/three@0.169.0/examples/jsm/",
25+
"three": "https://cdn.jsdelivr.net/npm/three@0.171.0/build/three.module.js",
26+
"three/addons/": "https://cdn.jsdelivr.net/npm/three@0.171.0/examples/jsm/",
2727
"@pixiv/three-vrm": "https://cdn.jsdelivr.net/npm/@pixiv/three-vrm@3/lib/three-vrm.module.js",
2828
"@pixiv/three-vrm-animation": "../lib/three-vrm-animation.module.js"
2929
}

packages/three-vrm-animation/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@
5151
"@pixiv/types-vrmc-vrm-animation-1.0": "3.4.0"
5252
},
5353
"devDependencies": {
54-
"@types/three": "^0.169.0",
55-
"lint-staged": "15.4.3",
56-
"three": "^0.169.0"
54+
"@types/three": "^0.170.0",
55+
"lint-staged": "15.2.10",
56+
"three": "^0.171.0"
5757
},
5858
"peerDependencies": {
5959
"three": ">=0.137"

packages/three-vrm-core/examples/expressions.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
<script type="importmap">
2323
{
2424
"imports": {
25-
"three": "https://cdn.jsdelivr.net/npm/three@0.169.0/build/three.module.js",
26-
"three/addons/": "https://cdn.jsdelivr.net/npm/three@0.169.0/examples/jsm/",
25+
"three": "https://cdn.jsdelivr.net/npm/three@0.171.0/build/three.module.js",
26+
"three/addons/": "https://cdn.jsdelivr.net/npm/three@0.171.0/examples/jsm/",
2727
"@pixiv/three-vrm-core": "../lib/three-vrm-core.module.js"
2828
}
2929
}

packages/three-vrm-core/examples/firstPerson.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
<script type="importmap">
2929
{
3030
"imports": {
31-
"three": "https://cdn.jsdelivr.net/npm/three@0.169.0/build/three.module.js",
32-
"three/addons/": "https://cdn.jsdelivr.net/npm/three@0.169.0/examples/jsm/",
31+
"three": "https://cdn.jsdelivr.net/npm/three@0.171.0/build/three.module.js",
32+
"three/addons/": "https://cdn.jsdelivr.net/npm/three@0.171.0/examples/jsm/",
3333
"@pixiv/three-vrm-core": "../lib/three-vrm-core.module.js"
3434
}
3535
}

packages/three-vrm-core/examples/humanoid.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
<script type="importmap">
2323
{
2424
"imports": {
25-
"three": "https://cdn.jsdelivr.net/npm/three@0.169.0/build/three.module.js",
26-
"three/addons/": "https://cdn.jsdelivr.net/npm/three@0.169.0/examples/jsm/",
25+
"three": "https://cdn.jsdelivr.net/npm/three@0.171.0/build/three.module.js",
26+
"three/addons/": "https://cdn.jsdelivr.net/npm/three@0.171.0/examples/jsm/",
2727
"@pixiv/three-vrm-core": "../lib/three-vrm-core.module.js"
2828
}
2929
}

packages/three-vrm-core/examples/humanoidAnimation/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
{
3535
"imports": {
3636
"fflate": "https://cdn.jsdelivr.net/npm/[email protected]/esm/browser.js",
37-
"three": "https://cdn.jsdelivr.net/npm/three@0.169.0/build/three.module.js",
38-
"three/addons/": "https://cdn.jsdelivr.net/npm/three@0.169.0/examples/jsm/",
37+
"three": "https://cdn.jsdelivr.net/npm/three@0.171.0/build/three.module.js",
38+
"three/addons/": "https://cdn.jsdelivr.net/npm/three@0.171.0/examples/jsm/",
3939
"@pixiv/three-vrm-core": "../../lib/three-vrm-core.module.js"
4040
}
4141
}

packages/three-vrm-core/examples/lookAt.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
<script type="importmap">
2929
{
3030
"imports": {
31-
"three": "https://cdn.jsdelivr.net/npm/three@0.169.0/build/three.module.js",
32-
"three/addons/": "https://cdn.jsdelivr.net/npm/three@0.169.0/examples/jsm/",
31+
"three": "https://cdn.jsdelivr.net/npm/three@0.171.0/build/three.module.js",
32+
"three/addons/": "https://cdn.jsdelivr.net/npm/three@0.171.0/examples/jsm/",
3333
"@pixiv/three-vrm-core": "../lib/three-vrm-core.module.js"
3434
}
3535
}

packages/three-vrm-core/examples/meta.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
<script type="importmap">
3636
{
3737
"imports": {
38-
"three": "https://cdn.jsdelivr.net/npm/three@0.169.0/build/three.module.js",
39-
"three/addons/": "https://cdn.jsdelivr.net/npm/three@0.169.0/examples/jsm/",
38+
"three": "https://cdn.jsdelivr.net/npm/three@0.171.0/build/three.module.js",
39+
"three/addons/": "https://cdn.jsdelivr.net/npm/three@0.171.0/examples/jsm/",
4040
"@pixiv/three-vrm-core": "../lib/three-vrm-core.module.js"
4141
}
4242
}

0 commit comments

Comments
 (0)