Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Fryuni committed Mar 9, 2024
1 parent 370c7c2 commit 8e8defe
Show file tree
Hide file tree
Showing 16 changed files with 955 additions and 581 deletions.
9 changes: 9 additions & 0 deletions .changeset/honest-poets-jog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
"@inox-tools/aik-route-config": patch
"@inox-tools/custom-routing": patch
"@inox-tools/sitemap-ext": patch
"@inox-tools/inline-mod": patch
"@inox-tools/aik-mod": patch
---

Update dependencies
8 changes: 4 additions & 4 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/starlight": "^0.20.1",
"@astrojs/starlight": "^0.21.1",
"@vercel/analytics": "^1.2.2",
"astro": "^4.4.4",
"astro": "^4.4.15",
"sharp": "^0.33.2"
},
"devDependencies": {
"@astrojs/check": "^0.5.5",
"typescript": "~5.3.3"
"@astrojs/check": "^0.5.6",
"typescript": "~5.4.2"
}
}
6 changes: 3 additions & 3 deletions examples/custom-routing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.5.5",
"@astrojs/check": "^0.5.6",
"@astrojs/mdx": "^2.1.1",
"@astrojs/rss": "^4.0.5",
"@astrojs/sitemap": "^3.1.1",
"astro": "^4.4.4",
"typescript": "^5.3.3"
"astro": "^4.4.15",
"typescript": "^5.4.2"
},
"devDependencies": {
"@inox-tools/custom-routing": "workspace:*"
Expand Down
12 changes: 6 additions & 6 deletions examples/inline-mod-aik/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@
"start": "astro dev"
},
"dependencies": {
"@astrojs/check": "^0.5.5",
"@astrojs/node": "^8.2.1",
"astro": "^4.4.4",
"typescript": "^5.3.3",
"vite": "^5.1.4"
"@astrojs/check": "^0.5.6",
"@astrojs/node": "^8.2.3",
"astro": "^4.4.15",
"typescript": "^5.4.2",
"vite": "^5.1.5"
},
"overrides": {
"vite": "$vite"
},
"devDependencies": {
"@inox-tools/aik-mod": "workspace:^",
"astro-integration-kit": "^0.5.0"
"astro-integration-kit": "^0.5.1"
}
}
10 changes: 5 additions & 5 deletions examples/inline-mod-astro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.5.5",
"@astrojs/node": "^8.2.1",
"astro": "^4.4.4",
"typescript": "^5.3.3",
"vite": "^5.1.4"
"@astrojs/check": "^0.5.6",
"@astrojs/node": "^8.2.3",
"astro": "^4.4.15",
"typescript": "^5.4.2",
"vite": "^5.1.5"
},
"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.3.3",
"vite": "^5.1.4"
"typescript": "^5.4.2",
"vite": "^5.1.5"
}
}
8 changes: 4 additions & 4 deletions examples/sitemap-ext/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.5.5",
"@astrojs/check": "^0.5.6",
"@astrojs/mdx": "^2.1.1",
"@astrojs/node": "^8.2.1",
"@astrojs/node": "^8.2.3",
"@astrojs/rss": "^4.0.5",
"@inox-tools/sitemap-ext": "workspace:^",
"astro": "^4.4.4",
"typescript": "^5.3.3"
"astro": "^4.4.15",
"typescript": "^5.4.2"
}
}
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
"devDependencies": {
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.1",
"@types/node": "^20.11.20",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
"@types/node": "^20.11.25",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"esbuild": "^0.20.1",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
Expand All @@ -37,8 +37,8 @@
"organize-imports-cli": "^0.10.0",
"prettier": "^3.2.5",
"prettier-plugin-astro": "^0.13.0",
"turbo": "^1.12.4",
"typescript": "^5.3.3"
"turbo": "^1.12.5",
"typescript": "^5.4.2"
},
"packageManager": "pnpm@^8"
}
10 changes: 5 additions & 5 deletions packages/aik-mod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@
"@inox-tools/inline-mod": "workspace:^"
},
"devDependencies": {
"@types/node": "^20.11.20",
"astro": "^4.4.4",
"astro-integration-kit": "^0.5.0",
"@types/node": "^20.11.25",
"astro": "^4.4.15",
"astro-integration-kit": "^0.5.1",
"tsup": "^8.0.2",
"typescript": "^5.3.3",
"vite": "^5.1.4"
"typescript": "^5.4.2",
"vite": "^5.1.5"
},
"peerDependencies": {
"astro": "^4.3.5",
Expand Down
6 changes: 3 additions & 3 deletions packages/aik-route-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@
"@astrojs/compiler": "^2.7.0",
"@vitest/coverage-v8": "^1.3.1",
"ast-types": "^0.14.2",
"typescript": "^5.3.3",
"typescript": "^5.4.2",
"vitest": "^1.3.1"
},
"dependencies": {
"recast": "^0.23.5",
"vite": "^5.1.4"
"recast": "^0.23.6",
"vite": "^5.1.5"
}
}
4 changes: 2 additions & 2 deletions packages/custom-routing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
"test": "echo 'no test'"
},
"dependencies": {
"typescript": "^5.3.3"
"typescript": "^5.4.2"
},
"peerDependency": {
"astro": ">=3"
},
"devDependencies": {
"astro": "^4.4.4"
"astro": "^4.4.15"
}
}
2 changes: 1 addition & 1 deletion packages/inline-mod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"dependencies": {
"debug": "^4.3.4",
"typescript": "^5.3.3"
"typescript": "^5.4.2"
},
"devDependencies": {
"@faker-js/faker": "^8.4.1",
Expand Down
10 changes: 5 additions & 5 deletions packages/sitemap-ext/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@
"test": "echo 'No tests'"
},
"devDependencies": {
"@types/node": "^20.11.20",
"astro": "^4.4.4",
"astro-integration-kit": "^0.5.0",
"typescript": "^5.3.3",
"vite": "^5.1.4"
"@types/node": "^20.11.25",
"astro": "^4.4.15",
"astro-integration-kit": "^0.5.1",
"typescript": "^5.4.2",
"vite": "^5.1.5"
},
"peerDependencies": {
"astro": "^4.3.5"
Expand Down
4 changes: 2 additions & 2 deletions packages/velox-luna/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
"test": "pnpm run build && node dist/index.js"
},
"dependencies": {
"@lunariajs/core": "^0.0.29"
"@lunariajs/core": "^0.0.31"
},
"devDependencies": {
"esbuild": "^0.20.1",
"typescript": "^5.3.3",
"typescript": "^5.4.2",
"vitest": "^1.3.1"
}
}
Loading

0 comments on commit 8e8defe

Please sign in to comment.