forked from nodejs/nodejs.org
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: use rehype-shikiji (nodejs#6054)
* fix: use rehype-shikiji * chore: webpack does not support .mjs by default * fix: support dockerfile format * fix: date changing on story every day * fix: add support to diff
- Loading branch information
Showing
7 changed files
with
173 additions
and
132 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ | |
"scripts:release-post": "cross-env NODE_NO_WARNINGS=1 node scripts/release-post/index.mjs", | ||
"scripts:generate-next-data": "cross-env NODE_NO_WARNINGS=1 node scripts/generate-next-data/index.mjs", | ||
"preserve": "npm run scripts:generate-next-data", | ||
"serve": "cross-env NODE_NO_WARNINGS=1 next dev --turbo", | ||
"serve": "cross-env NODE_NO_WARNINGS=1 next dev", | ||
"prebuild": "npm run scripts:generate-next-data", | ||
"build": "cross-env NODE_NO_WARNINGS=1 next build", | ||
"start": "cross-env NODE_NO_WARNINGS=1 next start", | ||
|
@@ -73,12 +73,11 @@ | |
"react-dom": "^18.2.0", | ||
"react-intl": "~6.4.7", | ||
"rehype-autolink-headings": "~7.0.0", | ||
"rehype-pretty-code": "~0.10.1", | ||
"rehype-raw": "~7.0.0", | ||
"rehype-shikiji": "~0.6.10", | ||
"rehype-slug": "~6.0.0", | ||
"semver": "~7.5.4", | ||
"sharp": "0.32.6", | ||
"shiki": "npm:[email protected]", | ||
"tailwindcss": "^3.3.3", | ||
"turbo": "1.10.16", | ||
"typescript": "~5.2.2", | ||
|
Oops, something went wrong.