Skip to content

Commit

Permalink
chore: upgrade dependencies (#261)
Browse files Browse the repository at this point in the history
* chore: upgrade dependencies

* fix: fix broken link in feeds page
  • Loading branch information
rebelchris authored Jan 12, 2024
1 parent c3d60e9 commit edb4fc0
Show file tree
Hide file tree
Showing 3 changed files with 669 additions and 977 deletions.
2 changes: 1 addition & 1 deletion docs/key-features/feeds.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ If you are new to daily.dev, the first thing we strongly recommend is setting up


There are three guides to help you get the most out of your feed:
1. a detailed guide on how to [set up your feed](docs/setting-up-your-feed/filtering-content-feed).
1. a detailed guide on how to [set up your feed](/docs/setting-up-your-feed/filtering-content-feed).
2. A guide on how to [adjust the content types that appear in your feed](/docs/setting-up-your-feed/advanced-filtering-options).
3. A guide on [blocking tags and sources](/docs/setting-up-your-feed/blocking-tags-sources) you do not wish to see in your feed that you do not wish to see in your feed.

Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@
"docker:run": "docker run -p 3000:3000 francescoxx/dailydev-docs:0.9.3"
},
"dependencies": {
"@docusaurus/core": "^3.0.0",
"@docusaurus/preset-classic": "^3.0.0",
"@docusaurus/theme-search-algolia": "^3.0.0",
"@docusaurus/core": "^3.1.0",
"@docusaurus/preset-classic": "^3.1.0",
"@docusaurus/theme-search-algolia": "^3.1.0",
"@mdx-js/react": "^3.0.0",
"@svgr/webpack": "^8.1.0",
"clsx": "^2.0.0",
"clsx": "^2.1.0",
"file-loader": "^6.2.0",
"prism-react-renderer": "^2.1.0",
"prism-react-renderer": "^2.3.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"url-loader": "^4.1.1"
Expand Down
Loading

1 comment on commit edb4fc0

@vercel
Copy link

@vercel vercel bot commented on edb4fc0 Jan 12, 2024

Choose a reason for hiding this comment

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

Please sign in to comment.