Skip to content

Commit cfb5d36

Browse files
committed
adjust for peer dependencies
1 parent e09f38d commit cfb5d36

File tree

2 files changed

+13
-9
lines changed

2 files changed

+13
-9
lines changed

package.json

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,24 +15,25 @@
1515
"@svgdotjs/svg.js": "^3.1.2",
1616
"astro": "^3.5.3",
1717
"content-structure": "^0.6.5",
18-
"datatables.net-dt": "^1.13.7",
19-
"hast-util-to-html": "^9.0.0",
20-
"js-yaml": "^4.1.0",
21-
"marked": "^9.1.0",
22-
"mdast-util-to-hast": "^13.0.2",
23-
"remark": "^15.0.1",
24-
"shikiji": "^0.6.10",
25-
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.0/xlsx-0.20.0.tgz",
2618
"cookie-parser": "^1.4.6",
2719
"cors": "^2.8.5",
20+
"datatables.net-dt": "^1.13.7",
2821
"dotenv": "^16.0.3",
2922
"express": "^4.18.2",
3023
"express-session": "^1.17.3",
3124
"gray-matter": "^4.0.3",
25+
"hast-util-to-html": "^9.0.0",
26+
"js-yaml": "^4.1.0",
27+
"marked": "^9.1.0",
28+
"mdast-util-to-hast": "^13.0.2",
3229
"panzoom": "^9.4.3",
3330
"passport": "^0.6.0",
3431
"passport-github": "^1.1.0",
3532
"plantuml-encoder": "^1.4.0",
36-
"unist-util-visit": "^4.1.1"
33+
"remark": "^15.0.1",
34+
"shikiji": "^0.6.10",
35+
"three": "0.157.0",
36+
"unist-util-visit": "^4.1.1",
37+
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.0/xlsx-0.20.0.tgz"
3738
}
3839
}

pnpm-lock.yaml

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)