Skip to content

Commit 7e77f8c

Browse files
chore(deps): bump three and @types/three (#233)
Bumps [three](https://github.com/mrdoob/three.js) and [@types/three](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/three). These dependencies needed to be updated together. Updates `three` from 0.159.0 to 0.160.0 - [Release notes](https://github.com/mrdoob/three.js/releases) - [Commits](https://github.com/mrdoob/three.js/commits) Updates `@types/three` from 0.159.0 to 0.160.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/three) --- updated-dependencies: - dependency-name: three dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: "@types/three" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1cf1994 commit 7e77f8c

File tree

10 files changed

+38
-38
lines changed

10 files changed

+38
-38
lines changed

apps/navmesh-website/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@
1818
"recast-navigation": "workspace:*",
1919
"styled-components": "^6.1.0",
2020
"suspend-react": "^0.1.3",
21-
"three": "^0.159.0",
21+
"three": "^0.160.0",
2222
"tunnel-rat": "^0.1.2",
2323
"zustand": "^4.3.8"
2424
},
2525
"devDependencies": {
2626
"@types/react": "^18.2.11",
2727
"@types/react-dom": "^18.2.8",
28-
"@types/three": "^0.159.0",
28+
"@types/three": "^0.160.0",
2929
"@vitejs/plugin-react": "^4.2.0",
3030
"typescript": "^5.3.2",
3131
"vite": "^5.0.10",

examples/node-cjs-example/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"author": "",
1010
"license": "ISC",
1111
"dependencies": {
12-
"@types/three": "^0.159.0",
12+
"@types/three": "^0.160.0",
1313
"recast-navigation": "0.16.1",
14-
"three": "^0.159.0"
14+
"three": "^0.160.0"
1515
}
1616
}

examples/node-esm-example/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"author": "",
1111
"license": "ISC",
1212
"dependencies": {
13-
"@types/three": "^0.159.0",
13+
"@types/three": "^0.160.0",
1414
"recast-navigation": "0.16.1",
15-
"three": "^0.159.0"
15+
"three": "^0.160.0"
1616
}
1717
}

examples/parcel-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"@react-three/fiber": "^8.15.12",
1212
"react": "18.2.0",
1313
"recast-navigation": "workspace:^",
14-
"three": "^0.159.0"
14+
"three": "^0.160.0"
1515
},
1616
"devDependencies": {
1717
"parcel": "^2.10.2"

examples/react-scripts-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"react-scripts": "5.0.1",
1111
"recast-navigation": "0.16.1",
1212
"suspend-react": "^0.1.3",
13-
"three": "^0.159.0"
13+
"three": "^0.160.0"
1414
},
1515
"scripts": {
1616
"start": "react-scripts start",

examples/vite-example/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@
1414
"react-dom": "^18.2.0",
1515
"recast-navigation": "0.16.1",
1616
"suspend-react": "^0.1.3",
17-
"three": "^0.159.0"
17+
"three": "^0.160.0"
1818
},
1919
"devDependencies": {
2020
"@types/react": "^18.2.11",
2121
"@types/react-dom": "^18.2.8",
22-
"@types/three": "^0.159.0",
22+
"@types/three": "^0.160.0",
2323
"@vitejs/plugin-react": "^4.2.0",
2424
"typescript": "^5.3.2",
2525
"vite": "^5.0.10"

packages/recast-navigation-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"@rollup/plugin-node-resolve": "^15.0.1",
3636
"@rollup/plugin-terser": "^0.4.3",
3737
"@rollup/plugin-typescript": "^11.1.5",
38-
"@types/three": "^0.159.0",
38+
"@types/three": "^0.160.0",
3939
"babel-loader": "^9.1.3",
4040
"eslint": "^8.56.0",
4141
"prettier": "^3.1.0",

packages/recast-navigation-three/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@
3939
"@rollup/plugin-node-resolve": "^15.0.1",
4040
"@rollup/plugin-terser": "^0.4.3",
4141
"@rollup/plugin-typescript": "^11.1.5",
42-
"@types/three": "^0.159.0",
42+
"@types/three": "^0.160.0",
4343
"eslint": "^8.56.0",
4444
"prettier": "^3.1.0",
4545
"rollup": "^4.6.0",
4646
"rollup-plugin-copy": "^3.4.0",
4747
"rollup-plugin-filesize": "^10.0.0",
48-
"three": "^0.159.0",
48+
"three": "^0.160.0",
4949
"typescript": "^5.3.2"
5050
},
5151
"packageManager": "yarn@3.2.1"

packages/recast-navigation/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
"@storybook/react-vite": "^7.5.3",
9292
"@types/react": "^18.2.11",
9393
"@types/react-dom": "^18.2.8",
94-
"@types/three": "^0.159.0",
94+
"@types/three": "^0.160.0",
9595
"eslint": "^8.56.0",
9696
"leva": "^0.9.35",
9797
"react": "^18.2.0",
@@ -101,7 +101,7 @@
101101
"rollup-plugin-filesize": "^10.0.0",
102102
"storybook": "^7.5.3",
103103
"suspend-react": "^0.1.3",
104-
"three": "^0.159.0",
104+
"three": "^0.160.0",
105105
"three-pathfinding": "^1.2.0",
106106
"typescript": "^5.3.2",
107107
"vitest": "^1.1.0"

yarn.lock

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -5081,7 +5081,7 @@ __metadata:
50815081
"@rollup/plugin-node-resolve": "npm:^15.0.1"
50825082
"@rollup/plugin-terser": "npm:^0.4.3"
50835083
"@rollup/plugin-typescript": "npm:^11.1.5"
5084-
"@types/three": "npm:^0.159.0"
5084+
"@types/three": "npm:^0.160.0"
50855085
babel-loader: "npm:^9.1.3"
50865086
eslint: "npm:^8.56.0"
50875087
prettier: "npm:^3.1.0"
@@ -5123,13 +5123,13 @@ __metadata:
51235123
"@rollup/plugin-node-resolve": "npm:^15.0.1"
51245124
"@rollup/plugin-terser": "npm:^0.4.3"
51255125
"@rollup/plugin-typescript": "npm:^11.1.5"
5126-
"@types/three": "npm:^0.159.0"
5126+
"@types/three": "npm:^0.160.0"
51275127
eslint: "npm:^8.56.0"
51285128
prettier: "npm:^3.1.0"
51295129
rollup: "npm:^4.6.0"
51305130
rollup-plugin-copy: "npm:^3.4.0"
51315131
rollup-plugin-filesize: "npm:^10.0.0"
5132-
three: "npm:^0.159.0"
5132+
three: "npm:^0.160.0"
51335133
typescript: "npm:^5.3.2"
51345134
peerDependencies:
51355135
"@types/three": 0.x.x
@@ -7171,15 +7171,15 @@ __metadata:
71717171
languageName: node
71727172
linkType: hard
71737173

7174-
"@types/three@npm:^0.159.0":
7175-
version: 0.159.0
7176-
resolution: "@types/three@npm:0.159.0"
7174+
"@types/three@npm:^0.160.0":
7175+
version: 0.160.0
7176+
resolution: "@types/three@npm:0.160.0"
71777177
dependencies:
71787178
"@types/stats.js": "npm:*"
71797179
"@types/webxr": "npm:*"
71807180
fflate: "npm:~0.6.10"
71817181
meshoptimizer: "npm:~0.18.1"
7182-
checksum: a166eee8be977645812276200da18877594fde37793499cdc8d47612fb9c2574218cd0adc603f7104189e1aab74cc0308357ef07f67c2f74a1c0c85ddbe589b0
7182+
checksum: cb65496c7592988d6d1e0df563e42435c60fd113136ef362edf9861c384c957bb376acd1bea163cf9ae81caea116a5c297e334f9a66e7ffe25b413742bf003c3
71837183
languageName: node
71847184
linkType: hard
71857185

@@ -16735,7 +16735,7 @@ __metadata:
1673516735
"@react-three/fiber": "npm:^8.15.12"
1673616736
"@types/react": "npm:^18.2.11"
1673716737
"@types/react-dom": "npm:^18.2.8"
16738-
"@types/three": "npm:^0.159.0"
16738+
"@types/three": "npm:^0.160.0"
1673916739
"@vitejs/plugin-react": "npm:^4.2.0"
1674016740
leva: "npm:^0.9.35"
1674116741
react: "npm:^18.2.0"
@@ -16744,7 +16744,7 @@ __metadata:
1674416744
recast-navigation: "workspace:*"
1674516745
styled-components: "npm:^6.1.0"
1674616746
suspend-react: "npm:^0.1.3"
16747-
three: "npm:^0.159.0"
16747+
three: "npm:^0.160.0"
1674816748
tunnel-rat: "npm:^0.1.2"
1674916749
typescript: "npm:^5.3.2"
1675016750
vite: "npm:^5.0.10"
@@ -16799,9 +16799,9 @@ __metadata:
1679916799
version: 0.0.0-use.local
1680016800
resolution: "node-cjs-example@workspace:examples/node-cjs-example"
1680116801
dependencies:
16802-
"@types/three": "npm:^0.159.0"
16802+
"@types/three": "npm:^0.160.0"
1680316803
recast-navigation: "npm:0.16.1"
16804-
three: "npm:^0.159.0"
16804+
three: "npm:^0.160.0"
1680516805
languageName: unknown
1680616806
linkType: soft
1680716807

@@ -16818,9 +16818,9 @@ __metadata:
1681816818
version: 0.0.0-use.local
1681916819
resolution: "node-esm-example@workspace:examples/node-esm-example"
1682016820
dependencies:
16821-
"@types/three": "npm:^0.159.0"
16821+
"@types/three": "npm:^0.160.0"
1682216822
recast-navigation: "npm:0.16.1"
16823-
three: "npm:^0.159.0"
16823+
three: "npm:^0.160.0"
1682416824
languageName: unknown
1682516825
linkType: soft
1682616826

@@ -17556,7 +17556,7 @@ __metadata:
1755617556
parcel: "npm:^2.10.2"
1755717557
react: "npm:18.2.0"
1755817558
recast-navigation: "workspace:^"
17559-
three: "npm:^0.159.0"
17559+
three: "npm:^0.160.0"
1756017560
languageName: unknown
1756117561
linkType: soft
1756217562

@@ -19388,7 +19388,7 @@ __metadata:
1938819388
react-scripts: "npm:5.0.1"
1938919389
recast-navigation: "npm:0.16.1"
1939019390
suspend-react: "npm:^0.1.3"
19391-
three: "npm:^0.159.0"
19391+
three: "npm:^0.160.0"
1939219392
languageName: unknown
1939319393
linkType: soft
1939419394

@@ -19634,7 +19634,7 @@ __metadata:
1963419634
"@storybook/react-vite": "npm:^7.5.3"
1963519635
"@types/react": "npm:^18.2.11"
1963619636
"@types/react-dom": "npm:^18.2.8"
19637-
"@types/three": "npm:^0.159.0"
19637+
"@types/three": "npm:^0.160.0"
1963819638
eslint: "npm:^8.56.0"
1963919639
leva: "npm:^0.9.35"
1964019640
react: "npm:^18.2.0"
@@ -19644,7 +19644,7 @@ __metadata:
1964419644
rollup-plugin-filesize: "npm:^10.0.0"
1964519645
storybook: "npm:^7.5.3"
1964619646
suspend-react: "npm:^0.1.3"
19647-
three: "npm:^0.159.0"
19647+
three: "npm:^0.160.0"
1964819648
three-pathfinding: "npm:^1.2.0"
1964919649
typescript: "npm:^5.3.2"
1965019650
vitest: "npm:^1.1.0"
@@ -21703,10 +21703,10 @@ __metadata:
2170321703
languageName: node
2170421704
linkType: hard
2170521705

21706-
"three@npm:^0.159.0":
21707-
version: 0.159.0
21708-
resolution: "three@npm:0.159.0"
21709-
checksum: ef1d94f8c1b66d35fa4e3836f40cbd85d23a598e40d9e9e2af2f31c7ad790422dd843ff7a9baab28df0494cbb7bc46e6016499ce2de2665c49099c7753412c34
21706+
"three@npm:^0.160.0":
21707+
version: 0.160.0
21708+
resolution: "three@npm:0.160.0"
21709+
checksum: 2053f5f89fa051a2baf02b0ff3b3724528f1b1b9a289c803c1d80df2cb9caf3224b1581327dc18b2f261f81d280de87d22886d1eccaa2ba46fdc3b8eb6e15326
2171021710
languageName: node
2171121711
linkType: hard
2171221712

@@ -22713,13 +22713,13 @@ __metadata:
2271322713
"@react-three/fiber": "npm:^8.15.12"
2271422714
"@types/react": "npm:^18.2.11"
2271522715
"@types/react-dom": "npm:^18.2.8"
22716-
"@types/three": "npm:^0.159.0"
22716+
"@types/three": "npm:^0.160.0"
2271722717
"@vitejs/plugin-react": "npm:^4.2.0"
2271822718
react: "npm:^18.2.0"
2271922719
react-dom: "npm:^18.2.0"
2272022720
recast-navigation: "npm:0.16.1"
2272122721
suspend-react: "npm:^0.1.3"
22722-
three: "npm:^0.159.0"
22722+
three: "npm:^0.160.0"
2272322723
typescript: "npm:^5.3.2"
2272422724
vite: "npm:^5.0.10"
2272522725
languageName: unknown

0 commit comments

Comments
 (0)