Skip to content

Commit 75344aa

Browse files
authored
Merge pull request #852 from reactjs/sync-e07ac94b
Sync with react.dev @ e07ac94
2 parents de86963 + f98779f commit 75344aa

Some content is hidden

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

63 files changed

+2861
-639
lines changed

package.json

Lines changed: 3 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",
2323
"rss": "node scripts/generateRss.js",
24+
"deadlinks": "node scripts/deadLinkChecker.js",
2425
"textlint": "cd textlint && yarn --frozen-lockfile && yarn textlint",
2526
"textlint-staged": "cd textlint && yarn --frozen-lockfile && yarn textlint-staged --"
2627
},
@@ -32,7 +33,6 @@
3233
"@radix-ui/react-context-menu": "^2.1.5",
3334
"body-scroll-lock": "^3.1.3",
3435
"classnames": "^2.2.6",
35-
"date-fns": "^2.16.1",
3636
"debounce": "^1.2.1",
3737
"github-slugger": "^1.3.0",
3838
"next": "15.1.0",
@@ -64,6 +64,7 @@
6464
"autoprefixer": "^10.4.2",
6565
"babel-eslint": "10.x",
6666
"babel-plugin-react-compiler": "19.0.0-beta-e552027-20250112",
67+
"chalk": "4.1.2",
6768
"eslint": "7.x",
6869
"eslint-config-next": "12.0.3",
6970
"eslint-config-react-app": "^5.2.1",

0 commit comments

Comments
 (0)