Skip to content

Commit 21182d3

Browse files
committed
Update license report
1 parent c2acaf1 commit 21182d3

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

LICENSE_REPORT.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
| Name | Version | License | Author | Homepage |
44
| -------------------- | ------- | ---------------- | ------------------- | --------------------------------------------------------------------------------- |
5-
| @formatjs/intl | 3.1.3 | MIT | Long Ho | https://formatjs.github.io |
5+
| @formatjs/intl | 3.1.4 | MIT | Long Ho | https://formatjs.github.io |
66
| @placekit/client-js | 2.3.0 | MIT | PlaceKit | https://github.com/placekit/client-js#readme |
7-
| @react-three/drei | 9.121.4 | MIT | Unknown | https://github.com/pmndrs/drei |
7+
| @react-three/drei | 9.121.5 | MIT | Unknown | https://github.com/pmndrs/drei |
88
| @react-three/fiber | 8.17.14 | MIT | Paul Henschel | https://github.com/pmndrs/react-three-fiber#readme |
99
| @types/iban | 0.0.35 | MIT | Unknown | https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/iban |
1010
| @types/react | 18.3.18 | MIT | Unknown | https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react |
@@ -25,6 +25,6 @@
2525
| three | 0.173.0 | MIT | mrdoob | https://threejs.org/ |
2626
| ts-dedent | 2.2.0 | MIT | Tamino Martinius | https://github.com/tamino-martinius/node-ts-dedent#readme |
2727
| ts-pattern | 5.6.2 | MIT | Gabriel Vergnaud | https://github.com/gvergnaud/ts-pattern#readme |
28-
| type-fest | 4.33.0 | (MIT OR CC0-1.0) | Sindre Sorhus | https://github.com/sindresorhus/type-fest#readme |
28+
| type-fest | 4.35.0 | (MIT OR CC0-1.0) | Sindre Sorhus | https://github.com/sindresorhus/type-fest#readme |
2929
| uuid | 11.0.5 | MIT | Unknown | https://github.com/uuidjs/uuid#readme |
3030
| vitest | 2.1.9 | MIT | Anthony Fu | https://github.com/vitest-dev/vitest#readme |

packages/lake/src/assets/main.css

+3-3
Original file line numberDiff line numberDiff line change
@@ -318,9 +318,9 @@ body {
318318

319319
--focus-ring-color: #0019fe;
320320

321-
--font-family-primary: Inter, -apple-system, system-ui, BlinkMacSystemFont, Segoe UI, Helvetica,
322-
Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji,
323-
sans-serif;
321+
--font-family-primary:
322+
Inter, -apple-system, system-ui, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif,
323+
Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji, sans-serif;
324324
--font-family-card-font: "Inter Card", monospace;
325325
--font-family-code: SFMono-Regular, Consolas, "Liberation Mono", Menlo, monospace;
326326
--font-family-iban: "Roboto Mono", monospace;

0 commit comments

Comments
 (0)