Skip to content

Commit

Permalink
chore: update deps + refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
Zamiell committed Dec 8, 2023
1 parent a403386 commit ad0fc8b
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 16 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@
"javascript.preferences.importModuleSpecifier": "relative",
"typescript.preferences.importModuleSpecifier": "relative",

// By default, VSCode will not add `import type` automatically.
"typescript.preferences.preferTypeOnlyAutoImports": true,

// Show TypeScript errors for files that don't happen to be currently open, which makes TypeScript
// work similar to other compiled languages like Golang or Rust.
"typescript.tsserver.experimental.enableProjectDiagnostics": true,
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@
"devDependencies": {
"cloc": "^1.98.0-cloc",
"convert-xml-to-json": "^1.0.3",
"isaacscript": "^3.29.0",
"isaacscript": "^3.30.0",
"isaacscript-common-node": "^1.4.0",
"isaacscript-lint": "^6.11.0",
"isaacscript-spell": "^1.12.0",
"isaacscript-tsconfig": "^5.0.0",
"tsx": "^4.6.2",
"typescript": "^5.3.2",
"typescript": "^5.3.3",
"typescript-to-lua": "^1.22.0"
},
"packageManager": "[email protected]"
Expand Down
28 changes: 14 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4380,9 +4380,9 @@ __metadata:
languageName: node
linkType: hard

"isaacscript@npm:^3.29.0":
version: 3.29.0
resolution: "isaacscript@npm:3.29.0"
"isaacscript@npm:^3.30.0":
version: 3.30.0
resolution: "isaacscript@npm:3.30.0"
dependencies:
"@commander-js/extra-typings": "npm:^11.1.0"
"@zamiell/sync-directory": "npm:^6.0.5"
Expand All @@ -4407,7 +4407,7 @@ __metadata:
optional: true
bin:
isaacscript: dist/main.js
checksum: 274bae5eaea78c8891bf00120e251047759ce2d7aa6b9996d780f4d7c63e0ccc5de219a3f4a22804b73a35aa7b57b9798fbfa14e9a19f6206b71743c7f9db700
checksum: bb2891d4af4b7a415e3b9b9c01d4cda56a54a19738e2308123b749e0f302f6d858e2c860fd7b1f8dcb0022cc35dc6d5d545051175d785f3658175eb49d79f096
languageName: node
linkType: hard

Expand Down Expand Up @@ -5887,14 +5887,14 @@ __metadata:
cloc: "npm:^1.98.0-cloc"
convert-xml-to-json: "npm:^1.0.3"
isaac-typescript-definitions: "npm:^40.0.1"
isaacscript: "npm:^3.29.0"
isaacscript: "npm:^3.30.0"
isaacscript-common: "npm:^83.4.1"
isaacscript-common-node: "npm:^1.4.0"
isaacscript-lint: "npm:^6.11.0"
isaacscript-spell: "npm:^1.12.0"
isaacscript-tsconfig: "npm:^5.0.0"
tsx: "npm:^4.6.2"
typescript: "npm:^5.3.2"
typescript: "npm:^5.3.3"
typescript-to-lua: "npm:^1.22.0"
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -6920,23 +6920,23 @@ __metadata:
languageName: node
linkType: hard

"typescript@npm:^5.3.2":
version: 5.3.2
resolution: "typescript@npm:5.3.2"
"typescript@npm:^5.3.3":
version: 5.3.3
resolution: "typescript@npm:5.3.3"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: d7dbe1fbe19039e36a65468ea64b5d338c976550394ba576b7af9c68ed40c0bc5d12ecce390e4b94b287a09a71bd3229f19c2d5680611f35b7c53a3898791159
checksum: e33cef99d82573624fc0f854a2980322714986bc35b9cb4d1ce736ed182aeab78e2cb32b385efa493b2a976ef52c53e20d6c6918312353a91850e2b76f1ea44f
languageName: node
linkType: hard

"typescript@patch:typescript@npm%3A^5.3.2#optional!builtin<compat/typescript>":
version: 5.3.2
resolution: "typescript@patch:typescript@npm%3A5.3.2#optional!builtin<compat/typescript>::version=5.3.2&hash=e012d7"
"typescript@patch:typescript@npm%3A^5.3.3#optional!builtin<compat/typescript>":
version: 5.3.3
resolution: "typescript@patch:typescript@npm%3A5.3.3#optional!builtin<compat/typescript>::version=5.3.3&hash=e012d7"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 73c8bad74e732d93211c9d77f28b03307e2f5fc6a0afc73f4b783261ab567686a16d6ae958bdaef383a00be1b0b8c8b6741dd6ca3d13af4963fa7e47456d49c7
checksum: 1d0a5f4ce496c42caa9a30e659c467c5686eae15d54b027ee7866744952547f1be1262f2d40de911618c242b510029d51d43ff605dba8fb740ec85ca2d3f9500
languageName: node
linkType: hard

Expand Down

0 comments on commit ad0fc8b

Please sign in to comment.