fix: Work around issue with NPM 9 that tries SSH for github access
See https://github.com/npm/cli/issues/2610
This commit is contained in:
parent
efc1821150
commit
daf21e060d
5 changed files with 6 additions and 5 deletions
|
@ -247,7 +247,8 @@ dev:
|
|||
'rehype-sanitize': &rehypeSanitize '5.0.1'
|
||||
'rehype-slug': &rehypeSlug '5.1.0'
|
||||
'rehype-stringify': &rehypeStringify '9.0.3'
|
||||
'remark-copy-linked-files': &remarkCopyLinkedFiles 'https://github.com/joostdecock/remark-copy-linked-files'
|
||||
# see: https://github.com/npm/cli/issues/2610#issuecomment-1295371753
|
||||
'remark-copy-linked-files': &remarkCopyLinkedFiles 'git+https://git@github.com/joostdecock/remark-copy-linked-files'
|
||||
'remark-gfm': &remarkGfm '3.0.1'
|
||||
dev: &nextSiteDevDependencies
|
||||
'@playwright/test': '^1.32.3'
|
||||
|
|
|
@ -56,7 +56,7 @@
|
|||
"rehype-sanitize": "5.0.1",
|
||||
"rehype-slug": "5.1.0",
|
||||
"rehype-stringify": "9.0.3",
|
||||
"remark-copy-linked-files": "https://github.com/joostdecock/remark-copy-linked-files",
|
||||
"remark-copy-linked-files": "git+https://git@github.com/joostdecock/remark-copy-linked-files",
|
||||
"remark-gfm": "3.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
@ -60,7 +60,7 @@
|
|||
"rehype-sanitize": "5.0.1",
|
||||
"rehype-slug": "5.1.0",
|
||||
"rehype-stringify": "9.0.3",
|
||||
"remark-copy-linked-files": "https://github.com/joostdecock/remark-copy-linked-files",
|
||||
"remark-copy-linked-files": "git+https://git@github.com/joostdecock/remark-copy-linked-files",
|
||||
"remark-gfm": "3.0.1",
|
||||
"remark-mdx-frontmatter": "3.0.0"
|
||||
},
|
||||
|
|
|
@ -61,7 +61,7 @@
|
|||
"rehype-sanitize": "5.0.1",
|
||||
"rehype-slug": "5.1.0",
|
||||
"rehype-stringify": "9.0.3",
|
||||
"remark-copy-linked-files": "https://github.com/joostdecock/remark-copy-linked-files",
|
||||
"remark-copy-linked-files": "git+https://git@github.com/joostdecock/remark-copy-linked-files",
|
||||
"remark-gfm": "3.0.1",
|
||||
"remark-mdx-frontmatter": "3.0.0",
|
||||
"use-persisted-state": "0.3.3",
|
||||
|
|
|
@ -16799,7 +16799,7 @@ remark-cli@^11.0.0:
|
|||
|
||||
"remark-copy-linked-files@https://github.com/joostdecock/remark-copy-linked-files":
|
||||
version "1.5.0"
|
||||
resolved "git+ssh://git@github.com/joostdecock/remark-copy-linked-files.git#73f8e407d7c7055bc3d56cec32657ed401d43362"
|
||||
resolved "https://github.com/joostdecock/remark-copy-linked-files#73f8e407d7c7055bc3d56cec32657ed401d43362"
|
||||
dependencies:
|
||||
apr-for-each "^3.0.3"
|
||||
apr-intercept "^3.0.4"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue