Skip to content

Commit

Permalink
Update Rust and JS deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
ignatz committed Jan 22, 2025
1 parent 4d54bba commit e1d320b
Show file tree
Hide file tree
Showing 12 changed files with 657 additions and 655 deletions.
92 changes: 46 additions & 46 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions docs/examples/record_api_ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
},
"devDependencies": {
"@eslint/js": "^9.18.0",
"@types/node": "^22.10.6",
"@types/node": "^22.10.7",
"eslint": "^9.18.0",
"prettier": "^3.4.2",
"typescript": "^5.7.3",
"typescript-eslint": "^8.20.0",
"vitest": "^2.1.8"
"typescript-eslint": "^8.21.0",
"vitest": "^3.0.3"
},
"dependencies": {
"trailbase": "workspace:*"
Expand Down
8 changes: 4 additions & 4 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/starlight": "^0.31.0",
"@astrojs/starlight": "^0.31.1",
"@astrojs/starlight-tailwind": "^3.0.0",
"@astrojs/tailwind": "^5.1.4",
"@astrojs/tailwind": "^5.1.5",
"@iconify-json/tabler": "^1.2.14",
"astro": "^5.1.6",
"astro": "^5.1.8",
"astro-icon": "^1.1.5",
"chart.js": "^4.4.7",
"chartjs-chart-error-bars": "^4.4.4",
Expand All @@ -30,7 +30,7 @@
},
"devDependencies": {
"@astrojs/sitemap": "^3.2.1",
"@astrojs/solid-js": "^5.0.2",
"@astrojs/solid-js": "^5.0.4",
"astro-robots-txt": "^1.0.0",
"prettier": "^3.4.2",
"prettier-plugin-astro": "^0.14.1"
Expand Down
8 changes: 4 additions & 4 deletions examples/blog/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
"types": "make --always-make types"
},
"dependencies": {
"@astrojs/tailwind": "^5.1.4",
"@astrojs/tailwind": "^5.1.5",
"@nanostores/persistent": "^0.10.2",
"@nanostores/solid": "^0.5.0",
"astro": "^5.1.6",
"astro": "^5.1.8",
"astro-icon": "^1.1.5",
"nanostores": "^0.11.3",
"solid-icons": "^1.1.0",
Expand All @@ -25,13 +25,13 @@
"trailbase": "workspace:*"
},
"devDependencies": {
"@astrojs/solid-js": "^5.0.2",
"@astrojs/solid-js": "^5.0.4",
"@iconify-json/tabler": "^1.2.14",
"@tailwindcss/typography": "^0.5.16",
"@types/dateformat": "^5.0.3",
"prettier": "^3.4.2",
"prettier-plugin-astro": "^0.14.1",
"quicktype": "^23.0.170",
"quicktype": "^23.0.171",
"sharp": "^0.33.5"
}
}
4 changes: 2 additions & 2 deletions examples/coffeesearch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"globals": "^15.14.0",
"prettier": "^3.4.2",
"typescript": "^5.7.3",
"typescript-eslint": "^8.20.0",
"vite": "^6.0.7"
"typescript-eslint": "^8.21.0",
"vite": "^6.0.11"
}
}
Loading

0 comments on commit e1d320b

Please sign in to comment.