Skip to content

Commit 87e3ea8

Browse files
committed
Move three from dev to regular dep
1 parent c5080ca commit 87e3ea8

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
"examples/**/*"
4444
],
4545
"dependencies": {
46+
"three": ">=0.154",
4647
"three-globe": "^2.41"
4748
},
4849
"peerDependencies": {
@@ -56,8 +57,7 @@
5657
"@rollup/plugin-node-resolve": "^16.0.0",
5758
"@rollup/plugin-terser": "^0.4.4",
5859
"rimraf": "^6.0.1",
59-
"rollup": "^4.34.6",
60-
"three": ">=0.88"
60+
"rollup": "^4.34.6"
6161
},
6262
"engines": {
6363
"node": ">=12"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1753,9 +1753,9 @@ supports-preserve-symlinks-flag@^1.0.0:
17531753
integrity sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==
17541754

17551755
terser@^5.17.4:
1756-
version "5.38.1"
1757-
resolved "https://registry.yarnpkg.com/terser/-/terser-5.38.1.tgz#a18d83c8acf3175e847ab0b66839f3c318167c58"
1758-
integrity sha512-GWANVlPM/ZfYzuPHjq0nxT+EbOEDDN3Jwhwdg1D8TU8oSkktp8w64Uq4auuGLxFSoNTRDncTq2hQHX1Ld9KHkA==
1756+
version "5.38.2"
1757+
resolved "https://registry.yarnpkg.com/terser/-/terser-5.38.2.tgz#24aef4ea48c900d46a4b13f6a53789980d59967f"
1758+
integrity sha512-w8CXxxbFA5zfNsR/i8HZq5bvn18AK0O9jj7hyo1YqkovLxEFa0uP0LCVGZRqiRaKRFxXhELBp8SteeAjEnfeJg==
17591759
dependencies:
17601760
"@jridgewell/source-map" "^0.3.3"
17611761
acorn "^8.8.2"
@@ -1816,7 +1816,7 @@ three-slippy-map-globe@1:
18161816
d3-octree "^1.1"
18171817
d3-scale "1 - 4"
18181818

1819-
three@>=0.88:
1819+
three@>=0.154:
18201820
version "0.173.0"
18211821
resolved "https://registry.yarnpkg.com/three/-/three-0.173.0.tgz#e82989961cd2db05768540458c81b29f565be921"
18221822
integrity sha512-AUwVmViIEUgBwxJJ7stnF0NkPpZxx1aZ6WiAbQ/Qq61h6I9UR4grXtZDmO8mnlaNORhHnIBlXJ1uBxILEKuVyw==

0 commit comments

Comments
 (0)