Skip to content

Commit 00796ce

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 4a367bf commit 00796ce

File tree

2 files changed

+52
-54
lines changed

2 files changed

+52
-54
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -46,27 +46,27 @@
4646
"release": "semantic-release"
4747
},
4848
"dependencies": {
49-
"@babel/runtime": "^7.26.0",
49+
"@babel/runtime": "^7.28.4",
5050
"@mediapipe/tasks-vision": "0.10.17",
51-
"@monogrid/gainmap-js": "^3.0.6",
51+
"@monogrid/gainmap-js": "^3.4.0",
5252
"@use-gesture/react": "^10.3.1",
53-
"camera-controls": "^3.1.0",
53+
"camera-controls": "^3.1.2",
5454
"cross-env": "^7.0.3",
55-
"detect-gpu": "^5.0.56",
55+
"detect-gpu": "^5.0.70",
5656
"glsl-noise": "^0.0.0",
57-
"hls.js": "^1.5.17",
57+
"hls.js": "^1.6.15",
5858
"maath": "^0.10.8",
5959
"meshline": "^3.3.1",
6060
"stats-gl": "^2.2.8",
6161
"stats.js": "^0.17.0",
6262
"suspend-react": "^0.1.3",
6363
"three-mesh-bvh": "^0.8.3",
64-
"three-stdlib": "^2.35.6",
64+
"three-stdlib": "^2.36.1",
6565
"troika-three-text": "^0.52.4",
6666
"tunnel-rat": "^0.1.2",
67-
"use-sync-external-store": "^1.4.0",
67+
"use-sync-external-store": "^1.6.0",
6868
"utility-types": "^3.11.0",
69-
"zustand": "^5.0.1"
69+
"zustand": "^5.0.8"
7070
},
7171
"devDependencies": {
7272
"@babel/core": "^7.26.0",

yarn.lock

Lines changed: 44 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -1581,12 +1581,10 @@ __metadata:
15811581
languageName: node
15821582
linkType: hard
15831583

1584-
"@babel/runtime@npm:^7.26.0":
1585-
version: 7.26.0
1586-
resolution: "@babel/runtime@npm:7.26.0"
1587-
dependencies:
1588-
regenerator-runtime: "npm:^0.14.0"
1589-
checksum: 10c0/12c01357e0345f89f4f7e8c0e81921f2a3e3e101f06e8eaa18a382b517376520cd2fa8c237726eb094dab25532855df28a7baaf1c26342b52782f6936b07c287
1584+
"@babel/runtime@npm:^7.28.4":
1585+
version: 7.28.4
1586+
resolution: "@babel/runtime@npm:7.28.4"
1587+
checksum: 10c0/792ce7af9750fb9b93879cc9d1db175701c4689da890e6ced242ea0207c9da411ccf16dc04e689cc01158b28d7898c40d75598f4559109f761c12ce01e959bf7
15901588
languageName: node
15911589
linkType: hard
15921590

@@ -2348,14 +2346,14 @@ __metadata:
23482346
languageName: node
23492347
linkType: hard
23502348

2351-
"@monogrid/gainmap-js@npm:^3.0.6":
2352-
version: 3.0.6
2353-
resolution: "@monogrid/gainmap-js@npm:3.0.6"
2349+
"@monogrid/gainmap-js@npm:^3.4.0":
2350+
version: 3.4.0
2351+
resolution: "@monogrid/gainmap-js@npm:3.4.0"
23542352
dependencies:
23552353
promise-worker-transferable: "npm:^1.0.4"
23562354
peerDependencies:
23572355
three: ">= 0.159.0"
2358-
checksum: 10c0/35f25e50b15fb55c4d38d08334337bbeff784a2b4a6c4069c1eaee49d1c4c27b2119e938efaa1417cfd9c99902355b0aaf8d9b9fc296748eb4cd26de81dd43f3
2356+
checksum: 10c0/06104767a0f542b36e1e203fe569f78996babcdd52661f42db4f079f372b272e0849b86f84f7690b2c165a8ba931f77ad324fe82a09c9b23e26d20e76cabd3e7
23592357
languageName: node
23602358
linkType: hard
23612359

@@ -2792,13 +2790,13 @@ __metadata:
27922790
"@babel/preset-env": "npm:^7.26.0"
27932791
"@babel/preset-react": "npm:^7.25.9"
27942792
"@babel/preset-typescript": "npm:^7.26.0"
2795-
"@babel/runtime": "npm:^7.26.0"
2793+
"@babel/runtime": "npm:^7.28.4"
27962794
"@chromatic-com/storybook": "npm:^4.1.0"
27972795
"@eslint/compat": "npm:^1.2.3"
27982796
"@eslint/eslintrc": "npm:^3.2.0"
27992797
"@eslint/js": "npm:^9.15.0"
28002798
"@mediapipe/tasks-vision": "npm:0.10.17"
2801-
"@monogrid/gainmap-js": "npm:^3.0.6"
2799+
"@monogrid/gainmap-js": "npm:^3.4.0"
28022800
"@playwright/test": "npm:^1.45.2"
28032801
"@react-three/fiber": "npm:^9.0.0"
28042802
"@rollup/plugin-babel": "npm:^5.3.0"
@@ -2816,17 +2814,17 @@ __metadata:
28162814
"@vitejs/plugin-react": "npm:^4.3.3"
28172815
babel-eslint: "npm:^10.1.0"
28182816
babel-loader: "npm:^9.2.1"
2819-
camera-controls: "npm:^3.1.0"
2817+
camera-controls: "npm:^3.1.2"
28202818
copyfiles: "npm:^2.4.1"
28212819
cross-env: "npm:^7.0.3"
2822-
detect-gpu: "npm:^5.0.56"
2820+
detect-gpu: "npm:^5.0.70"
28232821
eslint: "npm:^9.15.0"
28242822
eslint-config-prettier: "npm:^9.1.0"
28252823
eslint-plugin-react: "npm:^7.37.2"
28262824
eslint-plugin-react-hooks: "npm:^5.0.0"
28272825
eslint-plugin-storybook: "npm:^9.1.2"
28282826
glsl-noise: "npm:^0.0.0"
2829-
hls.js: "npm:^1.5.17"
2827+
hls.js: "npm:^1.6.15"
28302828
husky: "npm:^9.1.7"
28312829
json: "npm:^11.0.0"
28322830
maath: "npm:^0.10.8"
@@ -2848,16 +2846,16 @@ __metadata:
28482846
suspend-react: "npm:^0.1.3"
28492847
three: "npm:^0.159.0"
28502848
three-mesh-bvh: "npm:^0.8.3"
2851-
three-stdlib: "npm:^2.35.6"
2849+
three-stdlib: "npm:^2.36.1"
28522850
troika-three-text: "npm:^0.52.4"
28532851
ts-node: "npm:^10.9.2"
28542852
tunnel-rat: "npm:^0.1.2"
28552853
typescript: "npm:^5.6.3"
2856-
use-sync-external-store: "npm:^1.4.0"
2854+
use-sync-external-store: "npm:^1.6.0"
28572855
utility-types: "npm:^3.11.0"
28582856
vite: "npm:^5.4.11"
28592857
vite-plugin-glslify: "npm:^2.1.0"
2860-
zustand: "npm:^5.0.1"
2858+
zustand: "npm:^5.0.8"
28612859
peerDependencies:
28622860
"@react-three/fiber": ^9.0.0
28632861
react: ^19
@@ -4823,12 +4821,12 @@ __metadata:
48234821
languageName: node
48244822
linkType: hard
48254823

4826-
"camera-controls@npm:^3.1.0":
4827-
version: 3.1.0
4828-
resolution: "camera-controls@npm:3.1.0"
4824+
"camera-controls@npm:^3.1.2":
4825+
version: 3.1.2
4826+
resolution: "camera-controls@npm:3.1.2"
48294827
peerDependencies:
48304828
three: ">=0.126.1"
4831-
checksum: 10c0/0b219d02127851c20ee5f6ae3cd408ffc554ca7bca89af2747e9a71ca40a80673b35e57a8d16a6fba5b3e865a4bafe06f5e5d240606a8d1e9674282d7e40e54a
4829+
checksum: 10c0/2d42162efd6789e713332a72212819fb04b261f7babc45b5794cd902997e4a4826c9401b672ffab2e09f9808fc2b615d9154d67c57f38a7c90487d4cf5429655
48324830
languageName: node
48334831
linkType: hard
48344832

@@ -5548,12 +5546,12 @@ __metadata:
55485546
languageName: node
55495547
linkType: hard
55505548

5551-
"detect-gpu@npm:^5.0.56":
5552-
version: 5.0.56
5553-
resolution: "detect-gpu@npm:5.0.56"
5549+
"detect-gpu@npm:^5.0.70":
5550+
version: 5.0.70
5551+
resolution: "detect-gpu@npm:5.0.70"
55545552
dependencies:
55555553
webgl-constants: "npm:^1.1.1"
5556-
checksum: 10c0/b5ef15b518782090552afbcd0fd121711172e7dc63afa9abe97b4a1e4408bfada401a6f4011a1e9e240666ad3c2bcca43b6be0f7a9794874ca227b6972d8e01c
5554+
checksum: 10c0/5a2053d4779edb3490821599b316b5362c8b55c30b82806c64bcfd21f40c67e2debfd677937899080aea2b27765471552bafeeae9c9f1cf63bdd07461a7e2163
55575555
languageName: node
55585556
linkType: hard
55595557

@@ -7383,10 +7381,10 @@ __metadata:
73837381
languageName: node
73847382
linkType: hard
73857383

7386-
"hls.js@npm:^1.5.17":
7387-
version: 1.5.17
7388-
resolution: "hls.js@npm:1.5.17"
7389-
checksum: 10c0/37b6fe2c8ed961b0b45ae961035aeafd203ff43aea26f0b63ac1382a05c45415e0e5d2302a2c4e316444e93d438ccd12e7cd36159e4f1fe2c3bfe57f53be3e98
7384+
"hls.js@npm:^1.6.15":
7385+
version: 1.6.15
7386+
resolution: "hls.js@npm:1.6.15"
7387+
checksum: 10c0/a3558909506b9d93420b395b1d9508df364f911ebc19b315f98bd4c1b94973ed996a95fe8662756a3fca96b762af741d13df81987bc68322f473acacbecbc6d9
73907388
languageName: node
73917389
linkType: hard
73927390

@@ -12025,9 +12023,9 @@ __metadata:
1202512023
languageName: node
1202612024
linkType: hard
1202712025

12028-
"three-stdlib@npm:^2.35.6":
12029-
version: 2.35.6
12030-
resolution: "three-stdlib@npm:2.35.6"
12026+
"three-stdlib@npm:^2.36.1":
12027+
version: 2.36.1
12028+
resolution: "three-stdlib@npm:2.36.1"
1203112029
dependencies:
1203212030
"@types/draco3d": "npm:^1.4.0"
1203312031
"@types/offscreencanvas": "npm:^2019.6.4"
@@ -12037,7 +12035,7 @@ __metadata:
1203712035
potpack: "npm:^1.0.1"
1203812036
peerDependencies:
1203912037
three: ">=0.128.0"
12040-
checksum: 10c0/cc986c41978e26416b8759ce31a190fd12226c3cd304ce159ccf2bf00faf57862d7b0d13a562c643c3d585557bdbef18f58aee82c68e46a99610b6c8aae45300
12038+
checksum: 10c0/6d04a3e6e1cf5a23e1d8807085609e5cfa999d342a8f4a3168432c4152e99ab555f7fd7ab22903d9639f33d8d19d2183c62931be34ad6c3ac8bd3ed879d973c2
1204112039
languageName: node
1204212040
linkType: hard
1204312041

@@ -12657,12 +12655,12 @@ __metadata:
1265712655
languageName: node
1265812656
linkType: hard
1265912657

12660-
"use-sync-external-store@npm:^1.4.0":
12661-
version: 1.4.0
12662-
resolution: "use-sync-external-store@npm:1.4.0"
12658+
"use-sync-external-store@npm:^1.6.0":
12659+
version: 1.6.0
12660+
resolution: "use-sync-external-store@npm:1.6.0"
1266312661
peerDependencies:
1266412662
react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
12665-
checksum: 10c0/ec011a5055962c0f6b509d6e78c0b143f8cd069890ae370528753053c55e3b360d3648e76cfaa854faa7a59eb08d6c5fb1015e60ffde9046d32f5b2a295acea5
12663+
checksum: 10c0/35e1179f872a53227bdf8a827f7911da4c37c0f4091c29b76b1e32473d1670ebe7bcd880b808b7549ba9a5605c233350f800ffab963ee4a4ee346ee983b6019b
1266612664
languageName: node
1266712665
linkType: hard
1266812666

@@ -13119,9 +13117,9 @@ __metadata:
1311913117
languageName: node
1312013118
linkType: hard
1312113119

13122-
"zustand@npm:^5.0.1":
13123-
version: 5.0.1
13124-
resolution: "zustand@npm:5.0.1"
13120+
"zustand@npm:^5.0.3":
13121+
version: 5.0.3
13122+
resolution: "zustand@npm:5.0.3"
1312513123
peerDependencies:
1312613124
"@types/react": ">=18.0.0"
1312713125
immer: ">=9.0.6"
@@ -13136,13 +13134,13 @@ __metadata:
1313613134
optional: true
1313713135
use-sync-external-store:
1313813136
optional: true
13139-
checksum: 10c0/b4239c8bf3988bfdaaed1c48f3958d0b047b721c4908a76bd78e73387d107963cda774541cf303c2ea89261481c995aa6666e7e77c30717ad440cdb499d9e5ca
13137+
checksum: 10c0/dad96c6c123fda088c583d5df6692e9245cd207583078dc15f93d255a67b0f346bad4535545c98852ecde93d254812a0c799579dfde2ab595016b99fbe20e4d5
1314013138
languageName: node
1314113139
linkType: hard
1314213140

13143-
"zustand@npm:^5.0.3":
13144-
version: 5.0.3
13145-
resolution: "zustand@npm:5.0.3"
13141+
"zustand@npm:^5.0.8":
13142+
version: 5.0.8
13143+
resolution: "zustand@npm:5.0.8"
1314613144
peerDependencies:
1314713145
"@types/react": ">=18.0.0"
1314813146
immer: ">=9.0.6"
@@ -13157,6 +13155,6 @@ __metadata:
1315713155
optional: true
1315813156
use-sync-external-store:
1315913157
optional: true
13160-
checksum: 10c0/dad96c6c123fda088c583d5df6692e9245cd207583078dc15f93d255a67b0f346bad4535545c98852ecde93d254812a0c799579dfde2ab595016b99fbe20e4d5
13158+
checksum: 10c0/e865a6f7f1c0e03571701db5904151aaa7acefd6f85541a117085e129bf16e8f60b11f8cc82f277472de5c7ad5dcb201e1b0a89035ea0b40c9d9aab3cd24c8ad
1316113159
languageName: node
1316213160
linkType: hard

0 commit comments

Comments
 (0)