Skip to content

Commit

Permalink
chore(deps): update dependency typescript to v5.4.5 (#3753)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Yohann Paris <github@yohannparis.com>
  • Loading branch information
renovate[bot] and YohannParis authored Jun 12, 2024
1 parent 51ee584 commit 9a093dc
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@
"husky": "8.0.3",
"lint-staged": "13.3.0",
"prettier": "3.3.1",
"typescript": "5.3.3"
"typescript": "5.4.5"
}
}
2 changes: 1 addition & 1 deletion packages/client/graph-scaffolder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"npm-run-all2": "5.0.2",
"rimraf": "3.0.2",
"run-p": "0.0.0",
"typescript": "5.3.3",
"typescript": "5.4.5",
"yargs": "17.7.2"
}
}
2 changes: 1 addition & 1 deletion packages/client/hmi-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"@vitejs/plugin-vue": "4.6.2",
"@vitest/coverage-c8": "0.24.5",
"jsdom": "24.1.0",
"typescript": "5.3.3",
"typescript": "5.4.5",
"vite": "5.2.13",
"vite-svg-loader": "4.0.0",
"vitest": "0.24.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/client/hmi-client/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ if (GTAG.data) {
}

app.component('math-field', MathfieldElement);
app.component(VueFeather.name, VueFeather);
app.component(VueFeather.name ?? 'vue-feather', VueFeather);
app.mount('body');

let previousRoute: RouteLocationNormalized | null = null;
Expand Down
22 changes: 11 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8453,7 +8453,7 @@ __metadata:
npm-run-all2: "npm:5.0.2"
rimraf: "npm:3.0.2"
run-p: "npm:0.0.0"
typescript: "npm:5.3.3"
typescript: "npm:5.4.5"
yargs: "npm:17.7.2"
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -8665,7 +8665,7 @@ __metadata:
primevue: "npm:3.43.0"
pyodide: "npm:0.25.1"
sass: "npm:1.56.1"
typescript: "npm:5.3.3"
typescript: "npm:5.4.5"
uuid: "npm:9.0.1"
vite: "npm:5.2.13"
vite-svg-loader: "npm:4.0.0"
Expand Down Expand Up @@ -13814,7 +13814,7 @@ __metadata:
husky: "npm:8.0.3"
lint-staged: "npm:13.3.0"
prettier: "npm:3.3.1"
typescript: "npm:5.3.3"
typescript: "npm:5.4.5"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -14174,23 +14174,23 @@ __metadata:
languageName: node
linkType: hard

"typescript@npm:5.3.3":
version: 5.3.3
resolution: "typescript@npm:5.3.3"
"typescript@npm:5.4.5":
version: 5.4.5
resolution: "typescript@npm:5.4.5"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 6e4e6a14a50c222b3d14d4ea2f729e79f972fa536ac1522b91202a9a65af3605c2928c4a790a4a50aa13694d461c479ba92cedaeb1e7b190aadaa4e4b96b8e18
checksum: d04a9e27e6d83861f2126665aa8d84847e8ebabcea9125b9ebc30370b98cb38b5dff2508d74e2326a744938191a83a69aa9fddab41f193ffa43eabfdf3f190a5
languageName: node
linkType: hard

"typescript@patch:typescript@npm%3A5.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"
"typescript@patch:typescript@npm%3A5.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=e012d7"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: c93786fcc9a70718ba1e3819bab56064ead5817004d1b8186f8ca66165f3a2d0100fee91fa64c840dcd45f994ca5d615d8e1f566d39a7470fc1e014dbb4cf15d
checksum: 584be8bac7112ad49a9eb9992f71d542b1ff2fafb5bb315e1c196145e8feab589f1d7223cfb2d5df6770789582e6918f8287d1f2f89911b38eb80e29c560ad00
languageName: node
linkType: hard

Expand Down

0 comments on commit 9a093dc

Please sign in to comment.