|
1 | 1 | { |
2 | 2 | "name": "mask-network", |
3 | 3 | "type": "module", |
4 | | - "packageManager": "pnpm@9.12.1", |
| 4 | + "packageManager": "pnpm@10.11.0", |
5 | 5 | "engines": { |
6 | 6 | "node": ">=23.6.0", |
7 | 7 | "yarn": ">=999.0.0", |
|
95 | 95 | "typescript-eslint": "^8.26.0", |
96 | 96 | "vite": "^6.2.0", |
97 | 97 | "vitest": "^3.0.7" |
98 | | - }, |
99 | | - "pnpm": { |
100 | | - "overrides": { |
101 | | - "@emotion/styled": "$@emotion/styled", |
102 | | - "@emotion/react": "$@emotion/react", |
103 | | - "@mui/base": "$@mui/base", |
104 | | - "@mui/icons-material": "$@mui/icons-material", |
105 | | - "@mui/material": "$@mui/material", |
106 | | - "@swc/core": "$@swc/core", |
107 | | - "@protobufjs/inquire": "1.1.0", |
108 | | - "@splinetool/runtime": "0.9.342", |
109 | | - "@tanstack/react-query": "^5.49.2", |
110 | | - "@types/node": "22.13.9", |
111 | | - "@types/react": "$@types/react", |
112 | | - "@types/react-dom": "$@types/react-dom", |
113 | | - "elliptic": "6.6.1", |
114 | | - "glob-stream": "7.0.0", |
115 | | - "react": "$react", |
116 | | - "react-dom": "$react-dom", |
117 | | - "reflect-metadata": "0.1.13", |
118 | | - "webpack@5": "npm:@magic-works/webpack@5.88.2" |
119 | | - }, |
120 | | - "override reason": { |
121 | | - "@protobufjs/inquire": "Patching this", |
122 | | - "@splinetool/runtime": "Patching this", |
123 | | - "@types/node": "Singleton package", |
124 | | - "@types/react": "Singleton package", |
125 | | - "@types/react-dom": "Singleton package", |
126 | | - "elliptic": "GHSA-vjh7-7g9h-fjfh", |
127 | | - "glob-stream": "https://github.com/gulpjs/gulp/issues/2795", |
128 | | - "react": "Singleton package", |
129 | | - "react-dom": "Singleton package", |
130 | | - "reflect-metadata": "Patching this", |
131 | | - "webpack@5": "PR: https://github.com/webpack/webpack/pull/18139" |
132 | | - }, |
133 | | - "onlyBuiltDependencies": [], |
134 | | - "peerDependencyRules": { |
135 | | - "ignoreMissing": [], |
136 | | - "allowAny": [ |
137 | | - "webpack", |
138 | | - "react", |
139 | | - "react-dom", |
140 | | - "@types/react" |
141 | | - ], |
142 | | - "allowedVersions": {} |
143 | | - }, |
144 | | - "patchedDependencies": { |
145 | | - "@ceramicnetwork/rpc-transport@0.3.1": "patches/@ceramicnetwork__rpc-transport@0.3.1.patch", |
146 | | - "@types/react-avatar-editor@13.0.2": "patches/@types__react-avatar-editor@13.0.2.patch", |
147 | | - "rss3-next@0.6.17": "patches/rss3-next@0.6.17.patch", |
148 | | - "@types/react-highlight-words@0.20.0": "patches/@types__react-highlight-words@0.20.0.patch", |
149 | | - "@cyberlab/cyberconnect@4.2.2": "patches/@cyberlab__cyberconnect@4.2.2.patch", |
150 | | - "reflect-metadata@0.1.13": "patches/reflect-metadata@0.1.13.patch", |
151 | | - "bloom-filters@3.0.0": "patches/bloom-filters@3.0.0.patch", |
152 | | - "urlcat@3.1.0": "patches/urlcat@3.1.0.patch", |
153 | | - "@protobufjs/inquire@1.1.0": "patches/@protobufjs__inquire@1.1.0.patch", |
154 | | - "eslint-plugin-i@2.29.1": "patches/eslint-plugin-i@2.29.1.patch", |
155 | | - "react-use@17.5.0": "patches/react-use@17.5.0.patch", |
156 | | - "react-devtools-inline@5.3.0": "patches/react-devtools-inline@5.3.0.patch", |
157 | | - "@splinetool/runtime@0.9.342": "patches/@splinetool__runtime@0.9.342.patch", |
158 | | - "@scamsniffer/detector": "patches/@scamsniffer__detector.patch", |
159 | | - "gulp": "patches/gulp.patch" |
160 | | - } |
161 | 98 | } |
162 | 99 | } |
0 commit comments