Skip to content

Commit

Permalink
chore: Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Fryuni committed Sep 30, 2024
1 parent 2643b41 commit 28ae7b8
Show file tree
Hide file tree
Showing 17 changed files with 1,283 additions and 621 deletions.
8 changes: 4 additions & 4 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,18 @@
},
"dependencies": {
"@astrojs/starlight": "catalog:",
"@astrojs/vercel": "^7.8.0",
"@croct/plug": "^0.15.0",
"@astrojs/vercel": "^7.8.1",
"@croct/plug": "^0.16.2",
"@inox-tools/star-warp": "workspace:^",
"@inox-tools/utils": "workspace:^",
"@vercel/analytics": "^1.3.1",
"astro": "catalog:",
"sharp": "^0.33.5",
"starlight-links-validator": "^0.11.0",
"starlight-links-validator": "^0.12.1",
"starlight-package-managers": "^0.7.0"
},
"devDependencies": {
"@astrojs/check": "^0.9.3",
"typescript": "~5.5.4"
"typescript": "~5.6.2"
}
}
6 changes: 3 additions & 3 deletions examples/astro-when/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
},
"dependencies": {
"@astrojs/check": "^0.9.3",
"@astrojs/node": "^8.3.3",
"@astrojs/node": "^8.3.4",
"@inox-tools/astro-when": "workspace:^",
"astro": "^4.15.3",
"typescript": "^5.5.4"
"astro": "^4.15.9",
"typescript": "^5.6.2"
}
}
4 changes: 2 additions & 2 deletions examples/content-injection/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"@astrojs/check": "^0.9.3",
"@inox-tools/content-utils": "workspace:^",
"@inox-tools/runtime-logger": "workspace:^",
"astro": "^4.15.3",
"astro": "^4.15.9",
"astro-integration-kit": "^0.16.1",
"typescript": "^5.5.4"
"typescript": "^5.6.2"
}
}
6 changes: 3 additions & 3 deletions examples/custom-routing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
},
"dependencies": {
"@astrojs/check": "^0.9.3",
"@astrojs/mdx": "^3.1.5",
"@astrojs/mdx": "^3.1.7",
"@astrojs/rss": "^4.0.7",
"@astrojs/sitemap": "^3.1.6",
"astro": "^4.15.3",
"typescript": "^5.5.4"
"astro": "^4.15.9",
"typescript": "^5.6.2"
},
"devDependencies": {
"@inox-tools/custom-routing": "workspace:*"
Expand Down
8 changes: 4 additions & 4 deletions examples/inline-mod-aik/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
},
"dependencies": {
"@astrojs/check": "^0.9.3",
"@astrojs/node": "^8.3.3",
"astro": "^4.15.3",
"typescript": "^5.5.4",
"vite": "^5.4.3"
"@astrojs/node": "^8.3.4",
"astro": "^4.15.9",
"typescript": "^5.6.2",
"vite": "^5.4.8"
},
"devDependencies": {
"@inox-tools/aik-mod": "workspace:^",
Expand Down
8 changes: 4 additions & 4 deletions examples/inline-mod-astro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
},
"dependencies": {
"@astrojs/check": "^0.9.3",
"@astrojs/node": "^8.3.3",
"@astrojs/node": "^8.3.4",
"@astrojs/rss": "^4.0.7",
"astro": "^4.15.3",
"typescript": "^5.5.4",
"vite": "^5.4.3"
"astro": "^4.15.9",
"typescript": "^5.6.2",
"vite": "^5.4.8"
},
"devDependencies": {
"@inox-tools/inline-mod": "link:../../packages/inline-mod"
Expand Down
4 changes: 2 additions & 2 deletions examples/inline-mod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"devDependencies": {
"@inox-tools/inline-mod": "workspace:*",
"typescript": "^5.5.4",
"vite": "^5.4.3"
"typescript": "^5.6.2",
"vite": "^5.4.8"
}
}
10 changes: 5 additions & 5 deletions examples/request-nanostores/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
},
"dependencies": {
"@astrojs/check": "^0.9.3",
"@astrojs/node": "^8.3.3",
"@astrojs/preact": "^3.5.2",
"@astrojs/node": "^8.3.4",
"@astrojs/preact": "^3.5.3",
"@inox-tools/request-nanostores": "workspace:^",
"@nanostores/preact": "^0.5.2",
"astro": "^4.15.3",
"astro": "^4.15.9",
"nanostores": "^0.11.3",
"preact": "^10.23.2",
"typescript": "^5.5.4"
"preact": "^10.24.1",
"typescript": "^5.6.2"
}
}
6 changes: 3 additions & 3 deletions examples/request-state/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
},
"dependencies": {
"@astrojs/check": "^0.9.3",
"@astrojs/node": "^8.3.3",
"@astrojs/node": "^8.3.4",
"@inox-tools/request-nanostores": "workspace:^",
"@inox-tools/request-state": "workspace:^",
"astro": "^4.15.3",
"astro": "^4.15.9",
"nanostores": "^0.11.3",
"typescript": "^5.5.4"
"typescript": "^5.6.2"
}
}
8 changes: 4 additions & 4 deletions examples/sitemap-ext/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
},
"dependencies": {
"@astrojs/check": "^0.9.3",
"@astrojs/mdx": "^3.1.5",
"@astrojs/node": "^8.3.3",
"@astrojs/mdx": "^3.1.7",
"@astrojs/node": "^8.3.4",
"@astrojs/rss": "^4.0.7",
"@inox-tools/sitemap-ext": "workspace:^",
"astro": "^4.15.3",
"typescript": "^5.5.4"
"astro": "^4.15.9",
"typescript": "^5.6.2"
}
}
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.8",
"@types/node": "catalog:",
"husky": "^9.1.5",
"husky": "^9.1.6",
"lint-staged": "^15.2.10",
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1",
"turbo": "^2.1.1",
"typescript": "^5.5.4"
"turbo": "^2.1.2",
"typescript": "^5.6.2"
},
"packageManager": "pnpm@9.9.0+sha512.60c18acd138bff695d339be6ad13f7e936eea6745660d4cc4a776d5247c540d0edee1a563695c183a66eb917ef88f2b4feb1fc25f32a7adcadc7aaf3438e99c1",
"packageManager": "pnpm@9.11.0+sha512.0a203ffaed5a3f63242cd064c8fb5892366c103e328079318f78062f24ea8c9d50bc6a47aa3567cabefd824d170e78fa2745ed1f16b132e16436146b7688f19b",
"pnpm": {
"overrides": {
"@croct/sdk": "0.17.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/astro-when/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"debug": "catalog:"
},
"devDependencies": {
"@inox-tools/astro-tests": "workspace:",
"@inox-tools/astro-tests": "workspace:^",
"@types/debug": "catalog:",
"@types/node": "catalog:",
"@vitest/ui": "catalog:",
Expand Down
4 changes: 2 additions & 2 deletions packages/cut-short/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@
"debug": "catalog:"
},
"devDependencies": {
"@inox-tools/astro-tests": "workspace:",
"@inox-tools/astro-tests": "workspace:^",
"@types/node": "catalog:",
"@vitest/coverage-v8": "catalog:",
"@vitest/ui": "catalog:",
"jest-extended": "catalog:",
"astro": "catalog:",
"jest-extended": "catalog:",
"tsup": "catalog:",
"typescript": "catalog:",
"vite": "catalog:",
Expand Down
2 changes: 1 addition & 1 deletion packages/request-nanostores/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"astro-integration-kit": "catalog:"
},
"devDependencies": {
"@inox-tools/astro-tests": "workspace:",
"@inox-tools/astro-tests": "workspace:^",
"@playwright/test": "catalog:",
"@types/node": "catalog:",
"@vitest/ui": "catalog:",
Expand Down
2 changes: 1 addition & 1 deletion packages/request-state/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"devalue": "catalog:"
},
"devDependencies": {
"@inox-tools/astro-tests": "workspace:",
"@inox-tools/astro-tests": "workspace:^",
"@playwright/test": "catalog:",
"@types/content-type": "catalog:",
"@types/node": "catalog:",
Expand Down
Loading

0 comments on commit 28ae7b8

Please sign in to comment.