Skip to content

Commit

Permalink
chore: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ttttonyhe committed Jan 26, 2024
1 parent 02c2d09 commit 7e85b33
Show file tree
Hide file tree
Showing 4 changed files with 294 additions and 266 deletions.
10 changes: 5 additions & 5 deletions apps/main/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"clean": "rm -rf dist && rm -rf node_modules && rm -rf .turbo && rm -rf .next"
},
"dependencies": {
"@reduxjs/toolkit": "^2.0.1",
"@sentry/nextjs": "^7.93.0",
"@reduxjs/toolkit": "^2.1.0",
"@sentry/nextjs": "^7.98.0",
"@twilight-toolkit/ui": "workspace:*",
"@twilight-toolkit/utils": "workspace:*",
"algoliasearch": "5.0.0-alpha.59",
Expand All @@ -27,7 +27,7 @@
"react-dom": "^18.2.0",
"react-hotkeys-hook": "^3.4.7",
"react-redux": "^9.1.0",
"react-snowfall": "^1.2.1",
"react-snowfall": "^2.0.0",
"redux-saga": "^1.3.0",
"rss": "^1.2.2",
"rss-parser": "^3.13.0",
Expand All @@ -41,7 +41,7 @@
"@tailwindcss/typography": "^0.5.10",
"@types/cors": "^2.8.17",
"@types/lodash": "^4.14.202",
"@types/node": "^20.11.5",
"@types/node": "^20.11.7",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"@types/react-highlight": "^0.12.8",
Expand All @@ -67,7 +67,7 @@
"tailwindcss": "^3.4.1",
"ts-loader": "^9.5.1",
"typescript": "^5.3.3",
"webpack": "^5.89.0"
"webpack": "^5.90.0"
},
"optionalDependencies": {
"@testing-library/cypress": "^10.0.1",
Expand Down
12 changes: 12 additions & 0 deletions apps/main/src/components/Header/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,18 @@ const HeaderComponent = ({ headerRef }: HeaderComponentProps) => {
external: "https://buttondown.email/helipeng",
},
},
{
label: "Subscribe to RSS Feed",
id: "rss",
description: "Link",
icon: "rss",
color: "text-yellow-500",
bgColor: "bg-yellow-100",
bgDark: "dark:bg-yellow-900",
link: {
external: "https://www.ouorz.com/feed",
},
},
{
label: "Join Discord Server",
id: "discord",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"prettier-plugin-solidity": "^1.2.0",
"solhint": "^4.0.0",
"solhint-plugin-prettier": "^0.1.0",
"turbo": "^1.11.2"
"turbo": "^1.11.3"
},
"husky": {
"hooks": {
Expand Down
Loading

1 comment on commit 7e85b33

@vercel
Copy link

@vercel vercel bot commented on 7e85b33 Jan 26, 2024

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:

ouorz-main – ./apps/main

ouorz-main-tonyhe.vercel.app
www.ouorz.com
ouorz.com
ouorz-main-git-main-tonyhe.vercel.app

Please sign in to comment.