Skip to content

Commit 46450a5

Browse files
reorder pnpm field
1 parent 0b60b6b commit 46450a5

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,6 @@
99
"engines": {
1010
"node": ">=20.16.0"
1111
},
12-
"pnpm": {
13-
"patchedDependencies": {
14-
"@types/[email protected]": "patches/@[email protected]",
15-
16-
},
17-
"peerDependencyRules": {
18-
"ignoreMissing": [
19-
"react-json-view"
20-
],
21-
"allowedVersions": {
22-
"react": "18",
23-
"react-dom": "18"
24-
}
25-
}
26-
},
2712
"scripts": {
2813
"build": "pnpm -r build",
2914
"clean": "pnpm -r clean",
@@ -63,5 +48,20 @@
6348
"prettier-plugin-tailwindcss": "0.6.12",
6449
"syncpack": "13.0.4",
6550
"typescript": "5.8.3"
51+
},
52+
"pnpm": {
53+
"patchedDependencies": {
54+
"@types/[email protected]": "patches/@[email protected]",
55+
56+
},
57+
"peerDependencyRules": {
58+
"ignoreMissing": [
59+
"react-json-view"
60+
],
61+
"allowedVersions": {
62+
"react": "18",
63+
"react-dom": "18"
64+
}
65+
}
6666
}
6767
}

packages/meta-updater/src/updatePackageJson.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,13 +220,13 @@ function sortFields(obj: Record<string, any>): Record<string, any> {
220220
"badges",
221221
"capabilities",
222222
"contributes",
223-
"pnpm",
224223
"postcss",
225224
"browserslist",
226225
"scripts",
227226
"extensionDependencies",
228227
"dependencies",
229228
"devDependencies",
229+
"pnpm",
230230
];
231231
const sorted = Object.fromEntries(
232232
Object.entries(obj).sort(

0 commit comments

Comments
 (0)