|
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 | },
|
|
28 | 28 | "@docsearch/react": "^3.6.1",
|
29 | 29 | "@headlessui/react": "^1.7.0",
|
30 | 30 | "@radix-ui/react-context-menu": "^2.1.5",
|
| 31 | + "babel-plugin-react-compiler": "0.0.0-experimental-696af53-20240625", |
31 | 32 | "body-scroll-lock": "^3.1.3",
|
32 | 33 | "classnames": "^2.2.6",
|
33 | 34 | "date-fns": "^2.16.1",
|
34 | 35 | "debounce": "^1.2.1",
|
35 | 36 | "github-slugger": "^1.3.0",
|
36 |
| - "next": "^13.4.1", |
| 37 | + "next": "15.1.0", |
37 | 38 | "next-remote-watch": "^1.0.0",
|
38 | 39 | "parse-numeric-range": "^1.2.0",
|
39 |
| - "react": "^0.0.0-experimental-16d053d59-20230506", |
| 40 | + "react": "^19.0.0", |
40 | 41 | "react-collapsed": "4.0.4",
|
41 |
| - "react-dom": "^0.0.0-experimental-16d053d59-20230506", |
| 42 | + "react-dom": "^19.0.0", |
42 | 43 | "remark-frontmatter": "^4.0.1",
|
43 | 44 | "remark-gfm": "^3.0.1"
|
44 | 45 | },
|
|
54 | 55 | "@types/mdx-js__react": "^1.5.2",
|
55 | 56 | "@types/node": "^14.6.4",
|
56 | 57 | "@types/parse-numeric-range": "^0.0.1",
|
57 |
| - "@types/react": "^18.0.9", |
58 |
| - "@types/react-dom": "^18.0.5", |
| 58 | + "@types/react": "^19.0.0", |
| 59 | + "@types/react-dom": "^19.0.0", |
59 | 60 | "@typescript-eslint/eslint-plugin": "^5.36.2",
|
60 | 61 | "@typescript-eslint/parser": "^5.36.2",
|
61 | 62 | "asyncro": "^3.0.0",
|
|
78 | 79 | "mdast-util-to-string": "^1.1.0",
|
79 | 80 | "metro-cache": "0.72.2",
|
80 | 81 | "npm-run-all": "^4.1.5",
|
81 |
| - "patch-package": "^6.2.2", |
82 | 82 | "postcss": "^8.4.5",
|
83 | 83 | "postcss-flexbugs-fixes": "4.2.1",
|
84 | 84 | "postcss-preset-env": "^6.7.0",
|
|
94 | 94 | "retext-smartypants": "^4.0.0",
|
95 | 95 | "rss": "^1.2.2",
|
96 | 96 | "tailwindcss": "^3.4.1",
|
97 |
| - "typescript": "^4.0.2", |
| 97 | + "typescript": "^5.7.2", |
98 | 98 | "unist-util-visit": "^2.0.3",
|
99 | 99 | "webpack-bundle-analyzer": "^4.5.0"
|
100 | 100 | },
|
|
0 commit comments