Skip to content

Commit

Permalink
Update dependency typescript to v5.7.3 (#1210)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 11, 2025
1 parent cae2465 commit b414511
Show file tree
Hide file tree
Showing 10 changed files with 171 additions and 171 deletions.
2 changes: 1 addition & 1 deletion packages/@theemo/build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"memfs": "^4.15.3",
"prettier": "^3.3.3",
"tsup": "8.3.5",
"typescript": "5.7.2",
"typescript": "5.7.3",
"vitest": "2.1.8"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/@theemo/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"eslint": "^8.57.1",
"prettier": "^3.3.3",
"tsup": "8.3.5",
"typescript": "5.7.2",
"typescript": "5.7.3",
"vitest": "2.1.8"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/@theemo/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"eslint": "^8.57.1",
"prettier": "^3.3.3",
"tsup": "8.3.5",
"typescript": "5.7.2",
"typescript": "5.7.3",
"vitest": "2.1.8"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/@theemo/figma/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"eslint": "^8.57.1",
"prettier": "^3.3.3",
"tsup": "8.3.5",
"typescript": "5.7.2",
"typescript": "5.7.3",
"vitest": "2.1.8"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/@theemo/style-dictionary/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"prettier": "^3.3.3",
"style-dictionary": "3.9.2",
"tsup": "8.3.5",
"typescript": "5.7.2",
"typescript": "5.7.3",
"vitest": "2.1.8"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/@theemo/sync/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"eslint": "^8.57.1",
"prettier": "^3.3.3",
"tsup": "8.3.5",
"typescript": "5.7.2",
"typescript": "5.7.3",
"vitest": "2.1.8"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/@theemo/theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@
"concurrently": "^9.1.2",
"eslint": "^8.57.1",
"prettier": "^3.3.3",
"typescript": "5.7.2"
"typescript": "5.7.3"
}
}
2 changes: 1 addition & 1 deletion packages/@theemo/tokens/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"eslint": "^8.57.1",
"prettier": "^3.3.3",
"tsup": "8.3.5",
"typescript": "5.7.2",
"typescript": "5.7.3",
"vitest": "2.1.8"
},
"engines": {
Expand Down
324 changes: 162 additions & 162 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion testing/fixtures/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@
"concurrently": "^9.1.2",
"eslint": "^8.57.1",
"prettier": "^3.3.3",
"typescript": "5.7.2"
"typescript": "5.7.3"
}
}

0 comments on commit b414511

Please sign in to comment.