|  | 
| 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 |   }, | 
| 25 | 25 |   "dependencies": { | 
| 26 | 26 |     "@codesandbox/sandpack-react": "2.13.5", | 
| 27 |  | -    "@docsearch/css": "^3.6.1", | 
| 28 |  | -    "@docsearch/react": "^3.6.1", | 
|  | 27 | +    "@docsearch/css": "^3.8.3", | 
|  | 28 | +    "@docsearch/react": "^3.8.3", | 
| 29 | 29 |     "@headlessui/react": "^1.7.0", | 
| 30 | 30 |     "@radix-ui/react-context-menu": "^2.1.5", | 
| 31 | 31 |     "body-scroll-lock": "^3.1.3", | 
| 32 | 32 |     "classnames": "^2.2.6", | 
| 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