Skip to content

Commit

Permalink
fix(deps): update dependency typescript to v5.6.2 (#1106)
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] committed Sep 9, 2024
1 parent 4e36be4 commit cd8e309
Show file tree
Hide file tree
Showing 7 changed files with 116 additions and 116 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -162,12 +162,12 @@
"rollup-plugin-visualizer": "^5.12.0",
"semver": "^7.6.0",
"ts-node": "^10.9.2",
"typescript": "5.5.4",
"typescript": "5.6.2",
"vitest": "^2.0.5",
"vitest-github-actions-reporter": "^0.11.1"
},
"peerDependencies": {
"typescript": "5.4.x || 5.5.x"
"typescript": "5.4.x || 5.5.x || 5.6.x"
},
"packageManager": "pnpm@9.9.0",
"engines": {
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.5.4"
"typescript": "5.6.2"
}
}
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.5.4"
"typescript": "5.6.2"
}
}
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.5.4"
"typescript": "5.6.2"
}
}
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.1",
"tslib": "^2.7.0",
"typescript": "5.5.4",
"typescript": "5.6.2",
"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.5.4",
"typescript": "5.6.2",
"vite": "^5.4.3"
}
}
Loading

0 comments on commit cd8e309

Please sign in to comment.