Skip to content

Commit dbb5eed

Browse files
committed
ref(integrations): remove localforage
1 parent 211fc0c commit dbb5eed

File tree

2 files changed

+1
-21
lines changed

2 files changed

+1
-21
lines changed

packages/integrations/package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@
2525
"dependencies": {
2626
"@sentry/core": "7.77.0",
2727
"@sentry/types": "7.77.0",
28-
"@sentry/utils": "7.77.0",
29-
"localforage": "^1.8.1"
28+
"@sentry/utils": "7.77.0"
3029
},
3130
"devDependencies": {
3231
"@sentry/browser": "7.77.0",

yarn.lock

-19
Original file line numberDiff line numberDiff line change
@@ -17249,11 +17249,6 @@ image-size@~0.5.0:
1724917249
resolved "https://registry.yarnpkg.com/image-size/-/image-size-0.5.5.tgz#09dfd4ab9d20e29eb1c3e80b8990378df9e3cb9c"
1725017250
integrity sha1-Cd/Uq50g4p6xw+gLiZA3jfnjy5w=
1725117251

17252-
immediate@~3.0.5:
17253-
version "3.0.6"
17254-
resolved "https://registry.yarnpkg.com/immediate/-/immediate-3.0.6.tgz#9db1dbd0faf8de6fbe0f5dd5e56bb606280de69b"
17255-
integrity sha1-nbHb0Pr43m++D13V5Wu2BigN5ps=
17256-
1725717252
immutable@^4.0.0:
1725817253
version "4.0.0"
1725917254
resolved "https://registry.yarnpkg.com/immutable/-/immutable-4.0.0.tgz#b86f78de6adef3608395efb269a91462797e2c23"
@@ -19691,13 +19686,6 @@ [email protected]:
1969119686
"@types/webpack-sources" "^0.1.5"
1969219687
webpack-sources "^1.2.0"
1969319688

19694-
19695-
version "3.1.1"
19696-
resolved "https://registry.yarnpkg.com/lie/-/lie-3.1.1.tgz#9a436b2cc7746ca59de7a41fa469b3efb76bd87e"
19697-
integrity sha1-mkNrLMd0bKWd56QfpGmz77dr2H4=
19698-
dependencies:
19699-
immediate "~3.0.5"
19700-
1970119689
lilconfig@^2.0.3:
1970219690
version "2.0.6"
1970319691
resolved "https://registry.yarnpkg.com/lilconfig/-/lilconfig-2.0.6.tgz#32a384558bd58af3d4c6e077dd1ad1d397bc69d4"
@@ -19843,13 +19831,6 @@ local-pkg@^0.4.2:
1984319831
resolved "https://registry.yarnpkg.com/local-pkg/-/local-pkg-0.4.3.tgz#0ff361ab3ae7f1c19113d9bb97b98b905dbc4963"
1984419832
integrity sha512-SFppqq5p42fe2qcZQqqEOiVRXl+WCP1MdT6k7BDEW1j++sp5fIY+/fdRQitvKgB5BrBcmrs5m/L0v2FrU5MY1g==
1984519833

19846-
localforage@^1.8.1:
19847-
version "1.9.0"
19848-
resolved "https://registry.yarnpkg.com/localforage/-/localforage-1.9.0.tgz#f3e4d32a8300b362b4634cc4e066d9d00d2f09d1"
19849-
integrity sha512-rR1oyNrKulpe+VM9cYmcFn6tsHuokyVHFaCM3+osEmxaHTbEk8oQu6eGDfS6DQLWi/N67XRmB8ECG37OES368g==
19850-
dependencies:
19851-
lie "3.1.1"
19852-
1985319834
locate-path@^2.0.0:
1985419835
version "2.0.0"
1985519836
resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-2.0.0.tgz#2b568b265eec944c6d9c0de9c3dbbbca0354cd8e"

0 commit comments

Comments
 (0)