|
57 | 57 | "@napi-rs/canvas": "^0.1.65",
|
58 | 58 | "@stylistic/eslint-plugin": "^2.13.0",
|
59 | 59 | "@susisu/eslint-plugin-safe-typescript": "^0.9.2",
|
60 |
| - "@swc/core": "^1.10.8", |
| 60 | + "@swc/core": "^1.10.9", |
61 | 61 | "@tsconfig/node22": "^22.0.0",
|
62 | 62 | "@tsconfig/strictest": "^2.0.5",
|
63 | 63 | "@types/node": "^22.10.7",
|
64 | 64 | "@types/react": "^19.0.7",
|
65 | 65 | "@types/react-dom": "^19.0.3",
|
66 |
| - "@typescript-eslint/parser": "^8.20.0", |
67 |
| - "@typescript-eslint/rule-tester": "^8.20.0", |
68 |
| - "@typescript-eslint/types": "^8.20.0", |
69 |
| - "@vitest/ui": "^3.0.2", |
| 66 | + "@typescript-eslint/parser": "^8.21.0", |
| 67 | + "@typescript-eslint/rule-tester": "^8.21.0", |
| 68 | + "@typescript-eslint/types": "^8.21.0", |
| 69 | + "@vitest/ui": "^3.0.3", |
70 | 70 | "@workspace/configs": "workspace:*",
|
71 | 71 | "@workspace/eslint-plugin-local": "workspace:*",
|
72 | 72 | "concurrently": "^9.1.2",
|
|
77 | 77 | "eslint": "^9.18.0",
|
78 | 78 | "eslint-config-flat-gitignore": "^1.0.0",
|
79 | 79 | "eslint-plugin-jsdoc": "^50.6.2",
|
80 |
| - "eslint-plugin-perfectionist": "^4.6.0", |
| 80 | + "eslint-plugin-perfectionist": "^4.7.0", |
81 | 81 | "eslint-plugin-regexp": "^2.7.0",
|
82 | 82 | "eslint-plugin-simple-import-sort": "^12.1.1",
|
83 | 83 | "eslint-plugin-unicorn": "^56.0.1",
|
84 | 84 | "eslint-plugin-vitest": "^0.5.4",
|
85 | 85 | "fixpkg": "^1.0.2",
|
86 | 86 | "jiti": "^2.4.2",
|
87 |
| - "lefthook": "^1.10.9", |
| 87 | + "lefthook": "^1.10.10", |
88 | 88 | "markdownlint": "^0.37.4",
|
89 | 89 | "nx": "20.3.1",
|
90 | 90 | "ofetch": "^1.4.1",
|
|
95 | 95 | "skott": "^0.35.4",
|
96 | 96 | "tinyexec": "^0.3.2",
|
97 | 97 | "tinyglobby": "^0.2.10",
|
98 |
| - "ts-pattern": "^5.6.1", |
| 98 | + "ts-pattern": "^5.6.2", |
99 | 99 | "tsup": "^8.3.5",
|
100 | 100 | "tsx": "^4.19.2",
|
101 |
| - "type-fest": "^4.32.0", |
| 101 | + "type-fest": "^4.33.0", |
102 | 102 | "typedoc": "^0.27.6",
|
103 | 103 | "typedoc-plugin-markdown": "^4.4.1",
|
104 | 104 | "typedoc-plugin-rename-defaults": "^0.7.2",
|
105 | 105 | "typescript": "^5.7.3",
|
106 |
| - "typescript-eslint": "^8.20.0", |
107 |
| - "vitest": "^3.0.2" |
| 106 | + "typescript-eslint": "^8.21.0", |
| 107 | + "vitest": "^3.0.3" |
108 | 108 | },
|
109 | 109 | "packageManager": "[email protected]",
|
110 | 110 | "engines": {
|
111 | 111 | "node": ">=18.18.0"
|
112 | 112 | },
|
113 | 113 | "pnpm": {
|
114 | 114 | "overrides": {
|
| 115 | + "is-core-module": "npm:@nolyfill/is-core-module@^1.0.39", |
| 116 | + "safe-buffer": "npm:@nolyfill/safe-buffer@^1.0.41", |
| 117 | + "safer-buffer": "npm:@nolyfill/safer-buffer@^1.0.41", |
| 118 | + "typedarray": "npm:@nolyfill/typedarray@^1.0.29", |
115 | 119 | "@types/react": "^19.0.7",
|
116 | 120 | "@types/react-dom": "^19.0.3",
|
117 | 121 | "cross-spawn": "^7.0.6",
|
118 |
| - "is-core-module": "npm:@nolyfill/is-core-module@^1.0.39", |
119 | 122 | "next": "^15.1.5",
|
120 |
| - "nextra": "^3.3.1", |
121 |
| - "nextra-theme-docs": "^3.3.1", |
| 123 | + "nextra": "^4.0.4", |
| 124 | + "nextra-theme-docs": "^4.0.4", |
122 | 125 | "react": "^19.0.0",
|
123 | 126 | "react-dom": "^19.0.0",
|
124 |
| - "safe-buffer": "npm:@nolyfill/safe-buffer@^1.0.41", |
125 |
| - "safer-buffer": "npm:@nolyfill/safer-buffer@^1.0.41", |
126 | 127 | "ts-api-utils": "^2.0.0",
|
127 |
| - "typedarray": "npm:@nolyfill/typedarray@^1.0.29", |
128 | 128 | "typescript": "^5.7.3"
|
129 | 129 | }
|
130 | 130 | }
|
|
0 commit comments