Skip to content

Commit

Permalink
chore: Unblock docs deploy (HumanSignal#4458)
Browse files Browse the repository at this point in the history
* Revert package-lock.json to unblock docs deploy

Will be removed later anyway

* Get rid of forked packages, fix versions

* Remove package-lock again

* Update yarn.lock
  • Loading branch information
hlomzik authored Jul 4, 2023
1 parent 2bf7fd8 commit 40b5d18
Show file tree
Hide file tree
Showing 2 changed files with 3,416 additions and 3,573 deletions.
5 changes: 3 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"hexo-generator-archive": "^0.1.5",
"hexo-generator-category": "^0.1.3",
"hexo-generator-index": "^0.2.1",
"hexo-generator-search": "https://github.com/nicholasrq/hexo-generator-search.git",
"hexo-generator-search": "^2.4.3",
"hexo-generator-sitemap": "^3.0.1",
"hexo-generator-tag": "^0.2.0",
"hexo-include": "^1.1.0",
Expand All @@ -37,13 +37,14 @@
"hexo-renderer-marked": "^6.1.0",
"hexo-renderer-stylus": "^0.3.3",
"hexo-server": "^3.0.0",
"hexo-tag-details": "https://github.com/nicholasrq/hexo-tag-details.git",
"hexo-tag-details": "^0.1.7",
"node-html-parser": "^6.1.4",
"notion-to-md": "https://github.com/huguestennier/notion-to-md.git",
"save": "^2.4.0"
},
"resolutions": {
"hexo-footnote/hexo-util": "3.0.1",
"hexo-tag-details/hexo-util": "3.0.1",
"markdown-it": "13.0.1"
},
"scripts": {
Expand Down
Loading

0 comments on commit 40b5d18

Please sign in to comment.