Skip to content

Commit 39145a5

Browse files
authored
chore: update to pnpm 10 (#12225)
1 parent db97ae3 commit 39145a5

File tree

5 files changed

+191
-211
lines changed

5 files changed

+191
-211
lines changed

.npmrc

Lines changed: 0 additions & 3 deletions
This file was deleted.

cspell.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"node_modules",
2424
"packages/xcode",
2525
"pnpm-lock.yaml",
26+
"pnpm-workspace.yaml",
2627
"qya-aa.json"
2728
],
2829
"TODO: fix those words": ["bridgable", "clonable", "sniffings"],

package.json

Lines changed: 1 addition & 64 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mask-network",
33
"type": "module",
4-
"packageManager": "pnpm@9.12.1",
4+
"packageManager": "pnpm@10.11.0",
55
"engines": {
66
"node": ">=23.6.0",
77
"yarn": ">=999.0.0",
@@ -95,68 +95,5 @@
9595
"typescript-eslint": "^8.26.0",
9696
"vite": "^6.2.0",
9797
"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-
}
16198
}
16299
}

0 commit comments

Comments
 (0)