Skip to content

Commit 8c1f38f

Browse files
chore(deps): update dependency three to ^0.180.0 || ^0.181.0
1 parent 319f2d0 commit 8c1f38f

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

bun.lock

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
},
8484
"packages/rdk": {
8585
"name": "@omnidotdev/rdk",
86-
"version": "0.4.2",
86+
"version": "0.5.0",
8787
"dependencies": {
8888
"ts-pattern": "^5.9.0",
8989
"zustand": "^5.0.8",
@@ -117,7 +117,7 @@
117117
"locar": "0.1.5",
118118
"react": "^19.2.0",
119119
"react-dom": "^19.2.0",
120-
"three": "^0.180.0",
120+
"three": "^0.180.0 || ^0.181.0",
121121
},
122122
"optionalPeers": [
123123
"@ar-js-org/ar.js",
@@ -1335,8 +1335,6 @@
13351335

13361336
"@microsoft/api-extractor/typescript": ["typescript@5.8.2", "", { "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" } }, "sha512-aJn6wq13/afZp/jT9QZmwEjDqqvSGp1VT5GVg+f/t6/oVyrgXM6BY1h9BRh/O5p3PlUPAe+WuiEZOmb/49RqoQ=="],
13371337

1338-
"@omnidotdev/rdk/three": ["three@0.180.0", "", {}, "sha512-o+qycAMZrh+TsE01GqWUxUIKR1AL0S8pq7zDkYOQw8GqfX8b8VoCKYUoHbhiX5j+7hr8XsuHDVU6+gkQJQKg9w=="],
1339-
13401338
"@pmndrs/handle/zustand": ["zustand@4.5.7", "", { "dependencies": { "use-sync-external-store": "^1.2.2" }, "peerDependencies": { "@types/react": ">=16.8", "immer": ">=9.0.6", "react": ">=16.8" }, "optionalPeers": ["@types/react", "immer", "react"] }, "sha512-CHOUy7mu3lbD6o6LJLfllpjkzhHXSBlX8B9+qPddUsIfeF5S/UZ5q0kmCsnRqT1UHFQZchNFDDzMbQsuesHWlw=="],
13411339

13421340
"@pmndrs/xr/zustand": ["zustand@4.5.7", "", { "dependencies": { "use-sync-external-store": "^1.2.2" }, "peerDependencies": { "@types/react": ">=16.8", "immer": ">=9.0.6", "react": ">=16.8" }, "optionalPeers": ["@types/react", "immer", "react"] }, "sha512-CHOUy7mu3lbD6o6LJLfllpjkzhHXSBlX8B9+qPddUsIfeF5S/UZ5q0kmCsnRqT1UHFQZchNFDDzMbQsuesHWlw=="],

packages/rdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"locar": "0.1.5",
5151
"react": "^19.2.0",
5252
"react-dom": "^19.2.0",
53-
"three": "^0.180.0"
53+
"three": "^0.180.0 || ^0.181.0"
5454
},
5555
"peerDependenciesMeta": {
5656
"@ar-js-org/ar.js": {

0 commit comments

Comments
 (0)