Skip to content

Commit

Permalink
Update astro dependency to 4.15.3 across monorepo (#2289)
Browse files Browse the repository at this point in the history
Co-authored-by: Chris Swithinbank <swithinbank@gmail.com>
Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev>
  • Loading branch information
delucis and florian-lefebvre committed Sep 6, 2024
1 parent eea6ba4 commit ccf8d79
Show file tree
Hide file tree
Showing 8 changed files with 485 additions and 814 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@astrojs/starlight": "workspace:*",
"@lunariajs/core": "^0.1.1",
"@types/culori": "^2.1.1",
"astro": "^4.10.2",
"astro": "^4.15.3",
"culori": "^4.0.1",
"sharp": "^0.32.5"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/basics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"dependencies": {
"@astrojs/starlight": "^0.26.4",
"astro": "^4.10.2",
"astro": "^4.15.3",
"sharp": "^0.32.5"
}
}
2 changes: 1 addition & 1 deletion examples/tailwind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@astrojs/starlight": "^0.26.4",
"@astrojs/starlight-tailwind": "^2.0.3",
"@astrojs/tailwind": "^5.1.0",
"astro": "^4.10.2",
"astro": "^4.15.3",
"sharp": "^0.32.5",
"tailwindcss": "^3.4.4"
}
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@
"size": "size-limit",
"version": "pnpm changeset version && pnpm i --no-frozen-lockfile",
"format": "prettier -w --cache --plugin prettier-plugin-astro .",
"typecheck": "astro check --minimumSeverity warning"
"typecheck": "astro check --minimumSeverity warning --noSync"
},
"license": "MIT",
"devDependencies": {
"@astrojs/check": "^0.7.0",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.5",
"@size-limit/file": "^11.1.4",
"astro": "^4.10.2",
"astro": "^4.15.3",
"prettier": "^3.3.2",
"prettier-plugin-astro": "^0.14.0",
"size-limit": "^11.1.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/starlight/__e2e__/fixtures/basics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"private": true,
"dependencies": {
"@astrojs/starlight": "workspace:*",
"astro": "^4.10.2"
"astro": "^4.15.3"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"private": true,
"dependencies": {
"@astrojs/starlight": "workspace:*",
"astro": "^4.10.2"
"astro": "^4.15.3"
}
}
2 changes: 1 addition & 1 deletion packages/starlight/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@
"@playwright/test": "^1.45.0",
"@types/node": "^18.16.19",
"@vitest/coverage-v8": "^1.6.0",
"astro": "^4.10.2",
"astro": "^4.15.3",
"vitest": "^1.6.0"
},
"dependencies": {
Expand Down
Loading

0 comments on commit ccf8d79

Please sign in to comment.