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 42
42
"@sentry/browser" : " ^8.37.1" ,
43
43
"@sentry/core" : " 8.37.1" ,
44
44
"@sentry/types" : " 8.37.1" ,
45
- "@sentry/utils" : " 8.37.1" ,
45
+ "@sentry/utils" : " 8.37.1"
46
+ },
47
+ "devDependencies" : {
46
48
"launchdarkly-js-client-sdk" : " ^3.5.0"
47
49
},
48
50
"scripts" : {
52
54
"build:dev" : " run-p build:transpile build:types" ,
53
55
"build:types" : " run-s build:types:core build:types:downlevel" ,
54
56
"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" ,
56
58
"build:watch" : " run-p build:transpile:watch build:bundle:watch build:types:watch" ,
57
59
"build:dev:watch" : " run-p build:transpile:watch build:types:watch" ,
58
60
"build:transpile:watch" : " yarn build:transpile --watch" ,
You can’t perform that action at this time.
0 commit comments