Skip to content

Commit

Permalink
feat!: bump minimum required Astro version to 3.0 and Starlight to 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
HiDeoo committed Sep 20, 2023
1 parent a18b55b commit 00f957a
Show file tree
Hide file tree
Showing 6 changed files with 894 additions and 1,064 deletions.
1 change: 1 addition & 0 deletions .node-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v18.14.1
7 changes: 4 additions & 3 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,13 @@
"lint": "prettier -c --cache . && eslint . --cache --max-warnings=0"
},
"dependencies": {
"@astrojs/starlight": "0.7.2",
"astro": "2.10.9",
"@astrojs/starlight": "0.10.1",
"astro": "3.1.1",
"sharp": "0.32.6",
"starlight-links-validator": "workspace:*"
},
"engines": {
"node": ">=18"
"node": ">=18.14.1"
},
"packageManager": "[email protected]",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion example/src/env.d.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
/// <reference path="../.astro/types.d.ts" />
/// <reference types="astro/client-image" />
/// <reference types="astro/client" />
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"typescript": "5.1.3"
},
"engines": {
"node": ">=18"
"node": ">=18.14.1"
},
"packageManager": "[email protected]",
"private": true,
Expand Down
9 changes: 5 additions & 4 deletions packages/starlight-links-validator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,21 +22,22 @@
"unist-util-visit": "4.1.2"
},
"devDependencies": {
"@astrojs/starlight": "0.10.1",
"@types/hast": "3.0.0",
"@types/mdast": "3.0.11",
"@types/node": "18.16.18",
"astro": "2.10.9",
"astro": "3.1.1",
"mdast-util-mdx-jsx": "2.1.4",
"typescript": "5.1.3",
"unified": "10.1.2",
"vitest": "0.32.2"
},
"peerDependencies": {
"@astrojs/starlight": ">=0.0.1",
"astro": ">=2.5.0"
"@astrojs/starlight": ">=0.9.0",
"astro": ">=3.0.0"
},
"engines": {
"node": ">=18"
"node": ">=18.14.1"
},
"packageManager": "[email protected]",
"publishConfig": {
Expand Down
Loading

0 comments on commit 00f957a

Please sign in to comment.