File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 4242 "@sentry/browser" : " ^8.37.1" ,
4343 "@sentry/core" : " 8.37.1" ,
4444 "@sentry/types" : " 8.37.1" ,
45- "@sentry/utils" : " 8.37.1" ,
45+ "@sentry/utils" : " 8.37.1"
46+ },
47+ "devDependencies" : {
4648 "launchdarkly-js-client-sdk" : " ^3.5.0"
4749 },
4850 "scripts" : {
5254 "build:dev" : " run-p build:transpile build:types" ,
5355 "build:types" : " run-s build:types:core build:types:downlevel" ,
5456 "build:types:core" : " tsc -p tsconfig.types.json" ,
55- "build:types:downlevel" : " yarn downlevel-dts build/npm/types build/npm/types-ts3.8 --to ts3.8 && yarn node ./scripts/shim-preact-export.js " ,
57+ "build:types:downlevel" : " yarn downlevel-dts build/npm/types build/npm/types-ts3.8 --to ts3.8" ,
5658 "build:watch" : " run-p build:transpile:watch build:bundle:watch build:types:watch" ,
5759 "build:dev:watch" : " run-p build:transpile:watch build:types:watch" ,
5860 "build:transpile:watch" : " yarn build:transpile --watch" ,
You can’t perform that action at this time.
0 commit comments