From 479ea4d28624d5319b977c42f7e33ba86cc0615c Mon Sep 17 00:00:00 2001 From: tangly1024 Date: Wed, 2 Oct 2024 21:42:40 +0800 Subject: [PATCH] =?UTF-8?q?4.7.4=20-=20=E5=8F=AA=E6=98=AF=E6=94=B9?= =?UTF-8?q?=E7=89=88=E6=9C=AC=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.local | 2 +- package.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.env.local b/.env.local index 352497a703a..02fff367cf7 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.7.3 +NEXT_PUBLIC_VERSION=4.7.4 # 可在此添加环境变量,去掉最左边的(# )注释即可 diff --git a/package.json b/package.json index 64f77211263..ebea550137f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "notion-next", - "version": "4.7.3", + "version": "4.7.4", "homepage": "https://github.com/tangly1024/NotionNext.git", "license": "MIT", "repository": { @@ -45,7 +45,7 @@ "react-tweet-embed": "~2.0.0" }, "devDependencies": { - "@types/react": "18.3.3", + "@types/react": "18.3.10", "@typescript-eslint/eslint-plugin": "^7.16.0", "@typescript-eslint/parser": "^7.16.0", "@waline/client": "^2.5.1", @@ -65,7 +65,7 @@ "postcss": "^8.4.31", "prettier": "^3.3.2", "tailwindcss": "^3.3.2", - "typescript": "5.5.3", + "typescript": "5.6.2", "webpack-bundle-analyzer": "^4.5.0" }, "resolutions": {