Skip to content

Commit 21196ac

Browse files
authored
deps: Allow for LocalForage >=1.8.1 (#3205)
1 parent 625e641 commit 21196ac

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

packages/integrations/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"dependencies": {
1919
"@sentry/types": "6.0.2",
2020
"@sentry/utils": "6.0.2",
21-
"localforage": "1.8.1",
21+
"localforage": "^1.8.1",
2222
"tslib": "^1.9.3"
2323
},
2424
"devDependencies": {

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14006,10 +14006,10 @@ loader.js@^4.7.0:
1400614006
resolved "https://registry.yarnpkg.com/loader.js/-/loader.js-4.7.0.tgz#a1a52902001c83631efde9688b8ab3799325ef1f"
1400714007
integrity sha512-9M2KvGT6duzGMgkOcTkWb+PR/Q2Oe54df/tLgHGVmFpAmtqJ553xJh6N63iFYI2yjo2PeJXbS5skHi/QpJq4vA==
1400814008

14009-
14010-
version "1.8.1"
14011-
resolved "https://registry.yarnpkg.com/localforage/-/localforage-1.8.1.tgz#f6c0a24b41ab33b10e4dc84342dd696f6f3e3433"
14012-
integrity sha512-azSSJJfc7h4bVpi0PGi+SmLQKJl2/8NErI+LhJsrORNikMZnhaQ7rv9fHj+ofwgSHrKRlsDCL/639a6nECIKuQ==
14009+
localforage@^1.8.1:
14010+
version "1.9.0"
14011+
resolved "https://registry.yarnpkg.com/localforage/-/localforage-1.9.0.tgz#f3e4d32a8300b362b4634cc4e066d9d00d2f09d1"
14012+
integrity sha512-rR1oyNrKulpe+VM9cYmcFn6tsHuokyVHFaCM3+osEmxaHTbEk8oQu6eGDfS6DQLWi/N67XRmB8ECG37OES368g==
1401314013
dependencies:
1401414014
lie "3.1.1"
1401514015

0 commit comments

Comments
 (0)