Skip to content

Commit

Permalink
fix(deps): update dependency typescript to v5.6.3 (#1123)
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 Oct 14, 2024
1 parent 5e52da5 commit d1d0d6e
Show file tree
Hide file tree
Showing 7 changed files with 115 additions and 115 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@
"rollup-plugin-visualizer": "^5.12.0",
"semver": "^7.6.0",
"ts-node": "^10.9.2",
"typescript": "5.6.2",
"typescript": "5.6.3",
"vitest": "^2.1.0",
"vitest-github-actions-reporter": "^0.11.1"
},
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": "20.1.3",
"typescript": "5.6.2"
"typescript": "5.6.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": "20.1.3",
"typescript": "5.6.2"
"typescript": "5.6.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": "20.1.3",
"typescript": "5.6.2"
"typescript": "5.6.3"
}
}
2 changes: 1 addition & 1 deletion playground/runtime-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"svelte": "^4.2.19",
"svelte-check": "^4.0.2",
"tslib": "^2.7.0",
"typescript": "5.6.2",
"typescript": "5.6.3",
"vite": "^5.4.3"
},
"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.6.2",
"typescript": "5.6.3",
"vite": "^5.4.3"
}
}
Loading

0 comments on commit d1d0d6e

Please sign in to comment.