Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#4635)
Browse files Browse the repository at this point in the history
* chore(deps): update all non-major dependencies

* chore: update api

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Håkon Flatval <hakon.flatval@cognite.com>
  • Loading branch information
renovate[bot] and haakonflatval-cognite authored Jun 24, 2024
1 parent 5fa22e6 commit ac73823
Show file tree
Hide file tree
Showing 8 changed files with 59 additions and 70 deletions.
2 changes: 1 addition & 1 deletion documentation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"typedoc": "0.25.13",
"typedoc-plugin-markdown": "3.17.1",
"typedoc-plugin-no-inherit": "1.4.0",
"typescript": "5.4.5"
"typescript": "5.5.2"
},
"browserslist": {
"production": [
Expand Down
18 changes: 9 additions & 9 deletions documentation/yarn.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions examples/yarn.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

30 changes: 15 additions & 15 deletions react-components/yarn.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

39 changes: 14 additions & 25 deletions viewer/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions viewer/packages/pointclouds/wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ serde-wasm-bindgen = "0.6.5"

js-sys = "0.3.69"

nalgebra = "0.32.5"
nalgebra-glm = "0.18.0"
nalgebra = "0.33.0"
nalgebra-glm = "0.19.0"
wasm-bindgen-test = "0.3.42"

console_error_panic_hook = "0.1.7"
Expand Down
12 changes: 6 additions & 6 deletions viewer/reveal.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -863,12 +863,12 @@ export const DefaultNodeAppearance: {
InFront: NodeAppearance;
Ghosted: NodeAppearance;
Highlighted: {
color?: Color | undefined;
visible?: boolean | undefined;
renderInFront?: boolean | undefined;
renderGhosted?: boolean | undefined;
outlineColor?: NodeOutlineColor | undefined;
prioritizedForLoadingHint?: number | undefined;
color?: Color;
visible?: boolean;
renderInFront?: boolean;
renderGhosted?: boolean;
outlineColor?: NodeOutlineColor;
prioritizedForLoadingHint?: number;
};
};

Expand Down
18 changes: 9 additions & 9 deletions viewer/yarn.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ac73823

Please sign in to comment.