Skip to content

Commit

Permalink
feat(plugin): ShikiCodeblocks (#267)
Browse files Browse the repository at this point in the history
Co-authored-by: ArjixWasTaken <[email protected]>
Co-authored-by: Ven <[email protected]>
  • Loading branch information
3 people committed Dec 2, 2022
1 parent 4760af7 commit 41dddc9
Show file tree
Hide file tree
Showing 32 changed files with 1,480 additions and 105 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@
"@types/yazl": "^2.4.2",
"@typescript-eslint/eslint-plugin": "^5.44.0",
"@typescript-eslint/parser": "^5.44.0",
"@vap/core": "0.0.12",
"@vap/shiki": "0.10.3",
"console-menu": "^0.1.0",
"diff": "^5.1.0",
"discord-types": "^1.3.26",
Expand All @@ -50,6 +52,7 @@
"eslint-plugin-path-alias": "^1.0.0",
"eslint-plugin-simple-import-sort": "^8.0.0",
"eslint-plugin-unused-imports": "^2.0.0",
"highlight.js": "10.6.0",
"moment": "^2.29.4",
"puppeteer-core": "^19.3.0",
"standalone-electron-types": "^1.0.0",
Expand Down
Loading

2 comments on commit 41dddc9

@hexa0
Copy link

@hexa0 hexa0 commented on 41dddc9 Dec 2, 2022

Choose a reason for hiding this comment

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

this prevents vencord from being built
image

@D3SOX
Copy link
Contributor

@D3SOX D3SOX commented on 41dddc9 Dec 2, 2022

Choose a reason for hiding this comment

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

@HexaRG Bruh do a pnpm i --frozen-lockfile

Please sign in to comment.