Skip to content

Commit c06a72e

Browse files
upgrade everything + nit
1 parent ce29d70 commit c06a72e

3 files changed

Lines changed: 821 additions & 931 deletions

File tree

content/docs/specta/rfc/flightscience.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -303,6 +303,8 @@ These things are pretty self-explainatory:
303303
- Support for [bytes](https://docs.rs/bytes) - [ref](https://github.com/specta-rs/specta/commit/40e77f9e38cf8a6c715f045f44a851a2c890bc3f)
304304
- Support for renaming the `selection!` struct - [ref](https://github.com/specta-rs/specta/commit/9e2fc59b06fbd89692dc2311c17a938b4b98804d)
305305
- Finish off and merge runtime attribute handling from phase 1 -[#430](https://github.com/specta-rs/specta/pull/430)
306+
- Add `TypeCollection::merge` - [ref](https://github.com/specta-rs/specta/commit/ccfd7d760ec3d7c0e5851c4399f1ff60656ce1e3)
307+
- Make `specta_typescript::primitives::reference` take `Reference` instead of `DataType` for correctness - [ref](https://github.com/specta-rs/specta/commit/862b52e756340b794f929e65f52554197b7908bf)
306308

307309
## References v2
308310

package.json

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -13,40 +13,40 @@
1313
},
1414
"dependencies": {
1515
"@fontsource-variable/inter": "^5.2.8",
16-
"@fumadocs/ui": "16.4.7",
16+
"@fumadocs/ui": "16.4.10",
1717
"@radix-ui/react-slot": "^1.2.4",
18-
"@takumi-rs/image-response": "^0.62.8",
19-
"@takumi-rs/wasm": "^0.62.8",
18+
"@takumi-rs/image-response": "^0.66.6",
19+
"@takumi-rs/wasm": "^0.66.6",
2020
"class-variance-authority": "^0.7.1",
2121
"clsx": "^2.1.1",
22-
"fumadocs-core": "16.4.7",
23-
"fumadocs-mdx": "14.2.5",
24-
"fumadocs-ui": "16.4.7",
25-
"hono": "^4.11.4",
26-
"lucide-react": "^0.562.0",
27-
"posthog-js": "^1.321.0",
28-
"react": "^19.2.3",
29-
"react-dom": "^19.2.3",
30-
"react-server-dom-webpack": "^19.2.3",
22+
"fumadocs-core": "16.4.10",
23+
"fumadocs-mdx": "14.2.6",
24+
"fumadocs-ui": "16.4.10",
25+
"hono": "^4.11.7",
26+
"lucide-react": "^0.563.0",
27+
"posthog-js": "^1.336.1",
28+
"react": "^19.2.4",
29+
"react-dom": "^19.2.4",
30+
"react-server-dom-webpack": "^19.2.4",
3131
"tailwind-merge": "^3.4.0",
32-
"waku": "1.0.0-alpha.2",
33-
"zod": "^4.3.5"
32+
"waku": "1.0.0-alpha.3",
33+
"zod": "^4.3.6"
3434
},
3535
"devDependencies": {
36-
"@biomejs/biome": "^2.3.11",
36+
"@biomejs/biome": "^2.3.13",
3737
"@tailwindcss/postcss": "^4.1.18",
3838
"@tailwindcss/vite": "^4.1.18",
3939
"@types/mdx": "^2.0.13",
40-
"@types/node": "^25.0.8",
41-
"@types/react": "^19.2.8",
40+
"@types/node": "^25.1.0",
41+
"@types/react": "^19.2.10",
4242
"@types/react-dom": "^19.2.3",
43-
"fontaine": "^0.7.0",
43+
"fontaine": "^0.8.0",
4444
"tailwindcss": "^4.1.18",
4545
"tw-animate-css": "^1.4.0",
4646
"typescript": "^5.9.3",
4747
"vite": "^7.3.1",
48-
"vite-plugin-arraybuffer": "^0.1.1",
49-
"vite-tsconfig-paths": "^6.0.4",
50-
"wrangler": "^4.59.1"
48+
"vite-plugin-arraybuffer": "^0.1.4",
49+
"vite-tsconfig-paths": "^6.0.5",
50+
"wrangler": "^4.61.1"
5151
}
5252
}

0 commit comments

Comments
 (0)