Skip to content

Commit 3b51013

Browse files
authored
chore: upgrade three to ^0.183.0 (#5163)
1 parent 5f97ef5 commit 3b51013

3 files changed

Lines changed: 20 additions & 20 deletions

File tree

package-lock.json

Lines changed: 15 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/model-viewer-effects/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
"@swc/core": "^1.11.8",
8989
"@types/mocha": "^10.0.10",
9090
"@types/pngjs": "^6.0.5",
91-
"@types/three": "^0.182.0",
91+
"@types/three": "^0.183.0",
9292
"@ungap/event-target": "^0.2.4",
9393
"@web/test-runner": "^0.20.0",
9494
"@web/test-runner-playwright": "^0.11.0",
@@ -101,7 +101,7 @@
101101
"rollup-plugin-cleanup": "^3.2.1",
102102
"rollup-plugin-dts": "^6.1.1",
103103
"rollup-plugin-polyfill": "^4.2.0",
104-
"three": "^0.182.0",
104+
"three": "^0.183.0",
105105
"typescript": "5.8.2"
106106
},
107107
"publishConfig": {

packages/model-viewer/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
"lit": "^3.2.1"
8888
},
8989
"peerDependencies": {
90-
"three": "^0.182.0"
90+
"three": "^0.183.0"
9191
},
9292
"devDependencies": {
9393
"@rollup/plugin-commonjs": "^28.0.3",
@@ -98,7 +98,7 @@
9898
"@swc/core": "^1.11.8",
9999
"@types/mocha": "^10.0.10",
100100
"@types/pngjs": "^6.0.5",
101-
"@types/three": "^0.182.0",
101+
"@types/three": "^0.183.0",
102102
"@ungap/event-target": "^0.2.4",
103103
"@web/test-runner": "^0.20.0",
104104
"@web/test-runner-playwright": "^0.11.0",
@@ -110,7 +110,7 @@
110110
"rollup-plugin-cleanup": "^3.2.1",
111111
"rollup-plugin-dts": "^6.1.1",
112112
"rollup-plugin-polyfill": "^4.2.0",
113-
"three": "^0.182.0",
113+
"three": "^0.183.0",
114114
"typescript": "5.8.2"
115115
},
116116
"publishConfig": {

0 commit comments

Comments
 (0)