Skip to content

Commit 0f090fb

Browse files
author
Will Scullin
authored
Typescript 5.3 (#1553)
1 parent a8c40d1 commit 0f090fb

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"prettier": "^3.0.3",
7373
"ts-jest": "^29.1.1",
7474
"ts-node": "^10.9.1",
75-
"typescript": "5.1.6",
75+
"typescript": "5.3.3",
7676
"unified": "^10.1.2",
7777
"uuid": "^8.3.2"
7878
}

packages/malloy-lint/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
},
2121
"dependencies": {
2222
"@typescript-eslint/utils": "^5.59.1",
23-
"typescript": "5.1.6"
23+
"typescript": "5.3.3"
2424
}
2525
}

0 commit comments

Comments
 (0)