Skip to content

Commit

Permalink
Add explicit dependencies required by custom Markdown utility in pola…
Browse files Browse the repository at this point in the history
…ris.shopify.com

These dependencies are imported directly in our custom fork of a
markdown formatting tool but aren't added as dependencies because they
came transitively through the library before. Now they must be explicit
dependencies, because pnpm will not make them available to the top-level
otherwise
  • Loading branch information
ryanwilsonperkin committed Mar 28, 2024
1 parent ee1f7ce commit 4c49e46
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 14 deletions.
28 changes: 15 additions & 13 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion polaris.shopify.com/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,10 @@
"@types/lodash.mapvalues": "^4.6.9",
"@types/lodash.throttle": "^4.1.7",
"@types/marked": "^4.0.3",
"@types/mdast": "^3.0.10",
"@types/prismjs": "^1.26.0",
"@types/react": "^18.2.0",
"@types/unist": "^2.0.6",
"@types/uuid": "^9.0.1",
"babel-plugin-preval": "^5.1.0",
"chalk": "^5.2.0",
Expand All @@ -99,6 +101,8 @@
"satori": "^0.10.11",
"style-loader": "^3.3.1",
"ts-node": "^10.7.0",
"typescript": "^4.9.3"
"typescript": "^4.9.3",
"unified": "^10.1.2",
"unist-util-visit": "^4.1.0"
}
}

0 comments on commit 4c49e46

Please sign in to comment.