This commit is contained in:
hailin 2025-06-23 22:01:46 +08:00
parent 6755707425
commit 058485e5f9
2 changed files with 3 additions and 3 deletions

View File

@ -107,7 +107,7 @@
"@types/react": "^18.2.38", "@types/react": "^18.2.38",
"@types/react-dom": "^18.2.17", "@types/react-dom": "^18.2.17",
"@types/react-syntax-highlighter": "^15.5.10", "@types/react-syntax-highlighter": "^15.5.10",
"@typescript-eslint/parser": "6.12.0", "@typescript-eslint/parser": "^6.12.0",
"autoprefixer": "^10.4.16", "autoprefixer": "^10.4.16",
"eslint": "^8.53.0", "eslint": "^8.53.0",
"eslint-config-next": "14.1.2", "eslint-config-next": "14.1.2",
@ -119,7 +119,7 @@
"tailwindcss": "^3.3.5", "tailwindcss": "^3.3.5",
"tailwindcss-animate": "^1.0.7", "tailwindcss-animate": "^1.0.7",
"ts-node": "^10.9.2", "ts-node": "^10.9.2",
"typescript": "5.3.2" "typescript": "^5.3.2"
}, },
"packageManager": "pnpm@8.11.0" "packageManager": "pnpm@8.11.0"
} }

View File

@ -30,7 +30,7 @@
"knip": "^5.0.2", "knip": "^5.0.2",
"lint-staged": "^15.2.2", "lint-staged": "^15.2.2",
"turbo": "^1.12.4", "turbo": "^1.12.4",
"typescript": "5.3.3", "typescript": "^5.3.3",
"@million/lint": "^0.0.66", "@million/lint": "^0.0.66",
"vitest": "^1.3.0" "vitest": "^1.3.0"
}, },