File tree Expand file tree Collapse file tree 4 files changed +20
-7
lines changed Expand file tree Collapse file tree 4 files changed +20
-7
lines changed Original file line number Diff line number Diff line change 46
46
"@voiceflow/git-branch-check" : " 1.2.3" ,
47
47
"@voiceflow/prettier-config" : " 1.0.7" ,
48
48
"@voiceflow/tsconfig" : " 1.2.5" ,
49
- "@zerollup/ts-transform-paths" : " ^1.7.18" ,
50
49
"chai-as-promised" : " ^7.1.1" ,
51
50
"commitizen" : " 4.2.4" ,
52
51
"cz-conventional-changelog" : " ^3.3.0" ,
64
63
"rimraf" : " ^3.0.2" ,
65
64
"supertest" : " 6.2.2" ,
66
65
"ts-mocha" : " 9.0.2" ,
67
- "ttypescript" : " 1.5.13" ,
68
- "typescript" : " 4.5.5"
66
+ "ttypescript" : " ^1.5.13" ,
67
+ "typescript" : " ~4.7.2" ,
68
+ "typescript-transform-paths" : " 3.3.1"
69
69
},
70
70
"files" : [
71
71
" build/**"
Original file line number Diff line number Diff line change 5
5
"declaration" : true ,
6
6
"plugins" : [
7
7
{
8
- "transform" : " @zerollup/ts -transform-paths"
8
+ "transform" : " typescript -transform-paths"
9
9
}
10
10
]
11
11
},
Original file line number Diff line number Diff line change 2
2
"extends" : " @voiceflow/tsconfig" ,
3
3
"compilerOptions" : {
4
4
"baseUrl" : " ./src" ,
5
- "lib" : [" ES2020" ]
5
+ "target" : " ES2021" ,
6
+ "lib" : [" ES2021" ]
6
7
},
7
8
"compileOnSave" : false ,
8
9
"include" : [
Original file line number Diff line number Diff line change @@ -7053,7 +7053,7 @@ tsutils@^3.21.0:
7053
7053
dependencies :
7054
7054
tslib "^1.8.1"
7055
7055
7056
-
7056
+ ttypescript@^ 1.5.13 :
7057
7057
version "1.5.13"
7058
7058
resolved "https://registry.yarnpkg.com/ttypescript/-/ttypescript-1.5.13.tgz#c3bcb760599fe49157d30c5d5895a0023cbb7f30"
7059
7059
integrity sha512-KT/RBfGGlVJFqEI8cVvI3nMsmYcFvPSZh8bU0qX+pAwbi7/ABmYkzn7l/K8skw0xmYjVCoyaV6WLsBQxdadybQ==
7117
7117
resolved "https://registry.yarnpkg.com/typescript-fsa/-/typescript-fsa-3.0.0.tgz#3ad1cb915a67338e013fc21f67c9b3e0e110c912"
7118
7118
integrity sha512-xiXAib35i0QHl/+wMobzPibjAH5TJLDj+qGq5jwVLG9qR4FUswZURBw2qihBm0m06tHoyb3FzpnJs1GRhRwVag==
7119
7119
7120
- [email protected] , typescript@^4.4.3:
7120
+
7121
+ version "3.3.1"
7122
+ resolved "https://registry.yarnpkg.com/typescript-transform-paths/-/typescript-transform-paths-3.3.1.tgz#74526bc1b6dc575ffe269cc81833db7bd81763e1"
7123
+ integrity sha512-c+8Cqd2rsRtTU68rJI0NX/OtqgBDddNs1fIxm1nCNyhn0WpoyqtpUxc1w9Ke5c5kgE4/OT5xYbKf2cf694RYEg==
7124
+ dependencies :
7125
+ minimatch "^3.0.4"
7126
+
7127
+ typescript@^4.4.3 :
7121
7128
version "4.5.5"
7122
7129
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.5.5.tgz#d8c953832d28924a9e3d37c73d729c846c5896f3"
7123
7130
integrity sha512-TCTIul70LyWe6IJWT8QSYeA54WQe8EjQFU4wY52Fasj5UKx88LNYKCgBEHcOMOrFF1rKGbD8v/xcNWVUq9SymA==
7124
7131
7132
+ typescript@~4.7.2 :
7133
+ version "4.7.2"
7134
+ resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.7.2.tgz#1f9aa2ceb9af87cca227813b4310fff0b51593c4"
7135
+ integrity sha512-Mamb1iX2FDUpcTRzltPxgWMKy3fhg0TN378ylbktPGPK/99KbDtMQ4W1hwgsbPAsG3a0xKa1vmw4VKZQbkvz5A==
7136
+
7125
7137
unbox-primitive@^1.0.0, unbox-primitive@^1.0.1 :
7126
7138
version "1.0.1"
7127
7139
resolved "https://registry.yarnpkg.com/unbox-primitive/-/unbox-primitive-1.0.1.tgz#085e215625ec3162574dc8859abee78a59b14471"
You can’t perform that action at this time.
0 commit comments