Skip to content

Commit d9c5860

Browse files
committed
Delete LD from package.json and update lock
1 parent f9a659b commit d9c5860

File tree

2 files changed

+0
-43
lines changed

2 files changed

+0
-43
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@
6363
"packages/gatsby",
6464
"packages/google-cloud-serverless",
6565
"packages/integration-shims",
66-
"packages/launchdarkly",
6766
"packages/nestjs",
6867
"packages/nextjs",
6968
"packages/node",

yarn.lock

Lines changed: 0 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -8390,14 +8390,6 @@
83908390
"@sentry/cli-win32-i686" "2.37.0"
83918391
"@sentry/cli-win32-x64" "2.37.0"
83928392

8393-
8394-
version "8.35.0"
8395-
resolved "https://registry.yarnpkg.com/@sentry/core/-/core-8.35.0.tgz#17090f4d2d3bb983d9d99ecd2d27f4e9e107e0b0"
8396-
integrity sha512-Ci0Nmtw5ETWLqQJGY4dyF+iWh7PWKy6k303fCEoEmqj2czDrKJCp7yHBNV0XYbo00prj2ZTbCr6I7albYiyONA==
8397-
dependencies:
8398-
"@sentry/types" "8.35.0"
8399-
"@sentry/utils" "8.35.0"
8400-
84018393
84028394
version "2.22.6"
84038395
resolved "https://registry.yarnpkg.com/@sentry/rollup-plugin/-/rollup-plugin-2.22.6.tgz#74e9ab69729ee024a497b21b66be3b1992e786d5"
@@ -8406,18 +8398,6 @@
84068398
"@sentry/bundler-plugin-core" "2.22.6"
84078399
unplugin "1.0.1"
84088400

8409-
8410-
version "8.35.0"
8411-
resolved "https://registry.yarnpkg.com/@sentry/types/-/types-8.35.0.tgz#535c807800f7e378f61416f30177c0ef81b95012"
8412-
integrity sha512-AVEZjb16MlYPifiDDvJ19dPQyDn0jlrtC1PHs6ZKO+Rzyz+2EX2BRdszvanqArldexPoU1p5Bn2w81XZNXThBA==
8413-
8414-
8415-
version "8.35.0"
8416-
resolved "https://registry.yarnpkg.com/@sentry/utils/-/utils-8.35.0.tgz#1e099fcbc60040091c79f028a83226c145d588ee"
8417-
integrity sha512-MdMb6+uXjqND7qIPWhulubpSeHzia6HtxeJa8jYI09OCvIcmNGPydv/Gx/LZBwosfMHrLdTWcFH7Y7aCxrq7cg==
8418-
dependencies:
8419-
"@sentry/types" "8.35.0"
8420-
84218401
"@sentry/[email protected]", "@sentry/vite-plugin@^2.22.6":
84228402
version "2.22.6"
84238403
resolved "https://registry.yarnpkg.com/@sentry/vite-plugin/-/vite-plugin-2.22.6.tgz#d08a1ede05f137636d5b3c61845d24c0114f0d76"
@@ -18049,11 +18029,6 @@ fake-indexeddb@^4.0.1:
1804918029
dependencies:
1805018030
realistic-structured-clone "^3.0.0"
1805118031

18052-
fast-deep-equal@^2.0.1:
18053-
version "2.0.1"
18054-
resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-2.0.1.tgz#7b05218ddf9667bf7f370bf7fdb2cb15fdd0aa49"
18055-
integrity sha512-bCK/2Z4zLidyB4ReuIsvALH6w31YfAQDmXMqMx6FyfHqvBxtjC0eRumeSu4Bs3XtXwpyIywtSTrVT99BxY1f9w==
18056-
1805718032
fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3:
1805818033
version "3.1.3"
1805918034
resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525"
@@ -22297,23 +22272,6 @@ launch-editor@^2.9.1:
2229722272
picocolors "^1.0.0"
2229822273
shell-quote "^1.8.1"
2229922274

22300-
launchdarkly-js-client-sdk@^3.5.0:
22301-
version "3.5.0"
22302-
resolved "https://registry.yarnpkg.com/launchdarkly-js-client-sdk/-/launchdarkly-js-client-sdk-3.5.0.tgz#cb0e3d6fc21e56750aa86fcaf75733d7f510946f"
22303-
integrity sha512-3dgxC9S8K2ix6qjdArjZGOJPtAytgfQTuE+vWgjWJK7725rpYbuqbHghIFr5B0+WyWyVBYANldjWd1JdtYLwsw==
22304-
dependencies:
22305-
escape-string-regexp "^4.0.0"
22306-
launchdarkly-js-sdk-common "5.4.0"
22307-
22308-
22309-
version "5.4.0"
22310-
resolved "https://registry.yarnpkg.com/launchdarkly-js-sdk-common/-/launchdarkly-js-sdk-common-5.4.0.tgz#c9787daebe0b583b01d2334218524ea142c85001"
22311-
integrity sha512-Kb3SDcB6S0HUpFNBZgtEt0YUV/fVkyg+gODfaOCJQ0Y0ApxLKNmmJBZOrPE2qIdzw536u4BqEjtaJdqJWCEElg==
22312-
dependencies:
22313-
base64-js "^1.3.0"
22314-
fast-deep-equal "^2.0.1"
22315-
uuid "^8.0.0"
22316-
2231722275
lazystream@^1.0.0:
2231822276
version "1.0.1"
2231922277
resolved "https://registry.yarnpkg.com/lazystream/-/lazystream-1.0.1.tgz#494c831062f1f9408251ec44db1cba29242a2638"

0 commit comments

Comments
 (0)