fix(deps): switch to published hexo

- when installing from a git url, tsc command needs
to be in the "prepare" lifecycle script.
  - [when installing from a git url,] If the package being installed contains a prepare script, its dependencies and devDependencies will be installed, and the prepare script will be run, before the package is packaged and installed.
    - https://docs.npmjs.com/cli/v10/commands/npm-install
  - hexo uses prepare script to install husky git hook
    - https://github.com/typicode/husky/issues/884
- Revert af212ddb8d
- Reapply 844a785718
This commit is contained in:
Ming Di Leom 2024-01-07 11:45:32 +00:00
parent af212ddb8d
commit 1e5847fabb
No known key found for this signature in database
GPG Key ID: 32D3E28E96A695E8
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
"renovate": "renovate --platform 'gitlab' --onboarding false --update-lock-files false --labels 'renovate' --recreate-closed true --require-config 'ignored' \"$CI_PROJECT_PATH\""
},
"dependencies": {
"hexo": "hexojs/hexo",
"hexo": "^7.0.0",
"hexo-filter-nofollow": "hexojs/hexo-filter-nofollow",
"hexo-generator-archive": "hexojs/hexo-generator-archive",
"hexo-generator-index": "hexojs/hexo-generator-index",