Skip to content

Commit

Permalink
Fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj committed Apr 19, 2024
1 parent af8e508 commit 805270f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
"prettier": "^3.2.5",
"prettier-config-moon": "^1.1.2",
"tsconfig-moon": "^1.3.0",
"typescript": "5.4.5"
"typescript": "^5.4.5"
}
}
2 changes: 1 addition & 1 deletion packages/visualizer/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"include": [
"src/**/*",
"vite.config.mts",
"vite.config.mjs",
"*.cjs"
]
}
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13655,7 +13655,7 @@ __metadata:
prettier: "npm:^3.2.5"
prettier-config-moon: "npm:^1.1.2"
tsconfig-moon: "npm:^1.3.0"
typescript: "npm:5.4.5"
typescript: "npm:^5.4.5"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -17848,7 +17848,7 @@ __metadata:
languageName: node
linkType: hard

"typescript@npm:5.4.5":
"typescript@npm:^5.4.5":
version: 5.4.5
resolution: "typescript@npm:5.4.5"
bin:
Expand All @@ -17858,7 +17858,7 @@ __metadata:
languageName: node
linkType: hard

"typescript@patch:typescript@npm%3A5.4.5#optional!builtin<compat/typescript>":
"typescript@patch:typescript@npm%3A^5.4.5#optional!builtin<compat/typescript>":
version: 5.4.5
resolution: "typescript@patch:typescript@npm%3A5.4.5#optional!builtin<compat/typescript>::version=5.4.5&hash=5adc0c"
bin:
Expand Down

0 comments on commit 805270f

Please sign in to comment.