Skip to content

Commit

Permalink
Upgrade to latest threejs (r164)
Browse files Browse the repository at this point in the history
  • Loading branch information
aardvarkk committed May 21, 2024
1 parent 17dd775 commit eab9eba
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 19 deletions.
22 changes: 11 additions & 11 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/model-viewer-effects/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ npm install three @google/model-viewer @google/model-viewer-effects
<script type="importmap">
{
"imports": {
"three": "https://cdn.jsdelivr.net/npm/three@^0.163.0/build/three.module.min.js"
"three": "https://cdn.jsdelivr.net/npm/three@^0.164.1/build/three.module.min.js"
}
}
</script>
Expand Down
4 changes: 2 additions & 2 deletions packages/model-viewer-effects/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"@types/chai": "^4.3.1",
"@types/mocha": "^9.1.1",
"@types/pngjs": "^6.0.1",
"@types/three": "^0.163.0",
"@types/three": "^0.164.0",
"@ungap/event-target": "^0.2.3",
"@web/test-runner": "^0.16.1",
"@web/test-runner-playwright": "^0.10.0",
Expand All @@ -100,7 +100,7 @@
"rollup-plugin-dts": "^4.2.2",
"rollup-plugin-polyfill": "^3.0.0",
"rollup-plugin-terser": "^7.0.2",
"three": "^0.163.0",
"three": "^0.164.1",
"typescript": "4.8.4"
},
"publishConfig": {
Expand Down
6 changes: 3 additions & 3 deletions packages/model-viewer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"@monogrid/gainmap-js": "^3.0.1"
},
"peerDependencies": {
"three": "^0.163.0"
"three": "^0.164.1"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^22.0.1",
Expand All @@ -96,7 +96,7 @@
"@types/chai": "^4.3.1",
"@types/mocha": "^9.1.1",
"@types/pngjs": "^6.0.1",
"@types/three": "^0.163.0",
"@types/three": "^0.164.0",
"@ungap/event-target": "^0.2.3",
"@web/test-runner": "^0.16.1",
"@web/test-runner-playwright": "^0.10.0",
Expand All @@ -110,7 +110,7 @@
"rollup-plugin-polyfill": "^3.0.0",
"rollup-plugin-terser": "^7.0.2",
"typescript": "4.8.4",
"three": "^0.163.0"
"three": "^0.164.1"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/modelviewer.dev/examples/postprocessing/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<script type="importmap">
{
"imports": {
"three": "https://cdn.jsdelivr.net/npm/three@^0.163.0/build/three.module.min.js"
"three": "https://cdn.jsdelivr.net/npm/three@^0.164.1/build/three.module.min.js"
}
}
</script>
Expand Down Expand Up @@ -104,7 +104,7 @@ <h2 class="demo-title">Setup Post Processing</h2>
<script type="importmap-noexecute">
{
"imports": {
"three": "https://cdn.jsdelivr.net/npm/three@^0.163.0/build/three.module.min.js"
"three": "https://cdn.jsdelivr.net/npm/three@^0.164.1/build/three.module.min.js"
}
}
</script>
Expand Down

0 comments on commit eab9eba

Please sign in to comment.