4.7.4 - 只是改版本号

This commit is contained in:
tangly1024
2024-10-02 21:42:40 +08:00
parent 0c08a1f4be
commit 479ea4d286
2 changed files with 4 additions and 4 deletions

View File

@@ -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
# 可在此添加环境变量,去掉最左边的(# )注释即可

View File

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