Skip to content

Commit a0ea0ff

Browse files
chore: update deps, fix old license in attributions
Signed-off-by: Henry Gressmann <[email protected]>
1 parent cb40a41 commit a0ea0ff

File tree

10 files changed

+140
-128
lines changed

10 files changed

+140
-128
lines changed

Cargo.lock

Lines changed: 99 additions & 92 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,9 @@ duckdb={git="https://github.com/explodingcamera-contrib/duckdb-rs", features=[
7171
"time",
7272
"r2d2",
7373
]}
74-
rusqlite={version="0.34", features=["bundled", "modern_sqlite", "time"]}
74+
rusqlite={version="0.35", features=["bundled", "modern_sqlite", "time"]}
7575
r2d2={version="0.8"}
76-
r2d2_sqlite="0.27"
76+
r2d2_sqlite="0.28"
7777
refinery={version="0.8", default-features=false}
7878
refinery-core={version="0.8", default-features=false}
7979
maxminddb={version="0.26", optional=true}

about.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ accepted=[
99
"Unicode-3.0",
1010
"OpenSSL",
1111
"Zlib",
12+
"CDLA-Permissive-2.0",
1213
]
1314
targets=["x86_64-unknown-linux-musl", "aarch64-unknown-linux-musl", "aarch64-apple-darwin"]
1415
ignore-build-dependencies=true
1516
ignore-dev-dependencies=true
17+
no-clearly-defined=true

data/licenses-cargo.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

data/licenses-npm.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

tracker/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,4 +83,4 @@ export function event(
8383

8484
## License
8585

86-
The liwan tracker is licensed under the [MIT License](LICENSE.md). Liwan itself is available under the [AGPL-3.0 License](https://github.com/explodingcamera/liwan/blob/main/LICENSE.md).
86+
The Liwan tracker is licensed under the [MIT License](LICENSE.md). Liwan itself is available under the [Apache-2.0 License](https://github.com/explodingcamera/liwan/blob/main/LICENSE.md).

web/bun.lock

Lines changed: 22 additions & 18 deletions
Large diffs are not rendered by default.

web/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99
"typecheck": "bun run --bun tsc --noEmit"
1010
},
1111
"dependencies": {
12-
"@astrojs/react": "4.2.5",
12+
"@astrojs/react": "4.2.7",
1313
"@explodingcamera/css": "^0.0.4",
1414
"@fontsource-variable/outfit": "^5.2.5",
1515
"@icons-pack/react-simple-icons": "^12.7.0",
1616
"@picocss/pico": "^2.1.1",
1717
"@radix-ui/react-accordion": "^1.2.8",
1818
"@radix-ui/react-dialog": "^1.1.11",
1919
"@radix-ui/react-tabs": "^1.1.9",
20-
"@tanstack/react-query": "^5.74.4",
20+
"@tanstack/react-query": "^5.75.2",
2121
"d3-array": "^3.2.4",
2222
"d3-axis": "^3.0.0",
2323
"d3-ease": "^3.0.1",
@@ -31,7 +31,7 @@
3131
"fets": "^0.8.5",
3232
"fuzzysort": "^3.1.0",
3333
"little-date": "^1.0.0",
34-
"lucide-react": "0.503.0",
34+
"lucide-react": "0.507.0",
3535
"react": "19.1.0",
3636
"react-dom": "19.1.0",
3737
"react-tag-autocomplete": "^7.5.0",
@@ -42,7 +42,7 @@
4242
"@astrojs/check": "^0.9.4",
4343
"@biomejs/biome": "1.9.4",
4444
"@million/lint": "^1.0.14",
45-
"@types/bun": "^1.2.10",
45+
"@types/bun": "^1.2.12",
4646
"@types/d3-array": "^3.2.1",
4747
"@types/d3-axis": "^3.0.6",
4848
"@types/d3-ease": "^3.0.2",
@@ -53,13 +53,13 @@
5353
"@types/d3-transition": "^3.0.9",
5454
"@types/d3-zoom": "^3.0.8",
5555
"@types/react": "^19.1.2",
56-
"@types/react-dom": "^19.1.2",
56+
"@types/react-dom": "^19.1.3",
5757
"@types/topojson-client": "^3.1.5",
5858
"@types/topojson-specification": "^1.0.5",
59-
"astro": "5.7.5",
59+
"astro": "5.7.10",
6060
"rollup-plugin-license": "^3.6.0",
6161
"typescript": "^5.8.3"
6262
},
63-
"packageManager": "[email protected].10",
63+
"packageManager": "[email protected].12",
6464
"trustedDependencies": ["@biomejs/biome", "esbuild", "sharp"]
6565
}

web/src/pages/attributions.astro

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
2-
import licensesCargo from "../../../data/licenses-cargo.json";
3-
// biome-ignore lint/style/useImportType: no
4-
import licensesNpm from "../../../data/licenses-npm.json";
2+
import licensesCargo from "../../../data/licenses-cargo.json" assert { type: "json" };
3+
import licensesNpm from "../../../data/licenses-npm.json" assert { type: "json" };
54
import Layout from "../layouts/Layout.astro";
65
76
const getRepositoryUrl = (repository: (typeof licensesNpm)[0]["repository"]) => {
@@ -50,7 +49,7 @@ const licenseText = (text: string) => {
5049

5150
<h2>Liwan</h2>
5251
<p>
53-
Liwan is an open source project, available under the AGPL-3.0-only license.
52+
Liwan is an open source project, available under the Apache-2.0 license.
5453
See <a href="https://liwan.dev">liwan.dev</a> and <a
5554
href="https://github.com/explodingcamera/liwan">GitHub</a
5655
> for more information.

web/tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"extends": "astro/tsconfigs/strict"
3-
}
2+
"extends": "astro/tsconfigs/strict"
3+
}

0 commit comments

Comments
 (0)