Skip to content

Commit

Permalink
Update JS dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
ignatz committed Dec 17, 2024
1 parent c322d78 commit 85faf2a
Show file tree
Hide file tree
Showing 9 changed files with 438 additions and 742 deletions.
6 changes: 3 additions & 3 deletions client/trailbase-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,16 @@
"check": "tsc --noEmit --skipLibCheck && eslint"
},
"devDependencies": {
"@eslint/js": "^9.16.0",
"eslint": "^9.16.0",
"@eslint/js": "^9.17.0",
"eslint": "^9.17.0",
"execa": "^9.5.2",
"globals": "^15.13.0",
"http-status": "^2.0.0",
"jsdom": "^25.0.1",
"prettier": "^3.4.2",
"tinybench": "^3.0.7",
"typescript": "^5.7.2",
"typescript-eslint": "^8.18.0",
"typescript-eslint": "^8.18.1",
"vite-node": "^2.1.8",
"vitest": "^2.1.8"
},
Expand Down
7 changes: 6 additions & 1 deletion docs/astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,12 @@ export default defineConfig({
},
plugins: [
starlightLinksValidator({
exclude: ["http://localhost:4000/", "http://localhost:4000/**/*"],
exclude: [
"http://localhost:4000/",
"http://localhost:4000/**/*",
// https://github.com/HiDeoo/starlight-links-validator/issues/76
"/license",
],
}),
],
sidebar: [
Expand Down
12 changes: 6 additions & 6 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,24 +13,24 @@
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/starlight": "^0.29.3",
"@astrojs/starlight-tailwind": "^2.0.3",
"@astrojs/starlight": "^0.30.2",
"@astrojs/starlight-tailwind": "^3.0.0",
"@astrojs/tailwind": "^5.1.3",
"@iconify-json/tabler": "^1.2.10",
"astro": "^4.16.17",
"@iconify-json/tabler": "^1.2.13",
"astro": "^5.0.9",
"astro-icon": "^1.1.4",
"chart.js": "^4.4.7",
"chartjs-chart-error-bars": "^4.4.4",
"chartjs-plugin-deferred": "^2.0.0",
"sharp": "^0.33.5",
"solid-js": "^1.9.3",
"starlight-links-validator": "^0.13.4",
"tailwindcss": "^3.4.16",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.2"
},
"devDependencies": {
"@astrojs/sitemap": "^3.2.1",
"@astrojs/solid-js": "^4.4.4",
"@astrojs/solid-js": "^5.0.0",
"astro-robots-txt": "^1.0.0",
"prettier": "^3.4.2",
"prettier-plugin-astro": "^0.14.1"
Expand Down
6 changes: 3 additions & 3 deletions examples/blog/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,17 @@
"@astrojs/tailwind": "^5.1.3",
"@nanostores/persistent": "^0.10.2",
"@nanostores/solid": "^0.5.0",
"astro": "^5.0.5",
"astro": "^5.0.9",
"astro-icon": "^1.1.4",
"nanostores": "^0.11.3",
"solid-icons": "^1.1.0",
"solid-js": "^1.9.3",
"tailwindcss": "^3.4.16",
"tailwindcss": "^3.4.17",
"trailbase": "^0.1.4"
},
"devDependencies": {
"@astrojs/solid-js": "^5.0.0",
"@iconify-json/tabler": "^1.2.10",
"@iconify-json/tabler": "^1.2.13",
"@tailwindcss/typography": "^0.5.15",
"@types/dateformat": "^5.0.2",
"prettier": "^3.4.2",
Expand Down
6 changes: 3 additions & 3 deletions examples/coffeesearch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,17 @@
"react-dom": "^19.0.0"
},
"devDependencies": {
"@eslint/js": "^9.16.0",
"@eslint/js": "^9.17.0",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.2",
"@vitejs/plugin-react": "^4.3.4",
"eslint": "^9.16.0",
"eslint": "^9.17.0",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.16",
"globals": "^15.13.0",
"prettier": "^3.4.2",
"typescript": "^5.7.2",
"typescript-eslint": "^8.18.0",
"typescript-eslint": "^8.18.1",
"vite": "^6.0.3"
}
}
6 changes: 3 additions & 3 deletions examples/tutorial/scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
"check": "tsc --noEmit --skipLibCheck && eslint"
},
"devDependencies": {
"@eslint/js": "^9.16.0",
"@eslint/js": "^9.17.0",
"@types/node": "^22.10.2",
"eslint": "^9.16.0",
"eslint": "^9.17.0",
"prettier": "^3.4.2",
"quicktype": "^23.0.170",
"typescript": "^5.7.2",
"typescript-eslint": "^8.18.0"
"typescript-eslint": "^8.18.1"
},
"dependencies": {
"csv-parse": "^5.6.0",
Expand Down
Loading

0 comments on commit 85faf2a

Please sign in to comment.