Skip to content

Commit

Permalink
Update from 5.1.1 to 5.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
delucis committed Jan 9, 2025
1 parent e7f45bc commit 35c3ab7
Show file tree
Hide file tree
Showing 12 changed files with 55 additions and 55 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@astrojs/starlight": "workspace:*",
"@lunariajs/core": "^0.1.1",
"@types/culori": "^2.1.1",
"astro": "^5.1.1",
"astro": "^5.1.4",
"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.30.5",
"astro": "^5.1.1",
"astro": "^5.1.4",
"sharp": "^0.32.5"
}
}
2 changes: 1 addition & 1 deletion examples/markdoc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@astrojs/markdoc": "^0.12.4",
"@astrojs/starlight": "^0.30.5",
"@astrojs/starlight-markdoc": "^0.2.0",
"astro": "^5.1.1",
"astro": "^5.1.4",
"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.30.5",
"@astrojs/starlight-tailwind": "^3.0.0",
"@astrojs/tailwind": "^5.1.4",
"astro": "^5.1.1",
"astro": "^5.1.4",
"sharp": "^0.32.5",
"tailwindcss": "^3.4.4"
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.9",
"@size-limit/file": "^11.1.6",
"astro": "^5.1.1",
"astro": "^5.1.4",
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1",
"size-limit": "^11.1.6",
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": "^5.1.1"
"astro": "^5.1.4"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"private": true,
"dependencies": {
"@astrojs/starlight": "workspace:*",
"astro": "^5.1.1"
"astro": "^5.1.4"
}
}
2 changes: 1 addition & 1 deletion packages/starlight/__e2e__/fixtures/git/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": "^5.1.1"
"astro": "^5.1.4"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"private": true,
"dependencies": {
"@astrojs/starlight": "workspace:*",
"astro": "^5.1.1"
"astro": "^5.1.4"
}
}
2 changes: 1 addition & 1 deletion packages/starlight/__e2e__/fixtures/ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"dependencies": {
"@astrojs/node": "^9.0.0",
"@astrojs/starlight": "workspace:*",
"astro": "^5.1.1"
"astro": "^5.1.4"
}
}
4 changes: 2 additions & 2 deletions packages/starlight/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -178,14 +178,14 @@
"./style/markdown.css": "./style/markdown.css"
},
"peerDependencies": {
"astro": "^5.1.0"
"astro": "^5.1.4"
},
"devDependencies": {
"@astrojs/markdown-remark": "^6.0.1",
"@playwright/test": "^1.45.0",
"@types/node": "^18.16.19",
"@vitest/coverage-v8": "2.1.6",
"astro": "^5.1.1",
"astro": "^5.1.4",
"linkedom": "^0.18.4",
"vitest": "2.1.6"
},
Expand Down
86 changes: 43 additions & 43 deletions pnpm-lock.yaml

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

0 comments on commit 35c3ab7

Please sign in to comment.