Skip to content

Commit 50d0b7d

Browse files
committed
fix: pin lodash to 4.17.21 to fix assignWith error
1 parent 210abe8 commit 50d0b7d

File tree

2 files changed

+224
-165
lines changed

2 files changed

+224
-165
lines changed

package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,19 @@
1818
"astro": "6.1.2",
1919
"remark-custom-header-id": "^1.0.0",
2020
"sharp": "^0.34.5",
21-
"typescript": "^6.0.2"
21+
"typescript": "^6.0.2",
22+
"workbox-build": "^7.4.0"
2223
},
2324
"packageManager": "pnpm@10.33.0",
2425
"devDependencies": {
2526
"@vite-pwa/astro": "^1.2.0",
2627
"sass": "^1.98.0",
2728
"vite-plugin-pwa": "^1.2.0",
2829
"workbox-window": "^7.4.0"
30+
},
31+
"pnpm": {
32+
"overrides": {
33+
"lodash": "4.17.21"
34+
}
2935
}
3036
}

0 commit comments

Comments
 (0)