|
17 | 17 | "ci-check": "npm-run-all prettier:diff --parallel lint tsc lint-heading-ids rss lint-editorconfig", |
18 | 18 | "tsc": "tsc --noEmit", |
19 | 19 | "start": "next start", |
20 | | - "postinstall": "is-ci || husky install .husky", |
| 20 | + "postinstall": "patch-package && (is-ci || husky install .husky)", |
21 | 21 | "check-all": "npm-run-all prettier lint:fix tsc rss", |
22 | 22 | "rss": "node scripts/generateRss.js", |
23 | 23 | "cache-reset": "rm -rf node_modules/.cache && rm -rf .next && yarn cache clean", |
|
32 | 32 | "@docsearch/react": "^3.6.1", |
33 | 33 | "@headlessui/react": "^1.7.0", |
34 | 34 | "@radix-ui/react-context-menu": "^2.1.5", |
35 | | - "babel-plugin-react-compiler": "0.0.0-experimental-696af53-20240625", |
36 | 35 | "body-scroll-lock": "^3.1.3", |
37 | 36 | "classnames": "^2.2.6", |
38 | 37 | "date-fns": "^2.16.1", |
39 | 38 | "debounce": "^1.2.1", |
40 | 39 | "github-slugger": "^1.3.0", |
41 | | - "next": "15.1.0", |
| 40 | + "next": "^13.4.1", |
42 | 41 | "next-remote-watch": "^1.0.0", |
43 | 42 | "parse-numeric-range": "^1.2.0", |
44 | | - "react": "^19.0.0", |
| 43 | + "react": "^0.0.0-experimental-16d053d59-20230506", |
45 | 44 | "react-collapsed": "4.0.4", |
46 | | - "react-dom": "^19.0.0", |
| 45 | + "react-dom": "^0.0.0-experimental-16d053d59-20230506", |
47 | 46 | "remark-frontmatter": "^4.0.1", |
48 | 47 | "remark-gfm": "^3.0.1" |
49 | 48 | }, |
|
59 | 58 | "@types/mdx-js__react": "^1.5.2", |
60 | 59 | "@types/node": "^14.6.4", |
61 | 60 | "@types/parse-numeric-range": "^0.0.1", |
62 | | - "@types/react": "^19.0.0", |
63 | | - "@types/react-dom": "^19.0.0", |
| 61 | + "@types/react": "^18.0.9", |
| 62 | + "@types/react-dom": "^18.0.5", |
64 | 63 | "@typescript-eslint/eslint-plugin": "^5.36.2", |
65 | 64 | "@typescript-eslint/parser": "^5.36.2", |
66 | 65 | "asyncro": "^3.0.0", |
|
85 | 84 | "metro-cache": "0.72.2", |
86 | 85 | "mocha": "^10.6.0", |
87 | 86 | "npm-run-all": "^4.1.5", |
| 87 | + "patch-package": "^6.2.2", |
88 | 88 | "postcss": "^8.4.5", |
89 | 89 | "postcss-flexbugs-fixes": "4.2.1", |
90 | 90 | "postcss-preset-env": "^6.7.0", |
|
0 commit comments