fix: add deps

This commit is contained in:
Isaac Shoebottom 2023-05-17 23:37:48 -03:00
parent 3d7c027450
commit 0aa251a864
2 changed files with 4 additions and 3 deletions

4
package-lock.json generated
View File

@ -12,7 +12,8 @@
"isaac-typescript-definitions": "^13.0.11",
"isaacscript": "^3.6.45",
"isaacscript-common": "^30.11.1",
"isaacscript-lint": "^4.16.9"
"isaacscript-lint": "^4.16.9",
"typescript": "^5.0.4"
}
},
"node_modules/@babel/code-frame": {
@ -7351,7 +7352,6 @@
"version": "5.0.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.0.4.tgz",
"integrity": "sha512-cW9T5W9xY37cc+jfEnaUvX91foxtHkza3Nw3wkoF4sSlKn0MONdkdEndig/qPBWXNkmplh3NzayQzCiHM4/hqw==",
"peer": true,
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"

View File

@ -14,6 +14,7 @@
"isaac-typescript-definitions": "^13.0.11",
"isaacscript": "^3.6.45",
"isaacscript-common": "^30.11.1",
"isaacscript-lint": "^4.16.9"
"isaacscript-lint": "^4.16.9",
"typescript": "^5.0.4"
}
}