Skip to content

Commit

Permalink
chore: bump deps (#988)
Browse files Browse the repository at this point in the history
* chore: bump deps

* chore: bump deps

* chore: bump deps

* fix: lint
  • Loading branch information
sasicodes committed Aug 30, 2023
1 parent c94fa27 commit 3da3787
Show file tree
Hide file tree
Showing 9 changed files with 188 additions and 117 deletions.
2 changes: 1 addition & 1 deletion apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@lenstube/constants": "*",
"@lenstube/generic": "*",
"@lenstube/lens": "*",
"@types/node": "20.5.6",
"@types/node": "20.5.7",
"typescript": "5.2.2"
}
}
8 changes: 4 additions & 4 deletions apps/embed/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"dependencies": {
"@apollo/client": "^3.8.1",
"@livepeer/react": "^2.8.0",
"@livepeer/react": "^2.8.1",
"clsx": "^2.0.0",
"graphql": "^16.8.0",
"next": "13.4.2",
Expand All @@ -28,12 +28,12 @@
"@lenstube/generic": "*",
"@lenstube/lens": "*",
"@lenstube/ui": "*",
"@types/node": "20.5.6",
"@types/node": "20.5.7",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"autoprefixer": "^10.4.15",
"postcss": "^8.4.28",
"prettier": "^3.0.2",
"postcss": "^8.4.29",
"prettier": "^3.0.3",
"tailwindcss": "^3.3.3",
"typescript": "5.2.2"
}
Expand Down
12 changes: 6 additions & 6 deletions apps/mobile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"dependencies": {
"@apollo/client": "^3.8.1",
"@gorhom/bottom-sheet": "^4.4.7",
"@hookform/resolvers": "^3.3.0",
"@livepeer/react-native": "^1.8.0",
"@hookform/resolvers": "^3.3.1",
"@livepeer/react-native": "^1.8.1",
"@react-native-async-storage/async-storage": "1.18.2",
"@react-native-community/netinfo": "9.3.10",
"@react-navigation/bottom-tabs": "^6.5.7",
Expand Down Expand Up @@ -60,14 +60,14 @@
"react-native-safe-area-context": "4.6.3",
"react-native-svg": "13.9.0",
"react-native-view-shot": "3.7.0",
"swr": "^2.2.1",
"swr": "^2.2.2",
"uuid": "^3.4.0",
"viem": "^1.7.0",
"viem": "^1.9.2",
"zod": "^3.22.2",
"zustand": "^4.4.1"
},
"devDependencies": {
"@babel/core": "^7.22.9",
"@babel/core": "^7.22.11",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
"@babel/plugin-transform-arrow-functions": "^7.22.5",
Expand All @@ -78,7 +78,7 @@
"@lenstube/config": "*",
"@lenstube/generic": "*",
"@lenstube/lens": "*",
"@types/node": "20.5.6",
"@types/node": "20.5.7",
"@types/qrcode": "^1.5.1",
"@welldone-software/why-did-you-render": "^7.0.1",
"babel-plugin-module-resolver": "^5.0.0",
Expand Down
5 changes: 4 additions & 1 deletion apps/mobile/src/components/common/markdown/HashtagLink.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import React from 'react'
import { Pressable, StyleSheet, Text } from 'react-native'

import normalizeFont from '~/helpers/normalize-font'
import { useMobileTheme } from '~/hooks'

export type HashtagLinkProps = {
hashtag: string
Expand All @@ -19,9 +20,11 @@ const styles = (themeConfig: MobileThemeConfig) =>
})

const HashtagLink = ({ hashtag }: HashtagLinkProps) => {
const { themeConfig } = useMobileTheme()

return (
<Pressable>
<Text style={styles.hashtag}>{hashtag}</Text>
<Text style={styles(themeConfig).hashtag}>{hashtag}</Text>
</Pressable>
)
}
Expand Down
14 changes: 7 additions & 7 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
"@bundlr-network/client": "0.11.13",
"@emoji-mart/react": "^1.1.1",
"@headlessui/react": "^1.7.17",
"@hookform/resolvers": "^3.3.0",
"@hookform/resolvers": "^3.3.1",
"@lingui/react": "^4.4.0",
"@livepeer/react": "^2.8.0",
"@livepeer/react": "^2.8.1",
"@rainbow-me/rainbowkit": "^1.0.9",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tippyjs/react": "^4.2.6",
"axios": "^1.4.0",
"axios": "^1.5.0",
"clsx": "^2.0.0",
"dayjs": "^1.11.9",
"emoji-mart": "^5.5.2",
Expand All @@ -42,9 +42,9 @@
"react-hook-form": "^7.45.4",
"react-hot-toast": "^2.4.1",
"react-mentions": "^4.4.10",
"swr": "^2.2.1",
"swr": "^2.2.2",
"uuid": "^9.0.0",
"viem": "^1.7.0",
"viem": "^1.9.2",
"wagmi": "^1.3.10",
"zod": "^3.22.2",
"zustand": "^4.4.1"
Expand All @@ -62,13 +62,13 @@
"@lingui/swc-plugin": "4.0.0",
"@tailwindcss/typography": "^0.5.9",
"@types/mixpanel-browser": "^2.47.1",
"@types/node": "20.5.6",
"@types/node": "20.5.7",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"@types/react-mentions": "^4.1.7",
"@types/uuid": "^9.0.2",
"autoprefixer": "^10.4.15",
"postcss": "^8.4.28",
"postcss": "^8.4.29",
"start-server-and-test": "^2.0.0",
"tailwindcss": "^3.3.3",
"typescript": "5.2.2"
Expand Down
4 changes: 2 additions & 2 deletions packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
"./*": "./*"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^6.4.1",
"@typescript-eslint/eslint-plugin": "^6.5.0",
"eslint": "8.48.0",
"eslint-config-next": "13.4.19",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-unicorn": "^48.0.1",
"eslint-plugin-unused-imports": "^3.0.0",
"prettier": "^3.0.2"
"prettier": "^3.0.3"
}
}
2 changes: 1 addition & 1 deletion packages/constants/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"devDependencies": {
"@lenstube/config": "*",
"@lenstube/lens": "*",
"@types/node": "^20.5.6",
"@types/node": "^20.5.7",
"typescript": "^5.2.2"
}
}
2 changes: 1 addition & 1 deletion packages/workers/metadata/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"dependencies": {
"base64url": "^3.0.1",
"viem": "^1.7.0"
"viem": "^1.9.2"
},
"devDependencies": {
"@lenstube/config": "*",
Expand Down
Loading

3 comments on commit 3da3787

@vercel
Copy link

@vercel vercel bot commented on 3da3787 Aug 30, 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:

embed – ./apps/embed

embed-git-main-lenstube.vercel.app
embed.lenstube.xyz
embed-lenstube.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 3da3787 Aug 30, 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:

api – ./apps/api

api-lenstube.vercel.app
api-git-main-lenstube.vercel.app
api.lenstube.xyz

@vercel
Copy link

@vercel vercel bot commented on 3da3787 Aug 30, 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:

web – ./apps/web

lenstube.xyz
web-lenstube.vercel.app
web-git-main-lenstube.vercel.app
www.lenstube.xyz

Please sign in to comment.