Skip to content

Commit

Permalink
Deps: Update dependency typescript to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and literat committed Jan 8, 2024
1 parent 0114bbd commit 0d99d02
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion exporters/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@swc/core": "1.3.102",
"@swc/jest": "0.2.29",
"jest": "29.7.0",
"typescript": "4.9.5",
"typescript": "5.3.3",
"vite": "4.5.1"
}
}
2 changes: 1 addition & 1 deletion exporters/scss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@swc/core": "1.3.102",
"@swc/jest": "0.2.29",
"jest": "29.7.0",
"typescript": "4.9.5",
"typescript": "5.3.3",
"vite": "4.5.1"
}
}
2 changes: 1 addition & 1 deletion packages/design-tokens/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"shx": "0.3.4",
"stylelint": "15.11.0",
"stylelint-order": "6.0.4",
"typescript": "4.9.5",
"typescript": "5.3.3",
"vite": "4.5.1",
"vite-plugin-dts": "3.7.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/web-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"terser-webpack-plugin": "5.3.10",
"ts-loader": "9.5.1",
"ts-node": "10.9.2",
"typescript": "4.9.5",
"typescript": "5.3.3",
"vite": "4.5.1",
"vite-plugin-handlebars": "1.6.0",
"webpack-merge": "5.10.0"
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -23948,7 +23948,7 @@ typedarray@^0.0.6:
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=

[email protected], [email protected], typescript@4.9.5, typescript@5.3.3, "typescript@>=3 < 6", typescript@^4.5.5, "typescript@^4.6.4 || ^5.2.2", typescript@^5.0.0, typescript@^5.0.4:
[email protected], [email protected], [email protected], "typescript@>=3 < 6", typescript@^4.5.5, "typescript@^4.6.4 || ^5.2.2", typescript@^5.0.0, typescript@^5.0.4:
version "4.7.4"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.7.4.tgz#1a88596d1cf47d59507a1bcdfb5b9dfe4d488235"
integrity sha512-C0WQT0gezHuw6AdY1M2jxUO83Rjf0HP7Sk1DtXj6j1EwkQNZrHAg2XPWlq62oqEhYvONq5pkC2Y9oPljWToLmQ==
Expand Down

0 comments on commit 0d99d02

Please sign in to comment.