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": {