|
13 | 13 | "prettier:diff": "yarn nit:source", |
14 | 14 | "lint-heading-ids": "node scripts/headingIdLinter.js", |
15 | 15 | "fix-headings": "node scripts/headingIdLinter.js --fix", |
16 | | -<<<<<<< HEAD |
17 | | - "ci-check": "npm-run-all prettier:diff --parallel lint tsc lint-heading-ids rss lint-editorconfig", |
18 | | -======= |
19 | | - "ci-check": "npm-run-all prettier:diff --parallel lint tsc lint-heading-ids rss deadlinks", |
20 | | ->>>>>>> e07ac94bc2c1ffd817b13930977be93325e5bea9 |
| 16 | + "ci-check": "npm-run-all prettier:diff --parallel lint tsc lint-heading-ids rss deadlinks lint-editorconfig", |
21 | 17 | "tsc": "tsc --noEmit", |
22 | 18 | "start": "next start", |
23 | 19 | "postinstall": "is-ci || husky install .husky", |
24 | 20 | "check-all": "npm-run-all prettier lint:fix tsc rss", |
25 | 21 | "rss": "node scripts/generateRss.js", |
26 | | -<<<<<<< HEAD |
| 22 | + "deadlinks": "node scripts/deadLinkChecker.js", |
27 | 23 | "cache-reset": "rm -rf node_modules/.cache && rm -rf .next && yarn cache clean", |
28 | 24 | "lint-editorconfig": "yarn editorconfig-checker", |
29 | 25 | "textlint-test": "yarn mocha ./textlint/tests/utils && yarn mocha ./textlint/tests/rules", |
30 | 26 | "textlint-docs": "node ./textlint/generators/genTranslateGlossaryDocs.js && git add wiki/translate-glossary.md", |
31 | 27 | "textlint-lint": "yarn textlint ./src/content --rulesdir ./textlint/rules -f pretty-error && npx --yes eslint@9 -c eslint.config.mjs" |
32 | | -======= |
33 | | - "deadlinks": "node scripts/deadLinkChecker.js" |
34 | | ->>>>>>> e07ac94bc2c1ffd817b13930977be93325e5bea9 |
35 | 28 | }, |
36 | 29 | "dependencies": { |
37 | 30 | "@codesandbox/sandpack-react": "2.13.5", |
|
46 | 39 | "next": "15.1.0", |
47 | 40 | "next-remote-watch": "^1.0.0", |
48 | 41 | "parse-numeric-range": "^1.2.0", |
49 | | - "react": "^19.0.0", |
| 42 | + "react": "^19.1.1", |
50 | 43 | "react-collapsed": "4.0.4", |
51 | | - "react-dom": "^19.0.0", |
| 44 | + "react-dom": "^19.1.1", |
52 | 45 | "remark-frontmatter": "^4.0.1", |
53 | 46 | "remark-gfm": "^3.0.1" |
54 | 47 | }, |
|
64 | 57 | "@types/mdx-js__react": "^1.5.2", |
65 | 58 | "@types/node": "^14.6.4", |
66 | 59 | "@types/parse-numeric-range": "^0.0.1", |
67 | | - "@types/react": "^19.0.0", |
68 | | - "@types/react-dom": "^19.0.0", |
| 60 | + "@types/react": "^19.1.9", |
| 61 | + "@types/react-dom": "^19.1.7", |
69 | 62 | "@typescript-eslint/eslint-plugin": "^5.36.2", |
70 | 63 | "@typescript-eslint/parser": "^5.36.2", |
71 | 64 | "asyncro": "^3.0.0", |
72 | 65 | "autoprefixer": "^10.4.2", |
73 | 66 | "babel-eslint": "10.x", |
74 | 67 | "babel-plugin-react-compiler": "19.0.0-beta-e552027-20250112", |
75 | | -<<<<<<< HEAD |
76 | 68 | "editorconfig-checker": "^6.0.1", |
77 | | -======= |
78 | 69 | "chalk": "4.1.2", |
79 | | ->>>>>>> e07ac94bc2c1ffd817b13930977be93325e5bea9 |
80 | 70 | "eslint": "7.x", |
81 | 71 | "eslint-config-next": "12.0.3", |
82 | 72 | "eslint-config-react-app": "^5.2.1", |
83 | 73 | "eslint-plugin-flowtype": "4.x", |
84 | 74 | "eslint-plugin-import": "2.x", |
85 | 75 | "eslint-plugin-jsx-a11y": "6.x", |
86 | | - "eslint-plugin-mark": "^0.1.0-canary.2", |
| 76 | + "eslint-plugin-mark": "^0.1.0-canary.7", |
87 | 77 | "eslint-plugin-react": "7.x", |
88 | 78 | "eslint-plugin-react-compiler": "^19.0.0-beta-e552027-20250112", |
89 | 79 | "eslint-plugin-react-hooks": "^0.0.0-experimental-fabef7a6b-20221215", |
|
114 | 104 | "tailwindcss": "^3.4.1", |
115 | 105 | "textlint": "^14.0.4", |
116 | 106 | "textlint-filter-rule-comments": "^1.2.2", |
117 | | - "textlint-rule-allowed-uris": "^2.0.0", |
| 107 | + "textlint-rule-allowed-uris": "^2.0.1", |
118 | 108 | "textlint-tester": "^14.0.4", |
119 | 109 | "typescript": "^5.7.2", |
120 | 110 | "unist-util-visit": "^2.0.3", |
|
0 commit comments