Skip to content

Commit

Permalink
fix(deps): update dependency typescript to v5.7.3 (#1305)
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 8, 2025
1 parent 7ee3da7 commit fd90ac1
Show file tree
Hide file tree
Showing 7 changed files with 120 additions and 113 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@
"rollup-plugin-visualizer": "^5.13.1",
"semver": "^7.6.0",
"ts-node": "^10.9.2",
"typescript": "5.7.2",
"typescript": "5.7.3",
"vitest": "^2.1.8"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion playground/reference-cjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
},
"devDependencies": {
"@tsconfig/node-lts": "22.0.1",
"typescript": "5.7.2"
"typescript": "5.7.3"
}
}
2 changes: 1 addition & 1 deletion playground/reference-esm-only/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@
},
"devDependencies": {
"@tsconfig/node-lts": "22.0.1",
"typescript": "5.7.2"
"typescript": "5.7.3"
}
}
2 changes: 1 addition & 1 deletion playground/reference-esm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
},
"devDependencies": {
"@tsconfig/node-lts": "22.0.1",
"typescript": "5.7.2"
"typescript": "5.7.3"
}
}
2 changes: 1 addition & 1 deletion playground/runtime-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"svelte": "^5.17.0",
"svelte-check": "^4.1.3",
"tslib": "^2.8.1",
"typescript": "5.7.2",
"typescript": "5.7.3",
"vite": "^5.4.11"
},
"type": "module"
Expand Down
2 changes: 1 addition & 1 deletion playground/runtime-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"devDependencies": {
"dummy-commonjs": "workspace:*",
"dummy-module": "workspace:*",
"typescript": "5.7.2",
"typescript": "5.7.3",
"vite": "^5.4.11"
}
}
Loading

0 comments on commit fd90ac1

Please sign in to comment.