From dad052f7bcc7fae1ccbd2877d0e2ac89522d5e56 Mon Sep 17 00:00:00 2001 From: "tangly1024.com" Date: Wed, 10 Apr 2024 16:50:06 +0800 Subject: [PATCH] v4.4.3 --- .env.local | 2 +- package.json | 136 +++++++++++++++++++++++++-------------------------- 2 files changed, 69 insertions(+), 69 deletions(-) diff --git a/.env.local b/.env.local index cfe09402..db9decf2 100644 --- a/.env.local +++ b/.env.local @@ -1,5 +1,5 @@ # 环境变量 @see https://www.nextjs.cn/docs/basic-features/environment-variables -NEXT_PUBLIC_VERSION=4.4.2 +NEXT_PUBLIC_VERSION=4.4.3 # 可在此添加环境变量,去掉最左边的(# )注释即可 diff --git a/package.json b/package.json index 9773900b..39e5a555 100644 --- a/package.json +++ b/package.json @@ -1,70 +1,70 @@ { - "name": "notion-next", - "version": "4.4.2", - "homepage": "https://github.com/tangly1024/NotionNext.git", - "license": "MIT", - "repository": { - "type": "git", - "url": "https://github.com/tangly1024/NotionNext.git" - }, - "author": { - "name": "tangly", - "email": "mail@tangly1024.com", - "url": "http://tangly1024.com" - }, - "scripts": { - "dev": "next dev", - "build": "next build", - "start": "next start", - "post-build": "next-sitemap --config next-sitemap.config.js", - "export": "next build && next-sitemap --config next-sitemap.config.js && next export", - "bundle-report": "cross-env ANALYZE=true yarn build" - }, - "dependencies": { - "@headlessui/react": "^1.7.15", - "@next/bundle-analyzer": "^12.1.1", - "@vercel/analytics": "^1.0.0", - "algoliasearch": "^4.18.0", - "feed": "^4.2.2", - "js-md5": "^0.7.3", - "lodash.throttle": "^4.1.1", - "memory-cache": "^0.2.0", - "next": "13.3.1", - "notion-client": "6.15.6", - "notion-utils": "6.15.6", - "react": "^18.2.0", - "react-dom": "^18.2.0", - "react-facebook": "^8.1.4", - "react-hotkeys-hook": "^4.5.0", - "react-notion-x": "6.16.0", - "react-share": "^4.4.1", - "react-tweet-embed": "~2.0.0" - }, - "devDependencies": { - "@waline/client": "^2.5.1", - "autoprefixer": "^10.4.13", - "cross-env": "^7.0.3", - "eslint": "^7.26.0", - "eslint-config-next": "^13.1.1", - "eslint-config-prettier": "^9.1.0", - "eslint-config-standard": "^16.0.2", - "eslint-plugin-import": "^2.23.0", - "eslint-plugin-node": "^11.1.0", - "eslint-plugin-prettier": "^5.1.3", - "eslint-plugin-promise": "^5.1.0", - "eslint-plugin-react": "^7.23.2", - "eslint-plugin-react-hooks": "^4.6.0", - "next-sitemap": "^1.6.203", - "postcss": "^8.4.31", - "prettier": "3.2.5", - "tailwindcss": "^3.3.2", - "webpack-bundle-analyzer": "^4.5.0" - }, - "resolutions": { - "axios": ">=0.21.1" - }, - "bugs": { - "url": "https://github.com/tangly/NotionNext/issues", - "email": "tlyong1992@hotmail.com" - } + "name": "notion-next", + "version": "4.4.3", + "homepage": "https://github.com/tangly1024/NotionNext.git", + "license": "MIT", + "repository": { + "type": "git", + "url": "https://github.com/tangly1024/NotionNext.git" + }, + "author": { + "name": "tangly", + "email": "mail@tangly1024.com", + "url": "http://tangly1024.com" + }, + "scripts": { + "dev": "next dev", + "build": "next build", + "start": "next start", + "post-build": "next-sitemap --config next-sitemap.config.js", + "export": "next build && next-sitemap --config next-sitemap.config.js && next export", + "bundle-report": "cross-env ANALYZE=true yarn build" + }, + "dependencies": { + "@headlessui/react": "^1.7.15", + "@next/bundle-analyzer": "^12.1.1", + "@vercel/analytics": "^1.0.0", + "algoliasearch": "^4.18.0", + "feed": "^4.2.2", + "js-md5": "^0.7.3", + "lodash.throttle": "^4.1.1", + "memory-cache": "^0.2.0", + "next": "13.3.1", + "notion-client": "6.15.6", + "notion-utils": "6.15.6", + "react": "^18.2.0", + "react-dom": "^18.2.0", + "react-facebook": "^8.1.4", + "react-hotkeys-hook": "^4.5.0", + "react-notion-x": "6.16.0", + "react-share": "^4.4.1", + "react-tweet-embed": "~2.0.0" + }, + "devDependencies": { + "@waline/client": "^2.5.1", + "autoprefixer": "^10.4.13", + "cross-env": "^7.0.3", + "eslint": "^7.26.0", + "eslint-config-next": "^13.1.1", + "eslint-config-prettier": "^9.1.0", + "eslint-config-standard": "^16.0.2", + "eslint-plugin-import": "^2.23.0", + "eslint-plugin-node": "^11.1.0", + "eslint-plugin-prettier": "^5.1.3", + "eslint-plugin-promise": "^5.1.0", + "eslint-plugin-react": "^7.23.2", + "eslint-plugin-react-hooks": "^4.6.0", + "next-sitemap": "^1.6.203", + "postcss": "^8.4.31", + "prettier": "3.2.5", + "tailwindcss": "^3.3.2", + "webpack-bundle-analyzer": "^4.5.0" + }, + "resolutions": { + "axios": ">=0.21.1" + }, + "bugs": { + "url": "https://github.com/tangly/NotionNext/issues", + "email": "tlyong1992@hotmail.com" + } }