[examples/github-backed-catalog][xs] - fix build
This commit is contained in:
11
examples/github-backed-catalog/package-lock.json
generated
11
examples/github-backed-catalog/package-lock.json
generated
@@ -12,6 +12,7 @@
|
|||||||
"@portaljs/core": "^1.0.5",
|
"@portaljs/core": "^1.0.5",
|
||||||
"@portaljs/remark-callouts": "^1.0.5",
|
"@portaljs/remark-callouts": "^1.0.5",
|
||||||
"@portaljs/remark-embed": "^1.0.4",
|
"@portaljs/remark-embed": "^1.0.4",
|
||||||
|
"@portaljs/remark-wiki-link": "^1.0.4",
|
||||||
"@types/node": "18.16.0",
|
"@types/node": "18.16.0",
|
||||||
"@types/react": "18.0.38",
|
"@types/react": "18.0.38",
|
||||||
"@types/react-dom": "18.0.11",
|
"@types/react-dom": "18.0.11",
|
||||||
@@ -2407,6 +2408,16 @@
|
|||||||
"unist-util-visit": "^4.1.1"
|
"unist-util-visit": "^4.1.1"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"node_modules/@portaljs/remark-wiki-link": {
|
||||||
|
"version": "1.0.4",
|
||||||
|
"resolved": "https://registry.npmjs.org/@portaljs/remark-wiki-link/-/remark-wiki-link-1.0.4.tgz",
|
||||||
|
"integrity": "sha512-cp6vlssDAPawcBI0vUPRpcPdORql3RbK1Q+t1LuRvMQ+yiRb+9DnSPBUviDXKqwsBMOOXP/ePAdYohaeXGt0lQ==",
|
||||||
|
"dependencies": {
|
||||||
|
"mdast-util-to-markdown": "^1.5.0",
|
||||||
|
"mdast-util-wiki-link": "^0.0.2",
|
||||||
|
"micromark-util-symbol": "^1.0.1"
|
||||||
|
}
|
||||||
|
},
|
||||||
"node_modules/@primer/octicons-react": {
|
"node_modules/@primer/octicons-react": {
|
||||||
"version": "12.1.0",
|
"version": "12.1.0",
|
||||||
"resolved": "https://registry.npmjs.org/@primer/octicons-react/-/octicons-react-12.1.0.tgz",
|
"resolved": "https://registry.npmjs.org/@primer/octicons-react/-/octicons-react-12.1.0.tgz",
|
||||||
|
|||||||
@@ -14,6 +14,7 @@
|
|||||||
"@portaljs/core": "^1.0.5",
|
"@portaljs/core": "^1.0.5",
|
||||||
"@portaljs/remark-callouts": "^1.0.5",
|
"@portaljs/remark-callouts": "^1.0.5",
|
||||||
"@portaljs/remark-embed": "^1.0.4",
|
"@portaljs/remark-embed": "^1.0.4",
|
||||||
|
"@portaljs/remark-wiki-link": "^1.0.4",
|
||||||
"@types/node": "18.16.0",
|
"@types/node": "18.16.0",
|
||||||
"@types/react": "18.0.38",
|
"@types/react": "18.0.38",
|
||||||
"@types/react-dom": "18.0.11",
|
"@types/react-dom": "18.0.11",
|
||||||
|
|||||||
Reference in New Issue
Block a user