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