diff options
| author | 2026-04-01 20:26:53 +0800 | |
|---|---|---|
| committer | 2026-04-01 20:26:53 +0800 | |
| commit | 403e98dd43246b5c54b5e19cde7c92b27fa0fb18 (patch) | |
| tree | 1a4e3f2897f686363e5118159ba2d92e1656da94 /package.json | |
| parent | bf0634ab5091bb8c585b574c5ed175a2a231df5e (diff) | |
| parent | 2888c21bbb71b7c6524cb6bb6f673c849abefb66 (diff) | |
| download | DropOut-403e98dd43246b5c54b5e19cde7c92b27fa0fb18.tar.gz DropOut-403e98dd43246b5c54b5e19cde7c92b27fa0fb18.zip | |
Merge branch 'main' into feat/docs-build-test
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/package.json b/package.json index 07ed537..07aab5a 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,19 @@ }, "pnpm": { "overrides": { - "vite": "npm:rolldown-vite@^7" + "vite": "npm:rolldown-vite@^7", + "axios": "1.13.5", + "dompurify": "3.3.2", + "express-rate-limit": "8.2.2", + "hono": "4.12.4", + "@hono/node-server": "1.19.10", + "@isaacs/brace-expansion": "5.0.1", + "lodash": "4.17.23", + "minimatch": "10.2.3", + "path-to-regexp": "0.1.13", + "picomatch": "2.3.2", + "qs": "6.14.2", + "seroval": "1.4.1" }, "onlyBuiltDependencies": [ "@j178/prek", |