@@ -34,6 +34,11 @@ normalize-path@^2.1.1:
34
34
dependencies :
35
35
remove-trailing-separator "^1.0.1"
36
36
37
+ path-parse@^1.0.6 :
38
+ version "1.0.6"
39
+ resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.6.tgz#d62dbb5679405d72c4737ec58600e9ddcf06d24c"
40
+ integrity sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw==
41
+
37
42
prettier@^1.17.0 :
38
43
version "1.17.0"
39
44
resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.17.0.tgz#53b303676eed22cc14a9f0cec09b477b3026c008"
@@ -56,36 +61,44 @@ resolve-global@^1.0.0:
56
61
dependencies :
57
62
global-dirs "^0.1.1"
58
63
64
+ resolve@^1.15.1 :
65
+ version "1.17.0"
66
+ resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.17.0.tgz#b25941b54968231cc2d1bb76a79cb7f2c0bf8444"
67
+ integrity sha512-ic+7JYiV8Vi2yzQGFWOkiZD5Z9z7O2Zhm9XMaTxdJExKasieFCr+yXZ/WmXsckHiKl12ar0y6XiXDx3m4RHn1w==
68
+ dependencies :
69
+ path-parse "^1.0.6"
70
+
59
71
source-map@^0.7.3 :
60
72
version "0.7.3"
61
73
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.7.3.tgz#5302f8169031735226544092e64981f751750383"
62
74
integrity sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ==
63
75
64
- tslib@^1.9.3 :
65
- version "1.9.3 "
66
- resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.9.3 .tgz#d7e4dd79245d85428c4d7e4822a79917954ca286 "
67
- integrity sha512-4krF8scpejhaOgqzBEcGM7yDIEfi0/8+8zDRZhNZZ2kjmHJ4hv3zCbQWxoJGz1iw5U0Jl0nma13xzHXcncMavQ ==
76
+ tslib@^2.0.0 :
77
+ version "2.0.0 "
78
+ resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.0.0 .tgz#18d13fc2dce04051e20f074cc8387fd8089ce4f3 "
79
+ integrity sha512-lTqkx847PI7xEDYJntxZH89L2/aXInsyF2luSafe/+0fHOMjlBNXdH6th7f70qxLDhul7KZK0zC8V5ZIyHl0/g ==
68
80
69
- typescript-to-lua@^0.20 .0 :
70
- version "0.20 .0"
71
- resolved "https://registry.yarnpkg.com/typescript-to-lua/-/typescript-to-lua-0.20 .0.tgz#03bd342e5813eb33678bfd5f502240a7e9dcb36f "
72
- integrity sha512-JivMFrRlV1/tpvanh+JJg9YBGx7z02yb0mDPLCNRvMPKXZefLT0HuCHPeKHtbcNsMH5Z2nQdtwlokZKdcXuxJA ==
81
+ typescript-to-lua@^0.35 .0 :
82
+ version "0.35 .0"
83
+ resolved "https://registry.yarnpkg.com/typescript-to-lua/-/typescript-to-lua-0.35 .0.tgz#abe468401ff7679abbd267c4faecfeef81bf0857 "
84
+ integrity sha512-r79LfK1nWauFO4SR7q7pMCYjwW412Z17yx1WKp00SnVmYNwbm4fB/TsJuZe5jLtpZxAuGG8nVqtJEAsU5d1Bhg ==
73
85
dependencies :
86
+ resolve "^1.15.1"
74
87
source-map "^0.7.3"
75
- typescript "^3.4.5 "
88
+ typescript "^3.9.2 "
76
89
77
- typescript-tstl-plugin@^0.1 .0 :
78
- version "0.1 .0"
79
- resolved "https://registry.yarnpkg.com/typescript-tstl-plugin/-/typescript-tstl-plugin-0.1 .0.tgz#61bd756fd0d867cdcf5096202d677042dc27c37a "
80
- integrity sha512-zyGPph8/20Mqf3T9SHsxAnlInk0Yd9hBNiMo2gR0pQhhBnUxtAC+hzTJF2qXkwpvwxTTHozvnBz8pN3l/egbjg ==
90
+ typescript-tstl-plugin@^0.2 .0 :
91
+ version "0.2 .0"
92
+ resolved "https://registry.yarnpkg.com/typescript-tstl-plugin/-/typescript-tstl-plugin-0.2 .0.tgz#370e88741201190fe471b0726268740c1685990b "
93
+ integrity sha512-Geh9YW2+t+USO3o6dDMNmhRpCa9kfIeQkCsU3BjjlQaDS5XzmMXOPOETdmo1IAbF97TSXJdqJEkWXjcZhlUhOA ==
81
94
dependencies :
82
95
mock-require "^3.0.3"
83
96
resolve-from "^5.0.0"
84
97
resolve-global "^1.0.0"
85
- tslib "^1.9.3 "
86
- typescript-to-lua "^0.20 .0"
98
+ tslib "^2.0.0 "
99
+ typescript-to-lua "^0.35 .0"
87
100
88
- typescript@^3.4.5 :
89
- version "3.4.5 "
90
- resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.4.5 .tgz#2d2618d10bb566572b8d7aad5180d84257d70a99 "
91
- integrity sha512-YycBxUb49UUhdNMU5aJ7z5Ej2XGmaIBL0x34vZ82fn3hGvD+bgrMrVDpatgz2f7YxUMJxMkbWxJZeAvDxVe7Vw ==
101
+ typescript@^3.9.2 :
102
+ version "3.9.6 "
103
+ resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.6 .tgz#8f3e0198a34c3ae17091b35571d3afd31999365a "
104
+ integrity sha512-Pspx3oKAPJtjNwE92YS05HQoY7z2SFyOpHo9MqJor3BXAGNaPUs83CuVp9VISFkSjyRfiTpmKuAYGJB7S7hOxw ==
0 commit comments