diff options
author | Chris Swithinbank | 2023-06-03 03:23:08 +0200 |
---|---|---|
committer | Chris Swithinbank | 2023-06-03 03:23:08 +0200 |
commit | 23757707ce9e83212473d5bfe57f5370a7ac1e0f (patch) | |
tree | ea399f549a26598e6c89491e71a2da1174615054 | |
parent | 0ab2bd61dd06015d2eea6403da9df18e5c3ede01 (diff) | |
download | IT.starlight-23757707ce9e83212473d5bfe57f5370a7ac1e0f.tar.gz IT.starlight-23757707ce9e83212473d5bfe57f5370a7ac1e0f.tar.bz2 IT.starlight-23757707ce9e83212473d5bfe57f5370a7ac1e0f.zip |
Bump template version
-rw-r--r-- | examples/basics/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/basics/package.json b/examples/basics/package.json index d7cff96c..ca204d4d 100644 --- a/examples/basics/package.json +++ b/examples/basics/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/starlight": "^0.0.15", + "@astrojs/starlight": "^0.0.17", "astro": "^2.5.0" } } |