Skip to content

Commit c690f56

Browse files
committed
chore: reorder pnpm overrides
1 parent b19c95b commit c690f56

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -109,20 +109,20 @@
109109
},
110110
"pnpm": {
111111
"overrides": {
112-
"array-flatten": "npm:@nolyfill/array-flatten@^1.0.42",
113-
"is-core-module": "npm:@nolyfill/is-core-module@^1.0.39",
114-
"isarray": "npm:@nolyfill/isarray@^1.0.29",
115-
"safe-buffer": "npm:@nolyfill/safe-buffer@^1.0.41",
116-
"safer-buffer": "npm:@nolyfill/safer-buffer@^1.0.41",
117-
"side-channel": "npm:@nolyfill/side-channel@^1.0.29",
118-
"typedarray": "npm:@nolyfill/typedarray@^1.0.29",
119112
"@types/react": "^19.0.2",
120113
"@types/react-dom": "^19.0.2",
114+
"array-flatten": "npm:@nolyfill/array-flatten@^1.0.42",
121115
"cross-spawn": "7.0.6",
116+
"is-core-module": "npm:@nolyfill/is-core-module@^1.0.39",
117+
"isarray": "npm:@nolyfill/isarray@^1.0.29",
122118
"next": "^15.1.2",
123119
"react": "^19.0.0",
124120
"react-dom": "^19.0.0",
121+
"safe-buffer": "npm:@nolyfill/safe-buffer@^1.0.41",
122+
"safer-buffer": "npm:@nolyfill/safer-buffer@^1.0.41",
123+
"side-channel": "npm:@nolyfill/side-channel@^1.0.29",
125124
"ts-api-utils": "^2.0.0",
125+
"typedarray": "npm:@nolyfill/typedarray@^1.0.29",
126126
"typescript": "^5.7.2"
127127
}
128128
}

0 commit comments

Comments
 (0)