Skip to content

Commit 5cee56c

Browse files
authored
docs(en): merge reactjs.org/main into zh-hans.reactjs.org/main @ b6450e8 (#1741)
2 parents b160d0d + 0651ddf commit 5cee56c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+2894
-56
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,13 @@
1515
"prettier:diff": "yarn nit:source",
1616
"lint-heading-ids": "node scripts/headingIdLinter.js",
1717
"fix-headings": "node scripts/headingIdLinter.js --fix",
18-
"ci-check": "npm-run-all prettier:diff --parallel lint tsc lint-heading-ids rss",
18+
"ci-check": "npm-run-all prettier:diff --parallel lint tsc lint-heading-ids rss deadlinks",
1919
"tsc": "tsc --noEmit",
2020
"start": "next start",
2121
"postinstall": "is-ci || husky install .husky",
2222
"check-all": "npm-run-all prettier lint:fix tsc rss",
23-
"rss": "node scripts/generateRss.js"
23+
"rss": "node scripts/generateRss.js",
24+
"deadlinks": "node scripts/deadLinkChecker.js"
2425
},
2526
"dependencies": {
2627
"@codesandbox/sandpack-react": "2.13.5",
@@ -61,6 +62,7 @@
6162
"autoprefixer": "^10.4.2",
6263
"babel-eslint": "10.x",
6364
"babel-plugin-react-compiler": "19.0.0-beta-e552027-20250112",
65+
"chalk": "4.1.2",
6466
"eslint": "7.x",
6567
"eslint-config-next": "12.0.3",
6668
"eslint-config-react-app": "^5.2.1",

0 commit comments

Comments
 (0)