|
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 | },
|
|
33 | 33 | "date-fns": "^2.16.1",
|
34 | 34 | "debounce": "^1.2.1",
|
35 | 35 | "github-slugger": "^1.3.0",
|
36 |
| - "next": "^13.4.1", |
| 36 | + "next": "15.1.0", |
37 | 37 | "next-remote-watch": "^1.0.0",
|
38 | 38 | "parse-numeric-range": "^1.2.0",
|
39 |
| - "react": "^0.0.0-experimental-16d053d59-20230506", |
| 39 | + "react": "^19.0.0", |
40 | 40 | "react-collapsed": "4.0.4",
|
41 |
| - "react-dom": "^0.0.0-experimental-16d053d59-20230506", |
| 41 | + "react-dom": "^19.0.0", |
42 | 42 | "remark-frontmatter": "^4.0.1",
|
43 | 43 | "remark-gfm": "^3.0.1"
|
44 | 44 | },
|
|
54 | 54 | "@types/mdx-js__react": "^1.5.2",
|
55 | 55 | "@types/node": "^14.6.4",
|
56 | 56 | "@types/parse-numeric-range": "^0.0.1",
|
57 |
| - "@types/react": "^18.0.9", |
58 |
| - "@types/react-dom": "^18.0.5", |
| 57 | + "@types/react": "^19.0.0", |
| 58 | + "@types/react-dom": "^19.0.0", |
59 | 59 | "@typescript-eslint/eslint-plugin": "^5.36.2",
|
60 | 60 | "@typescript-eslint/parser": "^5.36.2",
|
61 | 61 | "asyncro": "^3.0.0",
|
62 | 62 | "autoprefixer": "^10.4.2",
|
63 | 63 | "babel-eslint": "10.x",
|
| 64 | + "babel-plugin-react-compiler": "19.0.0-beta-e552027-20250112", |
64 | 65 | "eslint": "7.x",
|
65 | 66 | "eslint-config-next": "12.0.3",
|
66 | 67 | "eslint-config-react-app": "^5.2.1",
|
67 | 68 | "eslint-plugin-flowtype": "4.x",
|
68 | 69 | "eslint-plugin-import": "2.x",
|
69 | 70 | "eslint-plugin-jsx-a11y": "6.x",
|
70 | 71 | "eslint-plugin-react": "7.x",
|
| 72 | + "eslint-plugin-react-compiler": "^19.0.0-beta-e552027-20250112", |
71 | 73 | "eslint-plugin-react-hooks": "^0.0.0-experimental-fabef7a6b-20221215",
|
72 | 74 | "fs-extra": "^9.0.1",
|
73 | 75 | "globby": "^11.0.1",
|
|
78 | 80 | "mdast-util-to-string": "^1.1.0",
|
79 | 81 | "metro-cache": "0.72.2",
|
80 | 82 | "npm-run-all": "^4.1.5",
|
81 |
| - "patch-package": "^6.2.2", |
82 | 83 | "postcss": "^8.4.5",
|
83 | 84 | "postcss-flexbugs-fixes": "4.2.1",
|
84 | 85 | "postcss-preset-env": "^6.7.0",
|
|
94 | 95 | "retext-smartypants": "^4.0.0",
|
95 | 96 | "rss": "^1.2.2",
|
96 | 97 | "tailwindcss": "^3.4.1",
|
97 |
| - "typescript": "^4.0.2", |
| 98 | + "typescript": "^5.7.2", |
98 | 99 | "unist-util-visit": "^2.0.3",
|
99 | 100 | "webpack-bundle-analyzer": "^4.5.0"
|
100 | 101 | },
|
|
109 | 110 | "lint-staged": {
|
110 | 111 | "*.{js,ts,jsx,tsx,css}": "yarn prettier",
|
111 | 112 | "src/**/*.md": "yarn fix-headings"
|
112 |
| - } |
| 113 | + }, |
| 114 | + "packageManager": "[email protected]" |
113 | 115 | }
|
0 commit comments