Skip to content

Commit 60e8879

Browse files
chore(deps): bump typescript-to-lua from 0.35.0 to 0.37.1
Bumps [typescript-to-lua](https://github.com/TypeScriptToLua/TypeScriptToLua) from 0.35.0 to 0.37.1. - [Release notes](https://github.com/TypeScriptToLua/TypeScriptToLua/releases) - [Changelog](https://github.com/TypeScriptToLua/TypeScriptToLua/blob/master/CHANGELOG.md) - [Commits](TypeScriptToLua/TypeScriptToLua@v0.35.0...v0.37.1) Signed-off-by: dependabot[bot] <[email protected]>
1 parent a17551d commit 60e8879

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"resolve-from": "^5.0.0",
4040
"resolve-global": "^1.0.0",
4141
"tslib": "^2.0.0",
42-
"typescript-to-lua": "^0.35.0"
42+
"typescript-to-lua": "^0.37.1"
4343
},
4444
"devDependencies": {
4545
"@ark120202/eslint-config": "^2.3.0",

yarn.lock

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1665,16 +1665,21 @@ type-fest@^0.8.1:
16651665
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.8.1.tgz#09e249ebde851d3b1e48d27c105444667f17b83d"
16661666
integrity sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==
16671667

1668-
typescript-to-lua@^0.35.0:
1669-
version "0.35.0"
1670-
resolved "https://registry.yarnpkg.com/typescript-to-lua/-/typescript-to-lua-0.35.0.tgz#abe468401ff7679abbd267c4faecfeef81bf0857"
1671-
integrity sha512-r79LfK1nWauFO4SR7q7pMCYjwW412Z17yx1WKp00SnVmYNwbm4fB/TsJuZe5jLtpZxAuGG8nVqtJEAsU5d1Bhg==
1668+
typescript-to-lua@^0.37.1:
1669+
version "0.37.1"
1670+
resolved "https://registry.yarnpkg.com/typescript-to-lua/-/typescript-to-lua-0.37.1.tgz#8d759596140250577344c75d98e3b1821c9f53ec"
1671+
integrity sha512-kzN26fIIdYVLxwd2AJZB2VwxaO8P6GaHrl1uASP5gEo0oSU87xxJ/s/OVfpWCKNGxQnbd/VLmW2fFIneK7SoRg==
16721672
dependencies:
16731673
resolve "^1.15.1"
16741674
source-map "^0.7.3"
1675-
typescript "^3.9.2"
1675+
typescript ">=4.0.2"
16761676

1677-
typescript@^3.9.2, typescript@^3.9.6:
1677+
typescript@>=4.0.2:
1678+
version "4.1.3"
1679+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.1.3.tgz#519d582bd94cba0cf8934c7d8e8467e473f53bb7"
1680+
integrity sha512-B3ZIOf1IKeH2ixgHhj6la6xdwR9QrLC5d1VKeCSY4tvkqhF2eqd9O7txNlS0PO3GrBAFIdr3L1ndNwteUbZLYg==
1681+
1682+
typescript@^3.9.6:
16781683
version "3.9.6"
16791684
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.6.tgz#8f3e0198a34c3ae17091b35571d3afd31999365a"
16801685
integrity sha512-Pspx3oKAPJtjNwE92YS05HQoY7z2SFyOpHo9MqJor3BXAGNaPUs83CuVp9VISFkSjyRfiTpmKuAYGJB7S7hOxw==

0 commit comments

Comments
 (0)