Skip to content

Commit 79a572b

Browse files
committed
Upgrade TS packages
I'm expecting this to fail the build and want to test our GitHub workflow.
1 parent f77b0cd commit 79a572b

File tree

2 files changed

+133
-44
lines changed

2 files changed

+133
-44
lines changed

package-lock.json

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

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@
3232
"@types/chai": "^4.2.7",
3333
"@types/mocha": "^10.0.6",
3434
"@types/node": "^12.12.21",
35+
"@xmldom/xmldom": "^0.8.10",
3536
"chai": "^4.2.0",
3637
"glob": "^7.1.2",
3738
"mocha": "^10.2.0",
38-
"ts-node": "^8.5.4",
39-
"typescript": "^3.7.3",
40-
"@xmldom/xmldom": "^0.8.10"
39+
"ts-node": "^10.9.2",
40+
"typescript": "^5.3.3"
4141
},
4242
"dependencies": {
4343
"minimist": "^1.2.5"

0 commit comments

Comments
 (0)