Skip to content

Commit 4b3d05e

Browse files
Bump tstl and typescript (#209)
* Bump typescript-to-lua from 1.34.0 to 1.36.0 Bumps [typescript-to-lua](https://github.com/TypeScriptToLua/TypeScriptToLua) from 1.34.0 to 1.36.0. - [Changelog](https://github.com/TypeScriptToLua/TypeScriptToLua/blob/master/CHANGELOG.md) - [Commits](TypeScriptToLua/TypeScriptToLua@v1.34.0...v1.36.0) --- updated-dependencies: - dependency-name: typescript-to-lua dependency-version: 1.36.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * bump typescript to 6.0.2 and group with tstl in dependabot --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b0dbfe2 commit 4b3d05e

3 files changed

Lines changed: 17 additions & 11 deletions

File tree

.github/dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,9 @@ updates:
77
allow:
88
- dependency-name: "typescript-to-lua"
99
- dependency-name: "lua-types"
10+
- dependency-name: "typescript"
11+
groups:
12+
typescript-to-lua:
13+
patterns:
14+
- "typescript-to-lua"
15+
- "typescript"

package-lock.json

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"react-dom": "^17.0.2",
3737
"react-json-tree": "^0.17.0",
3838
"stream-browserify": "^3.0.0",
39-
"typescript-to-lua": "^1.34.0"
39+
"typescript-to-lua": "^1.36.0"
4040
},
4141
"devDependencies": {
4242
"@ark120202/typescript-config": "^2.2.0",
@@ -52,7 +52,7 @@
5252
"raw-loader": "^4.0.2",
5353
"sass": "^1.77.6",
5454
"sass-loader": "^13.3.3",
55-
"typescript": "^5.5.2",
55+
"typescript": "6.0.2",
5656
"worker-loader": "^3.0.8"
5757
},
5858
"browserslist": [

0 commit comments

Comments
 (0)