Skip to content

Commit d553f12

Browse files
committed
Update Rust and JS deps.
1 parent 4d54bba commit d553f12

File tree

13 files changed

+903
-1156
lines changed

13 files changed

+903
-1156
lines changed

Cargo.lock

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

docs/examples/record_api_ts/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
},
99
"devDependencies": {
1010
"@eslint/js": "^9.18.0",
11-
"@types/node": "^22.10.6",
11+
"@types/node": "^22.10.7",
1212
"eslint": "^9.18.0",
1313
"prettier": "^3.4.2",
1414
"typescript": "^5.7.3",
15-
"typescript-eslint": "^8.20.0",
16-
"vitest": "^2.1.8"
15+
"typescript-eslint": "^8.21.0",
16+
"vitest": "^3.0.3"
1717
},
1818
"dependencies": {
1919
"trailbase": "workspace:*"

docs/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313
},
1414
"dependencies": {
1515
"@astrojs/check": "^0.9.4",
16-
"@astrojs/starlight": "^0.31.0",
16+
"@astrojs/starlight": "^0.31.1",
1717
"@astrojs/starlight-tailwind": "^3.0.0",
18-
"@astrojs/tailwind": "^5.1.4",
18+
"@astrojs/tailwind": "^5.1.5",
1919
"@iconify-json/tabler": "^1.2.14",
20-
"astro": "^5.1.6",
20+
"astro": "^5.1.8",
2121
"astro-icon": "^1.1.5",
2222
"chart.js": "^4.4.7",
2323
"chartjs-chart-error-bars": "^4.4.4",
@@ -30,7 +30,7 @@
3030
},
3131
"devDependencies": {
3232
"@astrojs/sitemap": "^3.2.1",
33-
"@astrojs/solid-js": "^5.0.2",
33+
"@astrojs/solid-js": "^5.0.4",
3434
"astro-robots-txt": "^1.0.0",
3535
"prettier": "^3.4.2",
3636
"prettier-plugin-astro": "^0.14.1"

examples/blog/web/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
"types": "make --always-make types"
1414
},
1515
"dependencies": {
16-
"@astrojs/tailwind": "^5.1.4",
16+
"@astrojs/tailwind": "^5.1.5",
1717
"@nanostores/persistent": "^0.10.2",
1818
"@nanostores/solid": "^0.5.0",
19-
"astro": "^5.1.6",
19+
"astro": "^5.1.8",
2020
"astro-icon": "^1.1.5",
2121
"nanostores": "^0.11.3",
2222
"solid-icons": "^1.1.0",
@@ -25,13 +25,13 @@
2525
"trailbase": "workspace:*"
2626
},
2727
"devDependencies": {
28-
"@astrojs/solid-js": "^5.0.2",
28+
"@astrojs/solid-js": "^5.0.4",
2929
"@iconify-json/tabler": "^1.2.14",
3030
"@tailwindcss/typography": "^0.5.16",
3131
"@types/dateformat": "^5.0.3",
3232
"prettier": "^3.4.2",
3333
"prettier-plugin-astro": "^0.14.1",
34-
"quicktype": "^23.0.170",
34+
"quicktype": "^23.0.171",
3535
"sharp": "^0.33.5"
3636
}
3737
}

examples/coffeesearch/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"globals": "^15.14.0",
2626
"prettier": "^3.4.2",
2727
"typescript": "^5.7.3",
28-
"typescript-eslint": "^8.20.0",
29-
"vite": "^6.0.7"
28+
"typescript-eslint": "^8.21.0",
29+
"vite": "^6.0.11"
3030
}
3131
}

0 commit comments

Comments
 (0)