|
2 | 2 | "private": true, |
3 | 3 | "name": "root", |
4 | 4 | "engines": { |
5 | | - "node": ">=18", |
6 | | - "pnpm": ">=9" |
| 5 | + "node": ">= 20.19" |
7 | 6 | }, |
8 | 7 | "devDependencies": { |
9 | | - "@changesets/changelog-github": "^0.5.0", |
10 | | - "@changesets/cli": "^2.27.5", |
| 8 | + "@changesets/changelog-github": "^0.5.2", |
| 9 | + "@changesets/cli": "^2.29.8", |
11 | 10 | "@oss-docs/sync": "^1.1.4", |
12 | | - "@types/express": "^4.17.6", |
13 | | - "@types/node": "^18.19.121", |
14 | | - "@types/react": "^18.3.2", |
| 11 | + "@types/express": "^5.0.6", |
| 12 | + "@types/node": "^25.2.3", |
| 13 | + "@types/prettier": "^2.7.3", |
| 14 | + "@types/react": "^18.3.28", |
15 | 15 | "chalk": "^4.1.2", |
16 | | - "concurrently": "^8.2.2", |
17 | | - "cross-env": "^7.0.2", |
| 16 | + "concurrently": "^9.2.1", |
| 17 | + "cross-env": "^10.1.0", |
18 | 18 | "danger": "^13.0.5", |
19 | 19 | "danger-plugin-lighthouse": "^0.5.2", |
20 | 20 | "danger-plugin-spellcheck": "^2.1.0", |
21 | | - "fb-watchman": "^2.0.1", |
22 | | - "glob": "^7.2.3", |
| 21 | + "fb-watchman": "^2.0.2", |
| 22 | + "glob": "^13.0.5", |
23 | 23 | "gray-matter": "4.0.3", |
24 | | - "reflect-metadata": "^0.1.13", |
| 24 | + "prettier": "^2.8.8", |
| 25 | + "reflect-metadata": "^0.2.2", |
25 | 26 | "remark": "^11.0.2", |
26 | 27 | "remark-html": "^10.0.0", |
27 | 28 | "remark-shiki-twoslash": "^3.1.3", |
28 | | - "serve-handler": "^6.1.2" |
| 29 | + "serve-handler": "^6.1.6" |
29 | 30 | }, |
30 | 31 | "pnpm": { |
31 | 32 | "overrides": { |
32 | 33 | "remark-shiki-twoslash>@typescript/twoslash": "link:./packages/ts-twoslasher", |
33 | 34 | "remark-shiki-twoslash>@typescript/vfs": "link:./packages/typescript-vfs", |
34 | 35 | "shiki-twoslash>@typescript/twoslash": "link:./packages/ts-twoslasher", |
35 | 36 | "shiki-twoslash>@typescript/vfs": "link:./packages/typescript-vfs", |
36 | | - "@types/react": "^18.2.77", |
| 37 | + "@types/react": "^18.3.28", |
37 | 38 | "@types/estree": "0.0.46", |
38 | 39 | "@types/eslint": "7.29.0", |
39 | 40 | "assert": "2.0.0", |
40 | 41 | "rollup-plugin-typescript2": "0.36.0", |
41 | 42 | "typescript": "6.0.0-dev.20260213", |
42 | 43 | "tslib": "^2.6.2", |
43 | | - "prettier": "^2.0.2", |
44 | 44 | "sharp": "0.28.1" |
45 | 45 | }, |
46 | 46 | "patchedDependencies": { |
47 | | - "react-server-dom-webpack@0.0.0-experimental-c8b778b7f-20220825": "patches/react-server-dom-webpack@0.0.0-experimental-c8b778b7f-20220825.patch", |
48 | | - "react-intl@3.12.1": "patches/react-intl@3.12.1.patch", |
49 | 47 | "gatsby-remark-shiki-twoslash@3.0.38": "patches/gatsby-remark-shiki-twoslash@3.0.38.patch" |
50 | | - } |
| 48 | + }, |
| 49 | + "ignoredBuiltDependencies": [ |
| 50 | + "@parcel/watcher", |
| 51 | + "core-js", |
| 52 | + "core-js-pure", |
| 53 | + "es5-ext", |
| 54 | + "lmdb", |
| 55 | + "msgpackr-extract", |
| 56 | + "spawn-sync", |
| 57 | + "unrs-resolver" |
| 58 | + ], |
| 59 | + "onlyBuiltDependencies": [ |
| 60 | + "esbuild", |
| 61 | + "gatsby", |
| 62 | + "gatsby-cli", |
| 63 | + "sharp" |
| 64 | + ] |
51 | 65 | }, |
52 | 66 | "jest": { |
53 | 67 | "transformIgnorePatterns": [ |
|
75 | 89 | ], |
76 | 90 | "onlyPublishWithReleaseLabel": true |
77 | 91 | }, |
78 | | - "packageManager": "pnpm@9.1.2+sha256.19c17528f9ca20bd442e4ca42f00f1b9808a9cb419383cd04ba32ef19322aba7" |
| 92 | + "packageManager": "pnpm@10.30.0+sha512.2b5753de015d480eeb88f5b5b61e0051f05b4301808a82ec8b840c9d2adf7748eb352c83f5c1593ca703ff1017295bc3fdd3119abb9686efc96b9fcb18200937" |
79 | 93 | } |
0 commit comments