Skip to content

Commit 9395501

Browse files
chore(deps): bump the prod-deps group across 1 directory with 8 updates
Bumps the prod-deps group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) | `7.26.0` | `7.28.4` | | [@monogrid/gainmap-js](https://github.com/MONOGRID/gainmap-js) | `3.0.6` | `3.1.0` | | [camera-controls](https://github.com/yomotsu/camera-controls) | `3.1.0` | `3.1.1` | | [detect-gpu](https://github.com/pmndrs/detect-gpu) | `5.0.56` | `5.0.70` | | [hls.js](https://github.com/video-dev/hls.js) | `1.5.17` | `1.6.13` | | [three-stdlib](https://github.com/pmndrs/three-stdlib) | `2.35.6` | `2.36.0` | | [use-sync-external-store](https://github.com/facebook/react/tree/HEAD/packages/use-sync-external-store) | `1.4.0` | `1.6.0` | | [zustand](https://github.com/pmndrs/zustand) | `5.0.1` | `5.0.8` | Updates `@babel/runtime` from 7.26.0 to 7.28.4 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.28.4/packages/babel-runtime) Updates `@monogrid/gainmap-js` from 3.0.6 to 3.1.0 - [Release notes](https://github.com/MONOGRID/gainmap-js/releases) - [Changelog](https://github.com/MONOGRID/gainmap-js/blob/main/CHANGELOG.md) - [Commits](MONOGRID/gainmap-js@v3.0.6...v3.1.0) Updates `camera-controls` from 3.1.0 to 3.1.1 - [Release notes](https://github.com/yomotsu/camera-controls/releases) - [Changelog](https://github.com/yomotsu/camera-controls/blob/dev/.releaserc.yml) - [Commits](yomotsu/camera-controls@v3.1.0...v3.1.1) Updates `detect-gpu` from 5.0.56 to 5.0.70 - [Changelog](https://github.com/pmndrs/detect-gpu/blob/master/CHANGELOG.md) - [Commits](https://github.com/pmndrs/detect-gpu/commits) Updates `hls.js` from 1.5.17 to 1.6.13 - [Release notes](https://github.com/video-dev/hls.js/releases) - [Changelog](https://github.com/video-dev/hls.js/blob/master/docs/release-process.md) - [Commits](video-dev/hls.js@v1.5.17...v1.6.13) Updates `three-stdlib` from 2.35.6 to 2.36.0 - [Release notes](https://github.com/pmndrs/three-stdlib/releases) - [Changelog](https://github.com/pmndrs/three-stdlib/blob/main/release.config.js) - [Commits](pmndrs/three-stdlib@v2.35.6...v2.36.0) Updates `use-sync-external-store` from 1.4.0 to 1.6.0 - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/HEAD/packages/use-sync-external-store) Updates `zustand` from 5.0.1 to 5.0.8 - [Release notes](https://github.com/pmndrs/zustand/releases) - [Commits](pmndrs/zustand@v5.0.1...v5.0.8) --- updated-dependencies: - dependency-name: "@babel/runtime" dependency-version: 7.28.4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: "@monogrid/gainmap-js" dependency-version: 3.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: camera-controls dependency-version: 3.1.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-deps - dependency-name: detect-gpu dependency-version: 5.0.70 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-deps - dependency-name: hls.js dependency-version: 1.6.13 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: three-stdlib dependency-version: 2.36.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: use-sync-external-store dependency-version: 1.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: zustand dependency-version: 5.0.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-deps ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9cc32c4 commit 9395501

File tree

2 files changed

+45
-56
lines changed

2 files changed

+45
-56
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -47,27 +47,27 @@
4747
"release": "semantic-release"
4848
},
4949
"dependencies": {
50-
"@babel/runtime": "^7.26.0",
50+
"@babel/runtime": "^7.28.6",
5151
"@mediapipe/tasks-vision": "0.10.17",
52-
"@monogrid/gainmap-js": "^3.0.6",
52+
"@monogrid/gainmap-js": "^3.4.0",
5353
"@use-gesture/react": "^10.3.1",
54-
"camera-controls": "^3.1.0",
54+
"camera-controls": "^3.1.2",
5555
"cross-env": "^7.0.3",
56-
"detect-gpu": "^5.0.56",
56+
"detect-gpu": "^5.0.70",
5757
"glsl-noise": "^0.0.0",
58-
"hls.js": "^1.5.17",
58+
"hls.js": "^1.6.15",
5959
"maath": "^0.10.8",
6060
"meshline": "^3.3.1",
6161
"stats-gl": "^2.2.8",
6262
"stats.js": "^0.17.0",
6363
"suspend-react": "^0.1.3",
6464
"three-mesh-bvh": "^0.8.3",
65-
"three-stdlib": "^2.35.6",
65+
"three-stdlib": "^2.36.1",
6666
"troika-three-text": "^0.52.4",
6767
"tunnel-rat": "^0.1.2",
68-
"use-sync-external-store": "^1.4.0",
68+
"use-sync-external-store": "^1.6.0",
6969
"utility-types": "^3.11.0",
70-
"zustand": "^5.0.1"
70+
"zustand": "^5.0.10"
7171
},
7272
"devDependencies": {
7373
"@babel/core": "^7.26.0",

yarn.lock

Lines changed: 37 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -1720,12 +1720,10 @@ __metadata:
17201720
languageName: node
17211721
linkType: hard
17221722

1723-
"@babel/runtime@npm:^7.26.0":
1724-
version: 7.26.0
1725-
resolution: "@babel/runtime@npm:7.26.0"
1726-
dependencies:
1727-
regenerator-runtime: "npm:^0.14.0"
1728-
checksum: 10c0/12c01357e0345f89f4f7e8c0e81921f2a3e3e101f06e8eaa18a382b517376520cd2fa8c237726eb094dab25532855df28a7baaf1c26342b52782f6936b07c287
1723+
"@babel/runtime@npm:^7.28.6":
1724+
version: 7.28.6
1725+
resolution: "@babel/runtime@npm:7.28.6"
1726+
checksum: 10c0/358cf2429992ac1c466df1a21c1601d595c46930a13c1d4662fde908d44ee78ec3c183aaff513ecb01ef8c55c3624afe0309eeeb34715672dbfadb7feedb2c0d
17291727
languageName: node
17301728
linkType: hard
17311729

@@ -2575,14 +2573,14 @@ __metadata:
25752573
languageName: node
25762574
linkType: hard
25772575

2578-
"@monogrid/gainmap-js@npm:^3.0.6":
2579-
version: 3.0.6
2580-
resolution: "@monogrid/gainmap-js@npm:3.0.6"
2576+
"@monogrid/gainmap-js@npm:^3.4.0":
2577+
version: 3.4.0
2578+
resolution: "@monogrid/gainmap-js@npm:3.4.0"
25812579
dependencies:
25822580
promise-worker-transferable: "npm:^1.0.4"
25832581
peerDependencies:
25842582
three: ">= 0.159.0"
2585-
checksum: 10c0/35f25e50b15fb55c4d38d08334337bbeff784a2b4a6c4069c1eaee49d1c4c27b2119e938efaa1417cfd9c99902355b0aaf8d9b9fc296748eb4cd26de81dd43f3
2583+
checksum: 10c0/06104767a0f542b36e1e203fe569f78996babcdd52661f42db4f079f372b272e0849b86f84f7690b2c165a8ba931f77ad324fe82a09c9b23e26d20e76cabd3e7
25862584
languageName: node
25872585
linkType: hard
25882586

@@ -3019,13 +3017,13 @@ __metadata:
30193017
"@babel/preset-env": "npm:^7.26.0"
30203018
"@babel/preset-react": "npm:^7.25.9"
30213019
"@babel/preset-typescript": "npm:^7.26.0"
3022-
"@babel/runtime": "npm:^7.26.0"
3020+
"@babel/runtime": "npm:^7.28.6"
30233021
"@chromatic-com/storybook": "npm:^4.1.3"
30243022
"@eslint/compat": "npm:^1.2.3"
30253023
"@eslint/eslintrc": "npm:^3.2.0"
30263024
"@eslint/js": "npm:^9.15.0"
30273025
"@mediapipe/tasks-vision": "npm:0.10.17"
3028-
"@monogrid/gainmap-js": "npm:^3.0.6"
3026+
"@monogrid/gainmap-js": "npm:^3.4.0"
30293027
"@playwright/test": "npm:^1.45.2"
30303028
"@react-three/fiber": "npm:^9.0.0"
30313029
"@rollup/plugin-babel": "npm:^5.3.0"
@@ -3044,18 +3042,18 @@ __metadata:
30443042
"@vitejs/plugin-react": "npm:^4.3.3"
30453043
babel-eslint: "npm:^10.1.0"
30463044
babel-loader: "npm:^9.2.1"
3047-
camera-controls: "npm:^3.1.0"
3045+
camera-controls: "npm:^3.1.2"
30483046
chromatic: "npm:^13.3.4"
30493047
copyfiles: "npm:^2.4.1"
30503048
cross-env: "npm:^7.0.3"
3051-
detect-gpu: "npm:^5.0.56"
3049+
detect-gpu: "npm:^5.0.70"
30523050
eslint: "npm:^9.15.0"
30533051
eslint-config-prettier: "npm:^9.1.0"
30543052
eslint-plugin-react: "npm:^7.37.2"
30553053
eslint-plugin-react-hooks: "npm:^5.0.0"
30563054
eslint-plugin-storybook: "npm:^10.1.11"
30573055
glsl-noise: "npm:^0.0.0"
3058-
hls.js: "npm:^1.5.17"
3056+
hls.js: "npm:^1.6.15"
30593057
husky: "npm:^9.1.7"
30603058
json: "npm:^11.0.0"
30613059
maath: "npm:^0.10.8"
@@ -3078,16 +3076,16 @@ __metadata:
30783076
suspend-react: "npm:^0.1.3"
30793077
three: "npm:^0.159.0"
30803078
three-mesh-bvh: "npm:^0.8.3"
3081-
three-stdlib: "npm:^2.35.6"
3079+
three-stdlib: "npm:^2.36.1"
30823080
troika-three-text: "npm:^0.52.4"
30833081
ts-node: "npm:^10.9.2"
30843082
tunnel-rat: "npm:^0.1.2"
30853083
typescript: "npm:^5.6.3"
3086-
use-sync-external-store: "npm:^1.4.0"
3084+
use-sync-external-store: "npm:^1.6.0"
30873085
utility-types: "npm:^3.11.0"
30883086
vite: "npm:^5.4.11"
30893087
vite-plugin-glslify: "npm:^2.1.0"
3090-
zustand: "npm:^5.0.1"
3088+
zustand: "npm:^5.0.10"
30913089
peerDependencies:
30923090
"@react-three/fiber": ^9.0.0
30933091
react: ^19
@@ -5076,12 +5074,12 @@ __metadata:
50765074
languageName: node
50775075
linkType: hard
50785076

5079-
"camera-controls@npm:^3.1.0":
5080-
version: 3.1.0
5081-
resolution: "camera-controls@npm:3.1.0"
5077+
"camera-controls@npm:^3.1.2":
5078+
version: 3.1.2
5079+
resolution: "camera-controls@npm:3.1.2"
50825080
peerDependencies:
50835081
three: ">=0.126.1"
5084-
checksum: 10c0/0b219d02127851c20ee5f6ae3cd408ffc554ca7bca89af2747e9a71ca40a80673b35e57a8d16a6fba5b3e865a4bafe06f5e5d240606a8d1e9674282d7e40e54a
5082+
checksum: 10c0/2d42162efd6789e713332a72212819fb04b261f7babc45b5794cd902997e4a4826c9401b672ffab2e09f9808fc2b615d9154d67c57f38a7c90487d4cf5429655
50855083
languageName: node
50865084
linkType: hard
50875085

@@ -5818,12 +5816,12 @@ __metadata:
58185816
languageName: node
58195817
linkType: hard
58205818

5821-
"detect-gpu@npm:^5.0.56":
5822-
version: 5.0.56
5823-
resolution: "detect-gpu@npm:5.0.56"
5819+
"detect-gpu@npm:^5.0.70":
5820+
version: 5.0.70
5821+
resolution: "detect-gpu@npm:5.0.70"
58245822
dependencies:
58255823
webgl-constants: "npm:^1.1.1"
5826-
checksum: 10c0/b5ef15b518782090552afbcd0fd121711172e7dc63afa9abe97b4a1e4408bfada401a6f4011a1e9e240666ad3c2bcca43b6be0f7a9794874ca227b6972d8e01c
5824+
checksum: 10c0/5a2053d4779edb3490821599b316b5362c8b55c30b82806c64bcfd21f40c67e2debfd677937899080aea2b27765471552bafeeae9c9f1cf63bdd07461a7e2163
58275825
languageName: node
58285826
linkType: hard
58295827

@@ -7667,10 +7665,10 @@ __metadata:
76677665
languageName: node
76687666
linkType: hard
76697667

7670-
"hls.js@npm:^1.5.17":
7671-
version: 1.5.17
7672-
resolution: "hls.js@npm:1.5.17"
7673-
checksum: 10c0/37b6fe2c8ed961b0b45ae961035aeafd203ff43aea26f0b63ac1382a05c45415e0e5d2302a2c4e316444e93d438ccd12e7cd36159e4f1fe2c3bfe57f53be3e98
7668+
"hls.js@npm:^1.6.15":
7669+
version: 1.6.15
7670+
resolution: "hls.js@npm:1.6.15"
7671+
checksum: 10c0/a3558909506b9d93420b395b1d9508df364f911ebc19b315f98bd4c1b94973ed996a95fe8662756a3fca96b762af741d13df81987bc68322f473acacbecbc6d9
76747672
languageName: node
76757673
linkType: hard
76767674

@@ -12371,9 +12369,9 @@ __metadata:
1237112369
languageName: node
1237212370
linkType: hard
1237312371

12374-
"three-stdlib@npm:^2.35.6":
12375-
version: 2.35.6
12376-
resolution: "three-stdlib@npm:2.35.6"
12372+
"three-stdlib@npm:^2.36.1":
12373+
version: 2.36.1
12374+
resolution: "three-stdlib@npm:2.36.1"
1237712375
dependencies:
1237812376
"@types/draco3d": "npm:^1.4.0"
1237912377
"@types/offscreencanvas": "npm:^2019.6.4"
@@ -12383,7 +12381,7 @@ __metadata:
1238312381
potpack: "npm:^1.0.1"
1238412382
peerDependencies:
1238512383
three: ">=0.128.0"
12386-
checksum: 10c0/cc986c41978e26416b8759ce31a190fd12226c3cd304ce159ccf2bf00faf57862d7b0d13a562c643c3d585557bdbef18f58aee82c68e46a99610b6c8aae45300
12384+
checksum: 10c0/6d04a3e6e1cf5a23e1d8807085609e5cfa999d342a8f4a3168432c4152e99ab555f7fd7ab22903d9639f33d8d19d2183c62931be34ad6c3ac8bd3ed879d973c2
1238712385
languageName: node
1238812386
linkType: hard
1238912387

@@ -13003,16 +13001,7 @@ __metadata:
1300313001
languageName: node
1300413002
linkType: hard
1300513003

13006-
"use-sync-external-store@npm:^1.4.0":
13007-
version: 1.4.0
13008-
resolution: "use-sync-external-store@npm:1.4.0"
13009-
peerDependencies:
13010-
react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
13011-
checksum: 10c0/ec011a5055962c0f6b509d6e78c0b143f8cd069890ae370528753053c55e3b360d3648e76cfaa854faa7a59eb08d6c5fb1015e60ffde9046d32f5b2a295acea5
13012-
languageName: node
13013-
linkType: hard
13014-
13015-
"use-sync-external-store@npm:^1.5.0":
13004+
"use-sync-external-store@npm:^1.5.0, use-sync-external-store@npm:^1.6.0":
1301613005
version: 1.6.0
1301713006
resolution: "use-sync-external-store@npm:1.6.0"
1301813007
peerDependencies:
@@ -13476,9 +13465,9 @@ __metadata:
1347613465
languageName: node
1347713466
linkType: hard
1347813467

13479-
"zustand@npm:^5.0.1":
13480-
version: 5.0.1
13481-
resolution: "zustand@npm:5.0.1"
13468+
"zustand@npm:^5.0.10":
13469+
version: 5.0.10
13470+
resolution: "zustand@npm:5.0.10"
1348213471
peerDependencies:
1348313472
"@types/react": ">=18.0.0"
1348413473
immer: ">=9.0.6"
@@ -13493,7 +13482,7 @@ __metadata:
1349313482
optional: true
1349413483
use-sync-external-store:
1349513484
optional: true
13496-
checksum: 10c0/b4239c8bf3988bfdaaed1c48f3958d0b047b721c4908a76bd78e73387d107963cda774541cf303c2ea89261481c995aa6666e7e77c30717ad440cdb499d9e5ca
13485+
checksum: 10c0/e6ddabf2b44f2c0b7362b0f549cb457d25516caa4c0465132037b62b6173552a43d48bb494c1707286f8d60b389fa249eb4242aa810f1c1d4b4d0b96df789cb8
1349713486
languageName: node
1349813487
linkType: hard
1349913488

0 commit comments

Comments
 (0)