Skip to content

Commit

Permalink
fix: deps updated
Browse files Browse the repository at this point in the history
  • Loading branch information
xmlking committed Dec 7, 2023
1 parent 7ead593 commit f884bba
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,23 @@ import { Card, CardGrid, LinkCard } from '@astrojs/starlight/components';
import { Icon } from '@astrojs/starlight/components';

<Icon name="star" color="goldenrod" size="2rem" />


:::note
Starlight is a documentation website toolkit built with [Astro](https://astro.build/). You can get started with this command:

```sh
npm create astro@latest -- --template starlight
```

:::


```diff lang="js"
function thisIsJavaScript() {
// This entire block gets highlighted as JavaScript,
// and we can still add diff markers to it!
- console.log('Old code to be removed')
+ console.log('New and shiny code!')
}
```
2 changes: 1 addition & 1 deletion apps/nhapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@
"playwright": "1.40.1",
"react": "18.2.0",
"uuid": "9.0.1",
"xstate": "5.1.0"
"xstate": "4.38.3"
}
}
9 changes: 2 additions & 7 deletions pnpm-lock.yaml

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

1 comment on commit f884bba

@vercel
Copy link

@vercel vercel bot commented on f884bba Dec 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

spectacular-web – ./apps/web

spectacular-web-git-main-xmlking.vercel.app
spectacular-web.vercel.app
spectacular-web-xmlking.vercel.app

Please sign in to comment.