Skip to content

Commit 8dd9656

Browse files
committed
chore: update deps
1 parent 272f956 commit 8dd9656

File tree

2 files changed

+20
-524
lines changed

2 files changed

+20
-524
lines changed

package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -115,17 +115,18 @@
115115
},
116116
"pnpm": {
117117
"overrides": {
118-
"is-core-module": "npm:@nolyfill/is-core-module@^1.0.39",
119-
"safe-buffer": "npm:@nolyfill/safe-buffer@^1.0.41",
120-
"safer-buffer": "npm:@nolyfill/safer-buffer@^1.0.41",
121-
"typedarray": "npm:@nolyfill/typedarray@^1.0.29",
122118
"@types/react": "^19.0.8",
123119
"@types/react-dom": "^19.0.3",
124120
"cross-spawn": "^7.0.6",
121+
"esbuild": "^0.25.0",
122+
"is-core-module": "npm:@nolyfill/is-core-module@^1.0.39",
125123
"next": "^15.1.7",
126124
"react": "^19.0.0",
127125
"react-dom": "^19.0.0",
126+
"safe-buffer": "npm:@nolyfill/safe-buffer@^1.0.41",
127+
"safer-buffer": "npm:@nolyfill/safer-buffer@^1.0.41",
128128
"ts-api-utils": "^2.0.1",
129+
"typedarray": "npm:@nolyfill/typedarray@^1.0.29",
129130
"typescript": "^5.7.3"
130131
}
131132
}

0 commit comments

Comments
 (0)