Skip to content

Commit

Permalink
chore(deps): update dependency typescript to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 9, 2024
1 parent ad50998 commit c9a1fcd
Show file tree
Hide file tree
Showing 8 changed files with 109 additions and 26 deletions.
121 changes: 102 additions & 19 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/addons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"tslib": "^2.3.1",
"typedoc": "^0.21.10",
"typedoc-plugin-markdown": "3.10.4",
"typescript": "4.3.5"
"typescript": "5.6.3"
},
"eslintConfig": {
"extends": [
Expand Down
2 changes: 1 addition & 1 deletion packages/compas-open-scd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
"tslib": "^2.3.1",
"typedoc": "^0.21.10",
"typedoc-plugin-markdown": "3.10.4",
"typescript": "4.3.5",
"typescript": "5.6.3",
"web-component-analyzer": "^1.1.6",
"workbox-cli": "^6.2.4"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"tsdoc": "^0.0.4",
"tslib": "^2.4.0",
"typedoc": "^0.23.8",
"typescript": "^4.7.4"
"typescript": "^5.0.0"
},
"customElements": "custom-elements.json",
"eslintConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/distribution/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"tslib": "^2.3.1",
"typedoc": "^0.21.10",
"typedoc-plugin-markdown": "3.10.4",
"typescript": "4.3.5",
"typescript": "5.6.3",
"web-component-analyzer": "^1.1.6",
"workbox-cli": "^6.2.4"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/openscd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
"tslib": "^2.3.1",
"typedoc": "^0.23.8",
"typedoc-plugin-markdown": "3.12.0",
"typescript": "^4.7.4",
"typescript": "^5.0.0",
"web-component-analyzer": "^1.1.6",
"workbox-cli": "^6.2.4"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
"tslib": "^2.3.1",
"typedoc": "^0.23.8",
"typedoc-plugin-markdown": "3.12.0",
"typescript": "^4.7.4",
"typescript": "^5.0.0",
"web-component-analyzer": "^1.1.6",
"workbox-cli": "^6.2.4"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/xml/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"tsdoc": "^0.0.4",
"tslib": "^2.3.1",
"typedoc": "^0.23.8",
"typescript": "^4.7.4"
"typescript": "^5.0.0"
},
"eslintConfig": {
"parser": "@typescript-eslint/parser",
Expand Down

0 comments on commit c9a1fcd

Please sign in to comment.