|
18 | 18 | "ci-check": "npm-run-all prettier:diff --parallel lint tsc lint-heading-ids rss", |
19 | 19 | "tsc": "tsc --noEmit", |
20 | 20 | "start": "next start", |
21 | | - "postinstall": "patch-package && (is-ci || husky install .husky)", |
| 21 | + "postinstall": "is-ci || husky install .husky", |
22 | 22 | "check-all": "npm-run-all prettier lint:fix tsc rss", |
23 | 23 | "rss": "node scripts/generateRss.js", |
24 | 24 | "textlint": "cd textlint && yarn --frozen-lockfile && yarn textlint", |
25 | 25 | "textlint-staged": "cd textlint && yarn --frozen-lockfile && yarn textlint-staged --" |
26 | 26 | }, |
27 | 27 | "dependencies": { |
28 | 28 | "@codesandbox/sandpack-react": "2.13.5", |
29 | | - "@docsearch/css": "^3.6.1", |
30 | | - "@docsearch/react": "^3.6.1", |
| 29 | + "@docsearch/css": "^3.8.3", |
| 30 | + "@docsearch/react": "^3.8.3", |
31 | 31 | "@headlessui/react": "^1.7.0", |
32 | 32 | "@radix-ui/react-context-menu": "^2.1.5", |
33 | 33 | "body-scroll-lock": "^3.1.3", |
34 | 34 | "classnames": "^2.2.6", |
35 | 35 | "date-fns": "^2.16.1", |
36 | 36 | "debounce": "^1.2.1", |
37 | 37 | "github-slugger": "^1.3.0", |
38 | | - "next": "^13.4.1", |
| 38 | + "next": "15.1.0", |
39 | 39 | "next-remote-watch": "^1.0.0", |
40 | 40 | "parse-numeric-range": "^1.2.0", |
41 | | - "react": "^0.0.0-experimental-16d053d59-20230506", |
| 41 | + "react": "^19.0.0", |
42 | 42 | "react-collapsed": "4.0.4", |
43 | | - "react-dom": "^0.0.0-experimental-16d053d59-20230506", |
| 43 | + "react-dom": "^19.0.0", |
44 | 44 | "remark-frontmatter": "^4.0.1", |
45 | 45 | "remark-gfm": "^3.0.1" |
46 | 46 | }, |
|
56 | 56 | "@types/mdx-js__react": "^1.5.2", |
57 | 57 | "@types/node": "^14.6.4", |
58 | 58 | "@types/parse-numeric-range": "^0.0.1", |
59 | | - "@types/react": "^18.0.9", |
60 | | - "@types/react-dom": "^18.0.5", |
| 59 | + "@types/react": "^19.0.0", |
| 60 | + "@types/react-dom": "^19.0.0", |
61 | 61 | "@typescript-eslint/eslint-plugin": "^5.36.2", |
62 | 62 | "@typescript-eslint/parser": "^5.36.2", |
63 | 63 | "asyncro": "^3.0.0", |
64 | 64 | "autoprefixer": "^10.4.2", |
65 | 65 | "babel-eslint": "10.x", |
| 66 | + "babel-plugin-react-compiler": "19.0.0-beta-e552027-20250112", |
66 | 67 | "eslint": "7.x", |
67 | 68 | "eslint-config-next": "12.0.3", |
68 | 69 | "eslint-config-react-app": "^5.2.1", |
69 | 70 | "eslint-plugin-flowtype": "4.x", |
70 | 71 | "eslint-plugin-import": "2.x", |
71 | 72 | "eslint-plugin-jsx-a11y": "6.x", |
72 | 73 | "eslint-plugin-react": "7.x", |
| 74 | + "eslint-plugin-react-compiler": "^19.0.0-beta-e552027-20250112", |
73 | 75 | "eslint-plugin-react-hooks": "^0.0.0-experimental-fabef7a6b-20221215", |
74 | 76 | "fs-extra": "^9.0.1", |
75 | 77 | "globby": "^11.0.1", |
|
80 | 82 | "mdast-util-to-string": "^1.1.0", |
81 | 83 | "metro-cache": "0.72.2", |
82 | 84 | "npm-run-all": "^4.1.5", |
83 | | - "patch-package": "^6.2.2", |
84 | 85 | "postcss": "^8.4.5", |
85 | 86 | "postcss-flexbugs-fixes": "4.2.1", |
86 | 87 | "postcss-preset-env": "^6.7.0", |
|
96 | 97 | "retext-smartypants": "^4.0.0", |
97 | 98 | "rss": "^1.2.2", |
98 | 99 | "tailwindcss": "^3.4.1", |
99 | | - "typescript": "^4.0.2", |
| 100 | + "typescript": "^5.7.2", |
100 | 101 | "unist-util-visit": "^2.0.3", |
101 | 102 | "webpack-bundle-analyzer": "^4.5.0" |
102 | 103 | }, |
|
111 | 112 | "lint-staged": { |
112 | 113 | "*.{js,ts,jsx,tsx,css}": "yarn prettier", |
113 | 114 | "src/**/*.md": ["yarn fix-headings", "yarn textlint-staged --"] |
114 | | - } |
| 115 | + }, |
| 116 | + "packageManager": "yarn@1.22.22" |
115 | 117 | } |
0 commit comments