Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

324 replace prism js with shiki #375

Closed
wants to merge 7 commits into from

Conversation

DavieReid
Copy link
Contributor

No description provided.

@DavieReid DavieReid requested a review from a team as a code owner June 6, 2023 15:34
@DavieReid DavieReid linked an issue Jun 6, 2023 that may be closed by this pull request
@changeset-bot
Copy link

changeset-bot bot commented Jun 6, 2023

🦋 Changeset detected

Latest commit: fd03fec

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 24 packages
Name Type
@jpmorganchase/mosaic-components Patch
@jpmorganchase/mosaic-site Patch
@jpmorganchase/mosaic-site-components Patch
@jpmorganchase/mosaic-site-middleware Patch
@jpmorganchase/mosaic-site-preset-styles Patch
@jpmorganchase/mosaic-theme Patch
@jpmorganchase/mosaic-cli Patch
@jpmorganchase/mosaic-labs-components Patch
@jpmorganchase/mosaic-content-editor-plugin Patch
@jpmorganchase/mosaic-core Patch
@jpmorganchase/mosaic-create-site Patch
@jpmorganchase/mosaic-from-http-request Patch
@jpmorganchase/mosaic-layouts Patch
@jpmorganchase/mosaic-open-api-component Patch
@jpmorganchase/mosaic-plugins Patch
@jpmorganchase/mosaic-schemas Patch
@jpmorganchase/mosaic-serialisers Patch
@jpmorganchase/mosaic-source-git-repo Patch
@jpmorganchase/mosaic-source-http Patch
@jpmorganchase/mosaic-source-local-folder Patch
@jpmorganchase/mosaic-standard-generator Patch
@jpmorganchase/mosaic-store Patch
@jpmorganchase/mosaic-types Patch
@jpmorganchase/mosaic-workflows Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@vercel
Copy link

vercel bot commented Jun 6, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
mosaic ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 7, 2023 3:56pm

@coveralls
Copy link

Pull Request Test Coverage Report for Build 5190516555

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+1.2%) to 64.238%

Totals Coverage Status
Change from base Build 5188193726: 1.2%
Covered Lines: 1263
Relevant Lines: 1727

💛 - Coveralls

@@ -35,8 +35,7 @@
"@jpmorganchase/mosaic-content-editor-plugin": "0.1.0-beta.34",
"@jpmorganchase/mosaic-site-components": "0.1.0-beta.34",
"@jpmorganchase/mosaic-layouts": "0.1.0-beta.34",
"@jpmorganchase/mosaic-theme": "0.1.0-beta.34",
"prismjs": "^1.23.0"
"@jpmorganchase/mosaic-theme": "0.1.0-beta.34"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

does this not export Prism CSS from index.js

import 'prismjs/themes/prism.css';

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Replace Prism js with Shiki
3 participants