Skip to content

Commit

Permalink
chore(deps): update dependency typescript to v5.4.4 (#640)
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 Apr 8, 2024
1 parent 167c6cb commit 81f806c
Show file tree
Hide file tree
Showing 6 changed files with 101 additions and 94 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@
"rollup-plugin-visualizer": "^5.12.0",
"semver": "^7.6.0",
"ts-node": "^10.9.2",
"typescript": "5.4.2",
"typescript": "5.4.4",
"vitest": "^1.4.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.4.2"
"typescript": "5.4.4"
}
}
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.4.2"
"typescript": "5.4.4"
}
}
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.12",
"svelte-check": "^3.6.9",
"tslib": "^2.6.2",
"typescript": "5.4.2",
"typescript": "5.4.4",
"vite": "^5.2.8"
},
"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.4.2",
"typescript": "5.4.4",
"vite": "^5.2.8"
}
}
Loading

0 comments on commit 81f806c

Please sign in to comment.