We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3b72a5 commit a11bf4cCopy full SHA for a11bf4c
packages/nuxt/package.json
@@ -37,7 +37,7 @@
37
},
38
"dependencies": {
39
"@nuxt/kit": "^3.6.2",
40
- "lru-cache": "^10.0.0",
+ "@posva/lru-cache": "^10.0.1",
41
"strip-json-comments": "^5.0.1"
42
43
"peerDependencies": {
packages/nuxt/src/runtime/app/lru-cache.ts
@@ -1,5 +1,5 @@
1
import { deleteApp, type FirebaseApp } from 'firebase/app'
2
-import { LRUCache } from 'lru-cache'
+import { LRUCache } from '@posva/lru-cache'
3
import { logger } from '../logging'
4
5
// TODO: allow customizing
0 commit comments