Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
commit
998eb3c9c7
44
package.json
44
package.json
|
|
@ -4,7 +4,7 @@
|
|||
"description": "xLog is the best on-chain and open-source blogging community for everyone.",
|
||||
"license": "AGPL-3.0",
|
||||
"sideEffects": false,
|
||||
"packageManager": "pnpm@8.6.1",
|
||||
"packageManager": "pnpm@8.6.2",
|
||||
"scripts": {
|
||||
"build": "next build",
|
||||
"dev": "next -p 2222",
|
||||
|
|
@ -38,17 +38,17 @@
|
|||
"@codemirror/state": "6.2.1",
|
||||
"@codemirror/theme-one-dark": "6.1.2",
|
||||
"@codemirror/view": "6.13.0",
|
||||
"@crossbell/connect-kit": "1.3.4",
|
||||
"@crossbell/contract": "1.3.4",
|
||||
"@crossbell/indexer": "1.3.4",
|
||||
"@crossbell/notification": "1.3.4",
|
||||
"@crossbell/ui": "1.3.4",
|
||||
"@crossbell/util-hooks": "1.3.3",
|
||||
"@crossbell/connect-kit": "1.4.0",
|
||||
"@crossbell/contract": "1.4.0",
|
||||
"@crossbell/indexer": "1.4.0",
|
||||
"@crossbell/notification": "1.4.0",
|
||||
"@crossbell/ui": "1.4.0",
|
||||
"@crossbell/util-hooks": "1.4.0",
|
||||
"@ddietr/codemirror-themes": "1.4.1",
|
||||
"@dqbd/tiktoken": "1.0.7",
|
||||
"@emoji-mart/data": "1.1.2",
|
||||
"@emoji-mart/react": "1.1.1",
|
||||
"@floating-ui/react": "0.24.2",
|
||||
"@floating-ui/react": "0.24.3",
|
||||
"@headlessui/react": "1.7.15",
|
||||
"@heroicons/react": "2.0.18",
|
||||
"@iconify-json/mingcute": "1.1.6",
|
||||
|
|
@ -62,7 +62,7 @@
|
|||
"@tanstack/react-query": "4.29.12",
|
||||
"@tanstack/react-query-devtools": "4.29.12",
|
||||
"@tanstack/react-query-persist-client": "4.29.12",
|
||||
"@uiw/codemirror-extensions-events": "4.21.2",
|
||||
"@uiw/codemirror-extensions-events": "4.21.3",
|
||||
"@urql/core": "4.0.10",
|
||||
"ahooks": "3.7.7",
|
||||
"aplayer-react": "1.4.0",
|
||||
|
|
@ -71,7 +71,7 @@
|
|||
"canvas-confetti": "1.6.0",
|
||||
"chroma-js": "2.4.2",
|
||||
"clsx": "1.2.1",
|
||||
"crossbell": "1.3.0",
|
||||
"crossbell": "1.4.0",
|
||||
"dayjs": "1.11.8",
|
||||
"dotenv": "16.1.4",
|
||||
"emoji-mart": "5.5.2",
|
||||
|
|
@ -96,9 +96,9 @@
|
|||
"mdast-util-to-string": "3.2.0",
|
||||
"mdast-util-toc": "6.1.1",
|
||||
"medium-zoom": "1.0.8",
|
||||
"mermaid": "10.2.2",
|
||||
"mermaid": "10.2.3",
|
||||
"nanoid": "4.0.2",
|
||||
"next": "13.4.4",
|
||||
"next": "13.4.5",
|
||||
"node-id3": "0.2.6",
|
||||
"pangu": "4.0.7",
|
||||
"path-to-regexp": "6.2.1",
|
||||
|
|
@ -112,12 +112,12 @@
|
|||
"react-hook-form": "7.44.3",
|
||||
"react-hot-toast": "2.4.1",
|
||||
"react-i18next": "12.3.1",
|
||||
"react-parallax-tilt": "1.7.145",
|
||||
"react-parallax-tilt": "1.7.146",
|
||||
"react-popper": "2.3.0",
|
||||
"react-sortablejs": "6.1.4",
|
||||
"react-string-replace": "1.1.0",
|
||||
"react-tweet": "2.0.1",
|
||||
"react-virtuoso": "4.3.9",
|
||||
"react-virtuoso": "4.3.10",
|
||||
"refractor": "4.8.1",
|
||||
"rehype-autolink-headings": "6.1.1",
|
||||
"rehype-infer-description-meta": "1.1.0",
|
||||
|
|
@ -145,21 +145,21 @@
|
|||
"sortablejs": "1.15.0",
|
||||
"tailwind-merge": "1.13.1",
|
||||
"tailwind-scrollbar-hide": "1.1.7",
|
||||
"tailwindcss-animate": "1.0.5",
|
||||
"tailwindcss-animate": "1.0.6",
|
||||
"unidata.js": "0.8.0",
|
||||
"unified": "10.1.2",
|
||||
"unist-builder": "3.0.1",
|
||||
"unist-util-visit": "4.1.2",
|
||||
"use-onclickoutside": "0.4.1",
|
||||
"uuid": "9.0.0",
|
||||
"viem": "0.3.50",
|
||||
"viem": "1.0.6",
|
||||
"wagmi": "1.1.1",
|
||||
"zustand": "4.3.8"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@ducanh2912/next-pwa": "8.6.0",
|
||||
"@iconify/tailwind": "0.1.3",
|
||||
"@next/bundle-analyzer": "13.4.4",
|
||||
"@next/bundle-analyzer": "13.4.5",
|
||||
"@trivago/prettier-plugin-sort-imports": "4.1.1",
|
||||
"@types/async-lock": "1.4.0",
|
||||
"@types/canvas-confetti": "1.6.0",
|
||||
|
|
@ -173,21 +173,21 @@
|
|||
"@types/node": "20.2.5",
|
||||
"@types/pangu": "4.0.0",
|
||||
"@types/prismjs": "1.26.0",
|
||||
"@types/react": "18.2.9",
|
||||
"@types/react-dom": "18.2.4",
|
||||
"@types/react": "18.2.12",
|
||||
"@types/react-dom": "18.2.5",
|
||||
"@types/react-infinite-scroller": "1.2.3",
|
||||
"@types/remove-markdown": "0.3.1",
|
||||
"@types/serialize-javascript": "5.0.2",
|
||||
"@types/sortablejs": "1.15.1",
|
||||
"@types/ua-parser-js": "0.7.36",
|
||||
"@types/uuid": "9.0.1",
|
||||
"@types/uuid": "9.0.2",
|
||||
"autoprefixer": "10.4.14",
|
||||
"babel-loader": "9.1.2",
|
||||
"cspell": "6.31.1",
|
||||
"esbuild": "0.17.19",
|
||||
"esbuild": "0.18.1",
|
||||
"esbuild-register": "3.4.2",
|
||||
"eslint": "8.42.0",
|
||||
"eslint-config-next": "13.4.4",
|
||||
"eslint-config-next": "13.4.5",
|
||||
"eslint-plugin-import": "2.27.5",
|
||||
"eslint-plugin-react": "7.32.2",
|
||||
"eslint-plugin-unused-imports": "2.0.0",
|
||||
|
|
|
|||
626
pnpm-lock.yaml
626
pnpm-lock.yaml
File diff suppressed because it is too large
Load Diff
|
|
@ -3,6 +3,7 @@ import { Metadata } from "next"
|
|||
import { headers } from "next/headers"
|
||||
import { Toaster } from "react-hot-toast"
|
||||
|
||||
import "@crossbell/connect-kit/colors.css"
|
||||
import { updateIndexerFetchOptions } from "@crossbell/indexer"
|
||||
|
||||
import "~/css/main.css"
|
||||
|
|
|
|||
|
|
@ -203,6 +203,7 @@ const getLocalPages = (input: {
|
|||
operator: "" as Address, // TODO: check usage and replace it with viem's `zeroAddress`.
|
||||
owner: "" as Address, // TODO: check usage and replace it with viem's `zeroAddress`.
|
||||
createdAt: new Date(page.date).toISOString(),
|
||||
publishedAt: new Date(page.date).toISOString(),
|
||||
updatedAt: new Date(page.date).toISOString(),
|
||||
deletedAt: null,
|
||||
transactionHash: "" as Address, // TODO: check usage and replace it with viem's `zeroAddress`.
|
||||
|
|
|
|||
Loading…
Reference in New Issue