Skip to content

Commit

Permalink
Update dependency typescript to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 1, 2025
1 parent 3e36e16 commit 023f66d
Show file tree
Hide file tree
Showing 8 changed files with 601 additions and 1,687 deletions.
2,274 changes: 594 additions & 1,680 deletions package-lock.json

Large diffs are not rendered by default.

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.8.2"
},
"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.8.2",
"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.8.2",
"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 @@ -104,7 +104,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 @@ -95,7 +95,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 023f66d

Please sign in to comment.