|
32 | 32 | "server-only": "^0.0.1"
|
33 | 33 | },
|
34 | 34 | "devDependencies": {
|
35 |
| - "@eslint-sukka/node": "^6.12.0", |
36 |
| - "@eslint-sukka/react": "^6.12.0", |
| 35 | + "@eslint-sukka/node": "^6.17.1", |
| 36 | + "@eslint-sukka/react": "^6.17.1", |
37 | 37 | "@napi-rs/magic-string": "^0.3.4",
|
38 | 38 | "@package-json/types": "^0.0.11",
|
39 |
| - "@swc-node/register": "^1.10.9", |
40 |
| - "@swc/core": "^1.9.3", |
41 |
| - "@types/node": "^22.10.1", |
42 |
| - "@types/react": "^18.3.12", |
43 |
| - "@types/react-dom": "^18.3.1", |
| 39 | + "@swc-node/register": "^1.10.10", |
| 40 | + "@swc/core": "^1.11.11", |
| 41 | + "@types/node": "^22.13.10", |
| 42 | + "@types/react": "^19.0.11", |
| 43 | + "@types/react-dom": "^19.0.4", |
44 | 44 | "brotli-size": "^4.0.0",
|
45 |
| - "browserslist": "^4.24.2", |
46 |
| - "eslint": "^9.16.0", |
47 |
| - "eslint-config-sukka": "^6.12.0", |
48 |
| - "eslint-formatter-sukka": "^6.12.0", |
49 |
| - "fdir": "^6.4.2", |
| 45 | + "browserslist": "^4.24.4", |
| 46 | + "eslint": "^9.22.0", |
| 47 | + "eslint-config-sukka": "^6.17.1", |
| 48 | + "eslint-formatter-sukka": "^6.17.1", |
| 49 | + "fdir": "^6.4.3", |
50 | 50 | "gzip-size": "6.0.0",
|
51 |
| - "next": "^15.0.3", |
| 51 | + "next": "^15.2.3", |
52 | 52 | "react-router-dom": "^6.26.2",
|
53 |
| - "rollup": "^4.28.0", |
54 |
| - "rollup-plugin-dts": "^6.1.1", |
| 53 | + "rollup": "^4.36.0", |
| 54 | + "rollup-plugin-dts": "^6.2.0", |
55 | 55 | "rollup-plugin-swc3": "^0.12.1",
|
56 | 56 | "rollup-preserve-directives": "^1.1.3",
|
57 |
| - "typescript": "^5.7.2" |
| 57 | + "typescript": "^5.8.2" |
58 | 58 | },
|
59 | 59 | "peerDependencies": {
|
60 | 60 | "react": "*"
|
|
64 | 64 | "optional": true
|
65 | 65 | }
|
66 | 66 | },
|
67 |
| - "packageManager": "pnpm@9.14.4", |
| 67 | + "packageManager": "pnpm@10.6.4", |
68 | 68 | "pnpm": {
|
69 | 69 | "overrides": {
|
70 | 70 | "array-includes": "npm:@nolyfill/array-includes@latest",
|
|
82 | 82 | "object.groupby": "npm:@nolyfill/object.groupby@latest",
|
83 | 83 | "object.hasown": "npm:@nolyfill/object.hasown@latest",
|
84 | 84 | "object.values": "npm:@nolyfill/object.values@latest",
|
85 |
| - "string.prototype.matchall": "npm:@nolyfill/string.prototype.matchall@latest", |
86 |
| - "rollup": "$rollup" |
87 |
| - } |
| 85 | + "rollup": "$rollup", |
| 86 | + "string.prototype.matchall": "npm:@nolyfill/string.prototype.matchall@latest" |
| 87 | + }, |
| 88 | + "onlyBuiltDependencies": [ |
| 89 | + "@swc/core" |
| 90 | + ] |
88 | 91 | }
|
89 | 92 | }
|
0 commit comments